-
Notifications
You must be signed in to change notification settings - Fork 135
Home
maxdemarzi edited this page Jan 24, 2013
·
25 revisions
The unofficial Neography site is my blog at maxdemarzi.com.
Here you will find example projects and see some of the great things you can do with Graph Databases.
- Project dependencies
- Rake tasks
- Configuration and initialization
- API documentation:
- Nodes - Create, get and delete nodes.
- Node properties - Set, get and remove node properties.
- Node relationships - Create and get relationships between nodes.
- Relationship - Get and delete relationships.
- Relationship properties - Create, get and delete relationship properties.
- Node indexes - List and create node indexes. Add, remove, get and search nodes in indexes.
- Relationship indexes - List and create relationships indexes. Add, remove, get and search relationships in indexes.
- Auto indexes - Get, set and remove auto indexes.
- Scripts and queries - Run Gremlin scripts and Cypher queries.
- Paths and traversal - Paths between nodes and path traversal.
- Batch - Execute multiple calls at once.
-
Phase 2 documentation:
- Nodes - Create, load, find and delete nodes.
- Node properties - Add, get and remove node properties.
- Node relationships - Create, load, find and retrieve node relationships.
- Node paths - Gets paths between nodes.
- Examples, code and projects
- Testing
- To-do
See Neo4j Java API for: