You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neo4j is a very known graph database implementation and production ready,
Using Antiquity in conjunction with Neo4j is very simple,
The only thing required is to initialize a Neo4j blueprints graph instance as the base graph,
Creating an embedded Neo4j graph
GraphDatabaseService graphDb = new GraphDatabaseFactory(). newEmbeddedDatabaseBuilder( "target/database/location" ). newGraphDatabase();