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
- Which data object manager (like ConnectionManager, ObjectContextManager, etc...) can I use?
- 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