-
Notifications
You must be signed in to change notification settings - Fork 0
Services architecture
Gabriel Medina edited this page Jul 12, 2022
·
6 revisions
We use 2 services to store data:
Used to store data. Hygraph is the Headless CMS allowing you to build digital experiences the way you envisioned them - with all your backends, frontends, and services, working together in harmony.
Used to store searchable data. Algolia empowers Builders with the Search and Recommendation services they need to build world-class experiences.
Hygraph is the unique point to create/update/delete a data. He has the responsibility to communicate others system to keep your records fresh.
We use Hygraph Hooks to sinalize when a data changes for the Next.js API and the API will handle to push the data to others services.
