Skip to content

m-rgba/chinook-mongodb-hasura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chinook / Hasura / MongoDB Demo

  • Add enterprise key to HASURA_GRAPHQL_EE_LICENSE_KEY
  • Start containers with:
docker compose up -d

When conatiners up and healthy, load Hasura metadata with:

  • For metdata for logical models:
docker exec mongo_hasura bash -c "chmod +x /hasura/load_metadata.sh && /hasura/load_metadata.sh logical"
  • For metdata for logical validation schema:
docker exec mongo_hasura bash -c "chmod +x /hasura/load_metadata.sh && /hasura/load_metadata.sh validation"

About

chinook-mongodb-hasura

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages