Readify is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

Readify / Neo4jClient

A neo4j REST client for .NET

Clone this repository (size: 9.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/Readify/neo4jclient
hg clone ssh://hg@bitbucket.org/Readify/neo4jclient
hg clone https://bitbucket.org/Readify/neo4jclient/wiki

Neo4jClient

A .NET client for the neo4j REST API. Supports basic CRUD operations, Gremlin queries via a fluent interface, and some indexing operations.

Licensed under MS-PL. See LICENSE in the root of this repository for full license text.

Getting the Library

Neo4jClient ships exclusively as a NuGet package.

To install it, run Install-Package Neo4jClient in the NuGet Package Manager Console.

The NuGet package is automatically updated whenever new code is pushed to the central source repository. You may see several new builds per day during active development. We use a heavily test-driven approach to validate new features and to guard against regressions. In the absolute worst case, you can always roll back to an older version of the package anyway.

Documentation

These pages only document our .NET library. They are not intended to explain how neo4j works. We're assuming that you understand nodes, relationships, indexing and Gremlin queries. If not, you should refer to the neo4j documentation for that information.

  1. Basic CRUD Operations
  2. Working with Relationships
  3. Working with Indexes
  4. Performing Gremlin Queries
  5. Performing Cypher Queries

Getting Help

The primary authors, Romiko and Tatham, can generally be found hanging out on the neo4j@googlegroups.com mailing list. Tatham is also active at @tathamoddie, or you can just email him directly at tatham@oddie.com.au.

Sample Application

Visit http://frictionfree.org for a sample MVC4 application using Neo4jClient.

CI Build

The CI build is publically viewable on Tatham's TeamCity server. Just click Login as Guest.

This revision is from 2012-02-12 07:25