janusgraph-dotnet icon indicating copy to clipboard operation
janusgraph-dotnet copied to clipboard

JanusGraph .NET Gremlin Language Variant (GLV)

Results 7 janusgraph-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. 6.4.0 (2024-04-16) 🚀 Features add clang-format style configuration (#5424)...

dependencies
github_actions

JanusGraph contains some text predicates which are not supported by JanusGraph.Net. These are at least the ones added in this PR: JanusGraph/janusgraph#2559, including `textContainsPhrase` and negations of all text predicates.

.NET 8 is out and it's an LTS release. The update includes: Tests GH Actions Docs for contributors Our target framework can however still be .NET Standard 2.0 like it...

We are facing this error from time to time when we switched to binary serialization. We use the 1.0.0.rc2 version of lib and JanusGraph 0.6.2. What can be the root...

I find that in JanusGraph.Java we can use mgmt = graph.openManagement() to manage the schemas, do we have similar functions in this project?

enhancement

We should create and publish API docs for the library. The most widely used tool for that seems to be [DocFX](https://dotnet.github.io/docfx/). That only has the downside right now that it...

area/docs

After janusgraph/janusgraph#1295 is implemented, serialization and deserialization of arrays should also be supported in JanusGraph.Net.