[Neo4j] Re: Better docs please

2014-10-15 Thread Rodger
Here's another suggestion. In the LOAD CSV docs: http://docs.neo4j.org/chunked/stable/cypherdoc-importing-csv-files-with-cypher.html there is no clear example of how to import a File. While File is mentioned as an option, the actual examples show HTTP. --- After a number of searches, I fin

[Neo4j] Re: Better docs please

2014-08-01 Thread Rodger
Anders: Glad you like the suggestion. Dave: That source code from the bubble is really useful. Thanks! https://github.com/neo4j/neo4j/blob/2.1.2/community/embedded-examples/src/main/java/org/neo4j/examples/EmbeddedNeo4j.java Interesting that Java dependencies are so complex, that we actually

[Neo4j] Re: Better docs please

2014-07-27 Thread Anders Nawroth
Thanks for the input Rodger and everyone who chimed in! I'll make sure to mention the pom.xml file, that's a good suggestion. Can't really go into any depth on tools like Maven; maybe we can provide more links though. Full source code inside the manual doesn't work well with Java, so we link to

[Neo4j] Re: Better docs please

2014-07-27 Thread Liliana Ziolek
Rodger, I don't think your expectations towards Neo4j team are fair, and you wouldn't find this level of details on most FAQ/howto pages on any more advanced technology. Java world is a very big and complex ecosystem and people writing docs have to make assumptions about the current experience/

Re: [Neo4j] Re: Better docs please

2014-07-27 Thread Peter Neubauer
Dave, thanks for chiming in here with the good pointers, much appreciated! /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer Open Data- @mapillary Open Sourc

[Neo4j] Re: Better docs please

2014-07-27 Thread Dave Hallam
Hi Rodger, On the http://docs.neo4j.org/chunked/stable/tutorials-java-embedded-hello-world.html page there is a blue bubble which points you to the full source code for the EmbeddedNeo4j.java example on github that you can refer to. Regarding maven, it's a well established and widely used b