-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
enhancementNew feature or requestNew feature or request

Description
Graphql means you don't need a query language because graphql is an agnostic one.
Just write non join queries in each graphql resolver. Good match for KV stores !
Seems like a perfect match for this project.
It maybe that these basic queries can be done agnostically in the resolvers too at runtime using reflection. Storm led the way there. I don't think it's that huge a task if things are restricted like storm does.
If a developer does not want the performance penalty of reflection based query builders they don't have to use it. In graphql the resolvers are very simple so there are no side effects either of this developer choice
https://github.com/asdine/storm
Insummary the two together gets us an agnostic query layer
GwynethLlewelyn
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request