This is for running a standalone server with an impermanent GDB. To enable a server use CommunityServerBuilder.createServer() or so. It's in Neo4j's server's functional tests if you have a moment to look.
Michael Am 21.02.2014 um 22:35 schrieb Javad Karabi <[email protected]>: > that helps alot! > looks like youre using a TestGraphDatabaseFactory, but what part of the > project is it that enables the server? > > > On Fri, Feb 21, 2014 at 3:29 PM, Michael Hunger > <[email protected]> wrote: > Would this help: > > https://github.com/jexp/neo4j-in-memory-server > > Michael > > Am 21.02.2014 um 22:28 schrieb Javad Karabi <[email protected]>: > >> i would like to be able to the rest api via an impermanent database >> >> -- >> 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/groups/opt_out. > > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/7xeEPWEiqD0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > 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/groups/opt_out. -- 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/groups/opt_out.
