cskardon - Neo4jClient 3.0.1-cskardon4

A .NET client for neo4j: an open source, transactional graph database. It's pretty awesome.

PM> Install-Package Neo4jClient -Version 3.0.1-cskardon4 -Source https://www.myget.org/F/cskardon/api/v3/index.json

Copy to clipboard

> nuget.exe install Neo4jClient -Version 3.0.1-cskardon4 -Source https://www.myget.org/F/cskardon/api/v3/index.json

Copy to clipboard

> dotnet add package Neo4jClient --version 3.0.1-cskardon4 --source https://www.myget.org/F/cskardon/api/v3/index.json

Copy to clipboard
<PackageReference Include="Neo4jClient" Version="3.0.1-cskardon4" />
Copy to clipboard
source https://www.myget.org/F/cskardon/api/v3/index.json

nuget Neo4jClient  ~> 3.0.1-cskardon4
Copy to clipboard

> choco install Neo4jClient --version 3.0.1-cskardon4 --source https://www.myget.org/F/cskardon/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "cskardon" -SourceLocation "https://www.myget.org/F/cskardon/api/v2"
Install-Module -Name "Neo4jClient" -RequiredVersion "3.0.1-cskardon4" -Repository "cskardon" -AllowPreRelease
Copy to clipboard

Neo4jClient


A .NET client for Neo4j. Supports Cypher queries via fluent interfaces, and some indexing operations.

Grab the latest drop straight from the Neo4jClient package on NuGet.

Read our wiki docs - Currently OUT OF DATE


Current Builds

The official Neo4jClient build and nuget package is automated via AppVeyor.


Stable 4.x Build status

Version 4.0.0 of Neo4jClient is now the stable version. There have been a lot of changes, additions, removals, so it's likely there will be breaking changes.


Changing from 3.x to 4.x

This isn't an exhaustive list of things you need to do, but I'll try to add things if I've forgotten them.

Uris

You will need to use the correct URI for the server version you are connecting to:

GraphClient

  • 3.x server: http://localhost:7474/db/data
  • 4.x server: http://localhost:7474/

BoltGraphClient

  • 3.x or 4.x server: neo4j://localhost:7687
  • Worth reviewing the Neo4j Documentation to see what you need to use.

Async

As this release is 100% async you will need to update any calls to Results or ExecuteWithoutResults to their Async equivalents.


Breaking Changes

  • Async endpoints only
    • To get this release out, Neo4jClient is Async only now.
  • Transactions will no longer use the TransactionScope class which means that MSDTC will no longer work.
    • This has been an issue since the dawn of Core/NetStandard - TransactionScope may be in NetStandard now - but the other classes the Transaction code was relying on wasn't.
  • The GraphClient and BoltGraphClient will no longer support Neo4j 3.4 or lower.
    • Largely this is because the Neo4j.Driver that does the Bolt side of things only targets 3.5+, and keeping all the backwards compatibility means a lot of work, for little gain.

Dependency Changes


Historical Notes

If you're changing from 2.x to 3.x, you'll want the below information, but you should really be on 4.x unless you have to target an older DB instance.

Changes in 3.x

  • Bolt!
  • Transactions now use AsyncLocal<> instead of ThreadStatic
    • Transactions still don't work in the .NET Core version for the same reason as listed below (in Breaking Changes in 2.0)
    • TransactionScope does exist in NetStandard 2.0 - but some of the other bits surrounding the Transaction management doesn't.
  • JSON.NET updated to 10.0.3
  • PathResults doesn't work with Bolt, you need to use PathResultsBolt instead.

Dependency Changes in 2.0

  • JSON.NET updated to 9.0.1

Breaking Changes in 2.0

  • If using the DotNet Core version of Neo4jClient - transactions will not work. This will be returned when DotNet Core gets the TransactionScope (See this comment for more details).

License Information

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


Updates to the 3.x releases

I will not be updating the 3.x version of the client, the focus is on 4.x and the features that gives us. Neo4j no longer actively support Neo4j 3.4 so you should consider updating if you can. Largely - anyone using the 3.x version of the client is coping with it's deficiencies, and as 4.x addresses most of them. ¯_(ツ)_/¯

  • .NETFramework 4.5.2
    • Neo4j.Driver (>= 1.5.2)
    • Newtonsoft.Json (>= 10.0.3)
    • System.Net.Http (>= 4.3.2)
  • .NETStandard 1.3
    • Neo4j.Driver (>= 1.5.2)
    • Newtonsoft.Json (>= 10.0.3)
    • System.Net.Http (>= 4.3.2)
  • .NETStandard 2.0
    • Neo4j.Driver (>= 1.5.2)
    • Newtonsoft.Json (>= 10.0.3)
    • System.Net.Http (>= 4.3.2)
  • .NETFramework 4.6
    • Neo4j.Driver (>= 1.5.2)
    • Newtonsoft.Json (>= 10.0.3)
    • System.Net.Http (>= 4.3.2)
  • .NETFramework 4.5.2: 4.5.2.0
  • .NETFramework 4.6: 4.6.0.0
  • .NETStandard 1.3: 1.3.0.0
  • .NETStandard 2.0: 2.0.0.0

Owners

Chris Skardon

Authors

Readify, Chris Skardon

Project URL

https://github.com/Readify/Neo4jClient

License

MS-PL

Tags

neo4j nosql cypher

Info

55 total downloads
12 downloads for version 3.0.1-cskardon4
Download (1.14 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
5.1.14-cskardon 120.7 KB Thu, 13 Apr 2023 09:35:18 GMT 2
3.0.1-iian1 1.14 MB Fri, 09 Mar 2018 15:26:20 GMT 14
3.0.1-cskardon5 1.14 MB Wed, 11 Apr 2018 10:15:44 GMT 14
3.0.1-cskardon4 1.14 MB Wed, 11 Apr 2018 10:07:45 GMT 12
3.0.1-cskardon10 1.14 MB Wed, 25 Apr 2018 09:08:36 GMT 13