Setting up Hasura- Exploring GraphQL with Postgres using Hasura part 2
I really like using AWS AppSync for creating a GraphQL API on top of DynamoDB. However AppSync isn't compatible with PostgreSQL (as in it doesn't support relationships). However I recently discovered an open source tool called Hasura that does support PostgreSQL, relationships and all. In this series I take a look at setting up a local environment with PostgreSQL and Hasura.
Links
Hasura Docker Image: [https://hub.docker.com/r/hasura/graphql-engine](https://hub.docker.com/r/hasura/graphql-engine)
PostgreSQL Docker Image: [https://hub.docker.com/_/postgres](https://hub.docker.com/_/postgres)
Wait-for-it Docker Image: [https://hub.docker.com/r/toschneck/wait-for-it](https://hub.docker.com/r/toschneck/wait-for-it)
GitHub Repository: [https://github.com/brooks-builds/exploring_hasura_postgres](https://github.com/brooks-builds/exploring_hasura_postgres) -- Watch live at https://www.twitch.tv/brookzerker