kensho-technologies / graphql-compiler

Turn complex GraphQL queries into optimized database queries.
Apache License 2.0
553 stars 50 forks source link

RedisGraph now supports parameters #669

Open DvirDukhan opened 4 years ago

DvirDukhan commented 4 years ago

Hi As part of the RedisGraph 2.0 development efforts, we recently enabled parameterized queries at RedisGraph. You can get it by cloning our master branch or with docker docker run -p 6379:6379 -it --rm redislabs/redisgraph:edge. The python client supports parameters, and can be installed by pip install git+https://github.com/RedisGraph/redisgraph-py.git@master. golang, js, and java clients will get this updated in the next few days. We'll be happy to get your input ragarding this feature.

obi1kenobi commented 4 years ago

Awesome, thank you for the heads-up! We're currently focusing on final polish for our v2.0 release, and we're looking forward to doing some more Cypher and RedisGraph work after that.