-
Notifications
You must be signed in to change notification settings - Fork 7
Setup
SepiaGroup edited this page Dec 7, 2011
·
3 revisions
<connectionStrings>
<!- Noe4j Server Url ->
<add name="neo4j" connectionString="http://localhost:7474/db/data/" />
<!- Path to Gremlin Plugin ->
<add name="neo4jGremlinExtension" connectionString="/ext/GremlinPlugin/graphdb/execute_script/" />
<!- Path to CypherPlugin ->
<add name="neo4jCypherExtension" connectionString="/ext/CypherPlugin/graphdb/execute_query/" />
<connectionStrings>
<appSettings>
<!- Keys for encrypting Graph Ids - optional ->
<add key="EncryptIdKey" value="KeyForEncrypting" />
<add key="EncryptIdIV" value="IVForEncrypting1" />
</appSettings>
Neo4jRestNet.dll
Neo4jRestNet.Core
Neo4jRestNet.CypherPlugin
Neo4jRestNet.GremlinPlugin