super-graph/docs
Vikram Rangnekar 4cba698f4a Fix bug with allow list path 2019-08-02 10:07:50 -04:00
..
.vuepress Fix bug with allow list path 2019-08-02 10:07:50 -04:00
.gitignore Add missing assets folder 2019-04-04 00:57:32 -04:00
README.md Fix bug with allow list path 2019-08-02 10:07:50 -04:00
deploy.md Fix bug with allow list path 2019-08-02 10:07:50 -04:00
firebase.json Add documentation 2019-04-04 00:52:52 -04:00
guide.md Add support for prepared statements 2019-07-29 01:13:33 -04:00
package.json Fix bug with allow list path 2019-08-02 10:07:50 -04:00
tailwind.config.js Fix bug with allow list path 2019-08-02 10:07:50 -04:00
yarn.lock Fix bug with allow list path 2019-08-02 10:07:50 -04:00

README.md

layout home heroText heroImage heroImageMobile tagline actionText actionLink features footer
HomeLayout true SUPER GRAPH /super-graph-web-ui-half.png /super-graph-web-ui.png An instant high-performance GraphQL API. No code needed. Get Started → /guide
title details
Simple Easy config file, quick to deploy, No code needed. It just works.
title details
High Performance Compiles your GraphQL into a fast SQL query in realtime.
title details
Ruby-on-Rails Can read Rails cookies and supports rails database conventions.
title details
Serverless Designed for App Engine, Kubernetes, CloudRun, Horeku, AWS Fargate, etc
title details
Fast and Secure Go is a language created at Google to build secure and fast web services.
title details
Free and Open Source Not a VC funded startup. Not even a startup just good old open source code
MIT Licensed | Copyright © 2018-present Vikram Rangnekar

Try out GraphQL

query {
  users {
    id
    email
    picture : avatar
    products(limit: 2, where: { price: { gt: 10 } }) {
      id
      name
      description
    }
  }
}

Why I built Super Graph?

Honestly, cause it was more fun than my real work. After working on several product though my career I found myself hating building CRUD APIs (Create, Update, Delete, List, Show). It was always the same thing figure out what the UI needs then build an endpoint for it, if related data is needed than join with another table. I didn't want to write that code anymore I wanted the computer to just do it.

I always liked GraphQL it sounded friendly, but it still required me to write all the same database query code. Sure the API was nicer but it took a lot of work sometime even more than a simple REST API would have. I wanted a GraphQL server that just worked the second you deployed it without having to write a line of code.

And so after a lot of coffee and some Avocado toasts Super Graph was born, a GraphQL server that just works, is high performance and easy to deploy. I hope you find it as useful as I do and there's a lot more coming so hit that to stay in the loop.

Say hello

twitter.com/dosco