Gremlin.Net
3.2.11
See the version list below for details.
dotnet add package Gremlin.Net --version 3.2.11
NuGet\Install-Package Gremlin.Net -Version 3.2.11
<PackageReference Include="Gremlin.Net" Version="3.2.11" />
paket add Gremlin.Net --version 3.2.11
#r "nuget: Gremlin.Net, 3.2.11"
// Install Gremlin.Net as a Cake Addin #addin nuget:?package=Gremlin.Net&version=3.2.11 // Install Gremlin.Net as a Cake Tool #tool nuget:?package=Gremlin.Net&version=3.2.11
Gremlin.Net for Apache TinkerPop™ is a language variant and driver for .NET.
Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of TinkerPop. It can be described as a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph.
Gremlin.Net implements Gremlin within .NET. C# syntax has the same constructs as Java including "dot notation" for function chaining (a.b.c), round bracket function arguments (a(b,c)), and support for global namespaces (a(b()) vs a(__.b())). As such, anyone familiar with Gremlin-Java will immediately be able to work with Gremlin.Net. Moreover, there are a few added constructs to Gremlin.Net that make traversals a bit more succinct.
Please see the reference documentation of Apache TinkerPop for more information on usage and use our Google Group gremlin-users if you have any questions:
https://groups.google.com/forum/#!forum/gremlin-users
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.3
- Microsoft.CSharp (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.2)
- System.Net.WebSockets (>= 4.3.0)
- System.Net.WebSockets.Client (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.3.0)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on Gremlin.Net:
Package | Downloads |
---|---|
ExRam.Gremlinq.Core
.NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases. |
|
Gremlin.Net.CosmosDb
Helper library to use Gremlin.Net with a Cosmos DB graph instance |
|
CassandraCSharpDriver.Graph
This package builds on the DataStax C# Driver for Apache Cassandra, adding functionality for interacting with DataStax Graph features using Apache TinkerPop Gremlin.Net. |
|
JanusGraph.Net
JanusGraph.Net extends Apache TinkerPop™'s Gremlin.Net with support for JanusGraph-specific types. |
|
Stardust.Paradox.Data.Providers.Gremlin
Entityframework styled tool for accessing gremlin based graph databases like CosmosDB and Apache Tinkerpop A database connector based on gremlin.net |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Gremlin.Net:
Repository | Stars |
---|---|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
|
Gremlinq/ExRam.Gremlinq
A .NET object-graph-mapper for Apache TinkerPop™ Gremlin enabled databases.
|
|
markjprice/apps-services-net8
Repository for the Packt Publishing book titled "Apps and Services with .NET 8" by Mark J. Price
|
Version | Downloads | Last updated |
---|---|---|
3.7.3 | 17,968 | 10/29/2024 |
3.7.2 | 130,092 | 4/15/2024 |
3.7.1 | 92,279 | 12/4/2023 |
3.7.0 | 36,321 | 8/4/2023 |
3.6.8 | 220 | 10/29/2024 |
3.6.7 | 836 | 4/15/2024 |
3.6.6 | 279 | 12/4/2023 |
3.6.5 | 314 | 8/4/2023 |
3.6.4 | 37,755 | 5/17/2023 |
3.6.3 | 2,985 | 5/5/2023 |
3.6.3-rc2 | 758 | 4/6/2023 |
3.6.2 | 13,666 | 1/26/2023 |
3.6.1 | 272,185 | 7/26/2022 |
3.6.0 | 193,173 | 4/11/2022 |
3.5.8 | 775 | 12/4/2023 |
3.5.7 | 367 | 8/4/2023 |
3.5.7-rc1 | 161 | 5/18/2023 |
3.5.6 | 704 | 5/5/2023 |
3.5.6-rc2 | 2,200 | 4/6/2023 |
3.5.5 | 2,465 | 1/26/2023 |
3.5.4 | 23,042 | 7/26/2022 |
3.5.3 | 21,067 | 4/11/2022 |
3.5.2 | 70,140 | 1/14/2022 |
3.5.1 | 232,333 | 7/26/2021 |
3.5.0 | 21,533 | 5/10/2021 |
3.4.13 | 428,328 | 1/14/2022 |
3.4.12 | 30,078 | 7/26/2021 |
3.4.11 | 89,779 | 5/10/2021 |
3.4.10 | 179,090 | 1/22/2021 |
3.4.9 | 216,125 | 12/11/2020 |
3.4.8 | 289,049 | 8/7/2020 |
3.4.7 | 287,828 | 6/5/2020 |
3.4.6 | 461,592 | 2/24/2020 |
3.4.5 | 18,756 | 2/7/2020 |
3.4.4 | 155,451 | 10/18/2019 |
3.4.3 | 131,537 | 8/9/2019 |
3.4.2 | 74,053 | 6/3/2019 |
3.4.1 | 82,028 | 3/22/2019 |
3.4.0 | 129,701 | 1/8/2019 |
3.4.0-rc2 | 163,724 | 9/27/2018 |
3.4.0-rc1 | 13,288 | 7/2/2018 |
3.3.11 | 717 | 6/5/2020 |
3.3.10 | 3,273 | 2/7/2020 |
3.3.9 | 694 | 10/18/2019 |
3.3.8 | 761 | 8/9/2019 |
3.3.7 | 743 | 6/3/2019 |
3.3.6 | 834 | 3/22/2019 |
3.3.5 | 5,057 | 1/8/2019 |
3.3.4 | 60,607 | 10/19/2018 |
3.3.3 | 156,412 | 5/14/2018 |
3.3.2 | 80,626 | 4/9/2018 |
3.3.2-rc1 | 3,821 | 2/18/2018 |
3.3.1 | 7,187 | 12/20/2017 |
3.3.0-rc1 | 987 | 8/25/2017 |
3.2.11 | 1,185 | 1/8/2019 |
3.2.10 | 914 | 10/19/2018 |
3.2.9 | 55,692 | 5/14/2018 |
3.2.8 | 3,019 | 4/9/2018 |
3.2.8-rc1 | 927 | 2/18/2018 |
3.2.7 | 7,493 | 12/20/2017 |
3.2.6-rc1 | 1,322 | 8/25/2017 |
0.2.2 | 22,794 | 9/16/2017 |
0.2.1 | 1,606 | 6/8/2017 |
0.2.0 | 1,107 | 5/29/2017 |
0.1.3 | 1,795 | 1/29/2017 |
0.1.2 | 1,275 | 11/12/2016 |
0.1.1 | 1,158 | 10/20/2016 |
0.1.0 | 1,397 | 10/19/2016 |