Neo4j EmbeddedGraphDatabase: neo4j-shell? /webadmin UI? Clustering?
I like the command line neo4j-shell when using Neo4J in "server" mode. I also like the Web Admin Interface. Is there a way to enable these features for the EmbeddedGraphDatabase when using Spring Data Neo4J? I know I can set up SDN4J to use the Neo4j REST client to communicate with a remote Neo4J Server - but I'd rather have the performance of EmbeddedGraphDatabase.
Also - when using the EmbeddedGraphDatabase - how do I configure clustering using the HA server?
Thanks in advance.
M