RSQL support for graph database

Hi Team,

Just wondering if there is any rsql parser library already built for graph database?

Examples:

https://github.com/rutledgepaulv/rest-query-engine

https://github.com/jirutka/rsql-parser

If you know any such libraries to support rest query language for graph database, please let me know.

Thanks,

Banu

Hi Bhanu,

Are you looking for a REST API to send queries over to RedisGraph? if so currently there’s no RedisGraph client with such capability, it should be difficult to wrap one with a REST endpoint,

Also have you looked in to GraphQL ?