Hi, I see that 'blueprints-neo4j-graph-2.5.0' is the latest released version to use tinkerpop blueprints api with neo4j graph which is version 1.9.6.
A few questions on this: 1. I understand that this neo4j instance will be an embedded database with community version. Is that right? If so, how do I switch to enterprise version? I tried including this as gradle dependency: compile group: 'org.neo4j', name: 'neo4j-enterprise', version:'2.0.1' But, I think 'blueprints-neo4j-graph-2.5.0' will get its own version(neo4j 1.9.6) as a dependency. 2. Is it possible to use neo4j webadmin console with the embedded version? I tried changing the database location in neo4j.server.properties to the same location as given in the configuration for embedded instance, but if I am not able to access them simultaneously. Thanks, Nirali -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
