Go to file
Vikram Rangnekar 40fb85c926 Improve the demo experience 2019-04-11 01:10:51 -04:00
config Improve the demo experience 2019-04-11 01:10:51 -04:00
docs Add supprt for new Rails 5.2 aes-256-gcm cookies 2019-04-10 01:38:48 -04:00
psql Fix bug with auth config parsing 2019-04-09 08:43:42 -04:00
qcode Redesign config file architecture 2019-04-08 21:24:29 -04:00
rails Add supprt for new Rails 5.2 aes-256-gcm cookies 2019-04-10 01:38:48 -04:00
rails-app Improve the demo experience 2019-04-11 01:10:51 -04:00
serv Improve the demo experience 2019-04-11 01:10:51 -04:00
util First commit 2019-03-24 09:57:29 -04:00
web Add fetch by ID feature 2019-04-04 00:53:24 -04:00
.dockerignore Improve the demo experience 2019-04-11 01:10:51 -04:00
.gitignore Improve the demo experience 2019-04-11 01:10:51 -04:00
Dockerfile Add supprt for new Rails 5.2 aes-256-gcm cookies 2019-04-10 01:38:48 -04:00
LICENSE Fix license to MIT 2019-03-24 10:07:07 -04:00
README.md Reduce realloc of maps and slices 2019-04-07 01:12:11 -04:00
demo Improve the demo experience 2019-04-11 01:10:51 -04:00
docker-compose.yml Improve the demo experience 2019-04-11 01:10:51 -04:00
fresh.conf Improve the demo experience 2019-04-11 01:10:51 -04:00
go.mod Add supprt for new Rails 5.2 aes-256-gcm cookies 2019-04-10 01:38:48 -04:00
go.sum Add supprt for new Rails 5.2 aes-256-gcm cookies 2019-04-10 01:38:48 -04:00
main.go First commit 2019-03-24 09:57:29 -04:00

README.md

Super Graph

Instant GraphQL API for Rails. Zero code.

Get an high-performance GraphQL API for your Rails app in seconds. Super Graph will auto-learn your database structure and relationships. Built in support for Rails authentication and JWT tokens.

Super Graph Web UI

Why I built Super Graph?

I have a Rails app that gets a bit of traffic. While planning to improve the UI using React or Vue I found that my current APIs didn't have what we needed. I'd have to add more controllers and ensure they are providing the right amount of data. This required designing new APIs and making sure they match what the webdevs need. While this is all to common work I was bored and there had to be a better way.

All my Rails controllers were esentially wrappers around database queries and its not exactly fun writing more of them.

I always liked GraphQL it made everything so simple. Web devs can use GraphQL to fetch exactly the data they need. There is one small issue however you still hasve to write a lot of the same database code.

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. An instant GraphQL API service that's 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.

Features

  • Works with Rails database schemas
  • Automatically learns schemas and relationships
  • Belongs-To, One-To-Many and Many-To-Many table relationships
  • Full text search and Aggregations
  • Rails Auth supported (Redis, Memcache, Cookie)
  • JWT tokens supported (Auth0, etc)
  • Highly optimized and fast Postgres SQL queries
  • Configure with a simple config file
  • High performance GO codebase
  • Tiny docker image and low memory requirements

Contact me

twitter.com/dosco

License

MIT

Copyright (c) 2019-present Vikram Rangnekar