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

