Skip to content

CloudNativeEntrepreneur/example-readmodel-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-readmodel-db

Auth Example's Hasura's Read Model - PostgreSQL via Zalando PostgreSQL Operator to set up the database, and Schemahero to configure that database's schema.

This database and it's schema are an example in this bigger example project.

Hasura generates graphql API's based on a DB schema, so you can define your database schema here, and connect it to hasura, and you'll have a graphql API for it.