-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi guys,
I am going to use GraphQL on my new project (FEs love it to utilize over REST). My initial task is to create routing service to datawarehouse which will support query anything in general. The storage is quite massive, so I look about how to automate things.
I am not "yet" expert on GraphQL, but would like to prevent writing to much code and rather rely on code generation if possible, so I plan to use this interesting project to generate GraphQL types from exisiting database:
https://github.com/ebridges/rdbms-to-graphql
So now I have schemas, I can also easily generate all POJOs covering all entities in database and covered in GraphQL schemas.
What I am looking for is some kind of GraphQL to SQL translator, I found 3 of those but written in node or python, most promissing is Hasura https://medium.com/@HasuraHQ
Do you have experience how to quickly expose large database via graphql with low coding?
Thank again for your always valuable inputs.
NOTE: I must write this time some public articles on your framework on medium or elsewhere to get some attention of your nice work