Skip to content

Services architecture

Gabriel Medina edited this page Jul 12, 2022 · 6 revisions

We use 2 services to store data:

  1. Hygraph
  2. Algolia

Hygraph

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.

Algolia

Used to store searchable data. Algolia empowers Builders with the Search and Recommendation services they need to build world-class experiences.

How it works

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.

services
Clone this wiki locally