elassandra icon indicating copy to clipboard operation
elassandra copied to clipboard

Added JanusGraph support to Elassandra

Open dioptre opened this issue 4 years ago • 3 comments

Hi,

This is more of a feature addition/request for future versions of Elassandra to (maybe?) support integration with Janus/JanusGraph. I added it myself to the docker image if others want to play with it: https://github.com/sfproductlabs/jelass

Perhaps if you like it maybe it can be incorporated into another branch?

dioptre avatar Aug 16 '20 19:08 dioptre

Hi Andrew,

Yes, this would be great, but I think janus needs some refacto to really get all the benefits from elassandra. Thanks for the image.

  • Vincent.

On 16 Aug 2020, at 21:32, Andrew Grosser [email protected] wrote:

Hi,

This is more of a feature addition/request for future versions of Elassandra to (maybe?) support integration with Janus/JanusGraph. I added it myself to the docker image if others want to play with it: https://github.com/sfproductlabs/jelass https://github.com/sfproductlabs/jelass Perhaps if you like it maybe it can be incorporated into another branch?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/strapdata/elassandra/issues/366, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOMPGINN74IVOJRN6BCOADSBAX5HANCNFSM4QA7NXXQ.

vroyer avatar Aug 17 '20 11:08 vroyer

What do you think is missing?

dioptre avatar Aug 17 '20 20:08 dioptre

Janus graph execute some jobs to read data from cassandra and write to elasticsearch, but this is useless in elassandra. You just need to create the elasticsearch index from the underlying table or run a rebuild_index if you update the index mapping. So there is some little changes to do in Janus in think to really get the benefit from elassandra and always keep cassandra and elasticsearch synchronised.

On 17 Aug 2020, at 22:08, Andrew Grosser [email protected] wrote:

What do you think is missing?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/strapdata/elassandra/issues/366#issuecomment-675087004, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOMPGINXASCM6E5NWBLSBLSBGE5HANCNFSM4QA7NXXQ.

vroyer avatar Aug 18 '20 12:08 vroyer