Hi everyone!

I'm currently looking into the Neo4j documentation to find out how we can lower the threshold for newcomers to get started using Neo4j and getting comfortable developing applications on top of it.

To begin with, I'll just post a list of current documentation items. (see below)

Please tell me if I overlooked something important.

I'll soon be back with some thoughts on the structure and content of the site and how we could move on to improve on it.

/anders


Introductions:

http://wiki.neo4j.org/content/Getting_Started_In_One_Minute_Guide

Very short guide showing code examples, not explaining very much.

http://wiki.neo4j.org/content/Getting_Started_Guide

Same as the one minute one. Simple example.

http://dist.neo4j.org/neo-technology-introduction.pdf

Neo model, relational model, scalability, pros/cons.

http://dist.neo4j.org/basic-neo4j-code-examples-2008-05-08.pdf

Create and traverse a nodespace.


In-depth material:

http://api.neo4j.org/

http://wiki.neo4j.org/content/Guidelines_for_Building_a_Neo_App

Mindset, domain model, no serialization, automatically persistent.

To come:
* implementing the domain model
* structuring the node space

http://wiki.neo4j.org/content/Design_Guide

Wrapping nodes in POJOs
Organizing the node space
Code Neo independent
Search nodes
Transaction handling

http://wiki.neo4j.org/content/Neo_Performance_Guide

Memory and disk management.
To come: configuration details

Manual (example):

http://components.neo4j.org/index-util/

Tutorials:

http://wiki.neo4j.org/content/Neo_Workshop
A skeleton project with stubs to fill in. Solutions are provided, too

http://wiki.neo4j.org/content/Neo_Workshop_Lab_Instructions
Constructing a node space
Cross language search


Contributing:

http://wiki.neo4j.org/content/Code_Contributor's_Guide

http://wiki.neo4j.org/content/Coding_Standard

http://wiki.neo4j.org/content/Release_Guide


Tools:

http://wiki.neo4j.org/content/Neo_Shell_Guide
Guide on using the Neo4j shell

http://wiki.neo4j.org/content/Neoclipse_Guide
Guide on running Neoclipse.

https://projects.thobe.org/neo4j.py/wiki/NeoGraphviz
NeoGraphviz visualization tool
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to