-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DB adaptor for RedisGraph #84
Comments
Nice I will look into that if I have some time during the holidays! 👍 |
Thanks, Andreas, for the hint with the module. I think this could be a great new feature for the lib. I evaluated the current status of the Redis graph project and created a minimal implementation of the Redis adapter. The technology is promising but in an early stage of development. I want to share some thoughts I had during the implementation :
Todos
Blocking issues
Currently, we need to rewrite the Chyper queries and rethink the logic in the adapter itself. That will be a lot of work if you like to support the full feature set. The other "solution" would be to wait a couple of months and hope that the Redis team will implement more Chyper features and solve some blocking issues. I don't have the time to rewrite the whole adapter code, but If someone likes to deep dive into this, I'm happy to support it! |
Prototype working branch: https://github.com/DLR-SC/prov-db-connector/tree/%2384-redis-support |
There seems to be little activity in the RedisGraph repository. I don't think that RedisGraph will support the full feature set of cypher in the near future. To implement this feature a valid option is to rewrite and rethink/optimize the queries itself. By using only the already provided features within RedisGraph |
Update: The issue is still open but I requested an update. |
1 similar comment
Update: The issue is still open but I requested an update. |
Adaptor to store PROV in RedisGraph (https://oss.redislabs.com/redisgraph/)
The text was updated successfully, but these errors were encountered: