GraphQL and Golang

Details
Hello Gophers,
We are back with another iteration of golang awesomeness. This time the topic is "GraphQL in Golang".
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data, It provides a more efficient, powerful and flexible alternative to REST. GraphQL server only exposes a single endpoint and responds with precisely the data a client asked for.
These are the line up for the day -
- Title - GraphQL in Golang
Agenda of the Talk
- What is GraphQL
- Comparision with REST/SOAP
- Queries and Mutations
- Schemas and Types
- How to Graphs
- Next steps
Speaker - Niket Patel
LinkedIn - https://www.linkedin.com/in/niketpatel
Github - https://github.com/nexneo
- Title - Hasura GraphQL engine
Agenda of the Talk
The Hasura GraphQL engine is an open source GraphQL server that gives you GraphQL APIs instantly over any Postgres database.
In this talk, we'll go over the design and architecture of this high-performance, low-footprint engine. For example, on Heroku's free tier with the free postgres addon, you can get query throughputs in excess of a 1000 reqs/sec at around ~50MB of RAM.
Speaker - Tanmai Gopal
LinkedIn - https://www.linkedin.com/in/tanmaig
Bio - Tanmai is the co-founder of hasura.io. He is a StackOverflow powered fullstack, polyglot developer whose areas of interest and work span react, nodejs, python, haskell, docker, postgres, kubernetes.
GPS location to the venue - https://goo.gl/maps/YYBAzPRXJtD2

GraphQL and Golang