While not completely polished, I also have a few quick examples in py2neo to connect from Python through to Neo4j and carry out some simple activities in a small script; these can also be grabbed from GitHub.
http://py2neo.org/ * * *Nigel Small* Phone: +44 7814 638 246 Blog: http://nigelsmall.name/ GTalk: [email protected] MSN: [email protected] Skype: technige Twitter: @technige <https://twitter.com/#!/technige> LinkedIn: http://uk.linkedin.com/in/nigelsmall On 8 November 2011 17:33, Peter Neubauer <[email protected]>wrote: > Mike, > have you looked at > http://docs.neo4j.org/chunked/snapshot/tutorials-java-embedded.html > for some pointers? > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - NOSQL for the Enterprise. > http://startupbootcamp.org/ - Ă–resund - Innovation happens HERE. > > > > On Tue, Nov 8, 2011 at 5:27 PM, Mike Hampton <[email protected]> > wrote: > > > > So let me make sure I understand. > > > > In order to use Neo4J at all I must: > > > > install 'GIT' > > git https://github.com/jimwebber/neo4j-tutorial.git (40 mB) > > go through the tutorial > > > > Just to even try to connect to Neo4J? This does not satify my > definition of 'simple'. > > > > Most products have a 'HelloWorld' that will allow you to do a very > simple connect/basic functionality test using the product. > > > > Is there any way (just using the Neo4J I already downloaded, installed > and started) to write a simple, 1 file, java program that connects to > Neo4J, inserts a node or two, selects them, then disconnects? > > > > > > > > ------------------------------ > > > > Message: 11 > > Date: Tue, 8 Nov 2011 00:46:04 +0100 > > From: Jim Webber <[email protected]> > > Subject: Re: [Neo4j] Simple Java Example > > To: Neo4j user discussions <[email protected]> > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=us-ascii > > > > Hi Mike, > > > > Neo4j's default APIs are all Java. Have a look at the Neo4j tutorial > here: > > > > https://github.com/jimwebber/neo4j-tutorial > > > > It will take you from the core API right the way through indexing, > traversers, Cypher, and into the REST API should you want to go that far up > the stack. > > > > And it's already configured to use the latest milestone - you should be > up and running in a few minutes once you've cloned the git repository. > > > > Jim > > > > ------------------------------ > > > > _______________________________________________ > > User mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > > > > > End of User Digest, Vol 56, Issue 46 > > ************************************ > > > > _______________________________________________ > > Neo4j mailing list > > [email protected] > > https://lists.neo4j.org/mailman/listinfo/user > > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

