Thanks, that pointed me into the right direction :-> http://stackoverflow.com/questions/25358687/connecting-neo4j-shell-to-embedded-neo4j-in-java
All I needed was to add a maven dependency onto neo4j-shell and one line in the Spring configuration to enable the shell startup. Thanks again for your help Bert Am Freitag, 24. Oktober 2014 20:28:25 UTC+2 schrieb Clark Richey: > > You have to enable the shell when you start it in embedded mode. ( > http://neo4j.com/docs/stable/shell-starting.html#shell-enabling-remote). > Once that is done you can connect to it via the neo4j-shell command. You > just need to download the DB and extract it so that you have the bin > directory containing the neo4j-shell executable. > > From: Bert Radke <[email protected] <javascript:>> > Reply-To: <[email protected] <javascript:>> > Date: Friday, October 24, 2014 at 2:21 PM > To: <[email protected] <javascript:>> > Subject: Re: [Neo4j] bundling the neo4j console with a webapp > > Until now, I thought that this needs a running neo4j server? Is the neo4j > server enabled when running in embedded mode? esp. when started via spring > data .. > Thanks > > Am Freitag, 24. Oktober 2014 20:18:11 UTC+2 schrieb Clark Richey: >> >> http://neo4j.com/docs/stable/shell-starting.html >> >> From: Bert Radke <[email protected]> >> Reply-To: <[email protected]> >> Date: Friday, October 24, 2014 at 2:12 PM >> To: <[email protected]> >> Subject: Re: [Neo4j] bundling the neo4j console with a webapp >> >> Thanks Clark. >> >> Looks like I still have plenty to learn in all things neo4j ;-) >> >> How can I use the Neo shell on the database while the DB is in use by my >> application? >> >> Thanks in advance >> >> Am Freitag, 24. Oktober 2014 17:26:14 UTC+2 schrieb Clark Richey: >>> >>> There is no easy way to get the web console up and running when you are >>> in embedded mode. Learn to love the Neo shell. :) >>> >>> From: Bert Radke <[email protected]> >>> Reply-To: <[email protected]> >>> Date: Friday, October 24, 2014 at 11:19 AM >>> To: <[email protected]> >>> Subject: [Neo4j] bundling the neo4j console with a webapp >>> >>> Hello group, >>> >>> I' m building a web application using spring data neo4j with embedded >>> database. For adhoc queries / data manipulation I would like to have a >>> neo4j console included. Is it possible to use the include the existing >>> console application? And if yes, any links to read up on this? >>> >>> Greetings >>> >>> -- >>> 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. >>> >> -- >> 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. >> > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > -- 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.
