Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

DataAccess layer for Neo4j

$
0
0

Recently I was introduced to Neo4j (graph) database and I would like to try it with CSLA.NET. In order to try I've a couple of questions

  1. Which data object manager (like ConnectionManager, ObjectContextManager, etc...) can I use?
  2. Do I need to modify any of the DalFactory.cs or DalManager.cs classes?

Neo4j supports REST API and we can connect to the database using the following connection string "http://localhost:7474/db/data" (if it is installed on the same machine).

Suggestions will be appreciated.

Regards,

SreeRam


Viewing all articles
Browse latest Browse all 764

Trending Articles