What about writing a server extension and exposing your use-case via a domain level REST endpoint?
http://docs.neo4j.org/chunked/milestone/server-unmanaged-extensions.html On Wed, Feb 12, 2014 at 8:54 AM, frandro <[email protected]> wrote: > I decided to use embedded database because its performance. > > But the problem is its not able to be accessed when it's being connected via > http. > > I also want to connect to query in Cypher when the embedded database is > being used by a process. > > Is there any way to do it? or is it impossible? > > > > > -- > 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.
