Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 533 forks source link

Does dynomite work with redis-graph? #797

Open abhidutz opened 3 years ago

ipapapa commented 3 years ago

I can only assume Redis-graph uses more advanced APIs than the ones Dynomite supports: https://github.com/Netflix/dynomite/blob/dev/notes/redis.md

If that is the case, then the answer is no. Please check the supported APIs by Dynomite and the APIs needs by redis-graph to validate my hypothesis.