Skip to content
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 support for JanusGraph #101

Open
1 task
augustearth opened this issue Aug 29, 2022 · 0 comments
Open
1 task

Add support for JanusGraph #101

augustearth opened this issue Aug 29, 2022 · 0 comments

Comments

@augustearth
Copy link
Collaborator

augustearth commented Aug 29, 2022

We currently support TInkerGraph and Neo4j. There is an issue with Neo4j in that the Tinkerpop - Neo4j bridge (neo4j-tinkerpop-api-impl) has not been updated since 2019. It does not seem that Neo4j is devoted to supporting Tinkerpop. As a result, the Carnival code-base is in danger of being pinned to old library versions.

JanusGraph is an Apache project that supports Tinkerpop natively. JanusGraph can employ Oracle BerkleyDB as the persistent engine, which runs in Java and should work similarly to Neo4j.

  • Create a CarnivalJanus extends Carnival object.
@augustearth augustearth changed the title Add support for Janusgraph Add support for JanusGraph Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant