This library wraps all of the Neo4j REST API methods and make it simple to build a graph-based web applications in .NET.
Instead of static and rigid tables, rows and columns, the developer works with a flexible graph network consisting of nodes, relationships and properties.
Neo4j can handle graphs of several billion nodes/relationships/properties on a single machine and can be sharded to scale out across multiple machines.
Neo4net and Neo4j are a very good alternative for classic relational databases.
Here are some key features of "Neo4Net":
· An intuitive graph-oriented model for data representation.
· A disk-based, native storage manager completely optimized for storing graph structures for maximum performance and scalability.
· Massive scalability.
· A powerful traversal framework for high-speed traversals in the node space.