xigt / sleipnir

RESTful API for interfacing the ODIN database
MIT License
0 stars 0 forks source link

GraphQL support #4

Open goodmami opened 7 years ago

goodmami commented 7 years ago

Currently the only way to search the database is through the XigtPath query parameter on the /corpora/<id>/igts endpoint. A more back-end-agnostic method would be nice in case we provide other database methods (e.g. sqlite, couchdb, etc.). GraphQL looks like a nice technology for this, rather than creating our own, e.g., JSON-based query format.

goodmami commented 7 years ago

Implement GraphQL on Sleipnir