janusgraph-dotnet
janusgraph-dotnet copied to clipboard
JanusGraph .NET Gremlin Language Variant (GLV)
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)...
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?
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...
After janusgraph/janusgraph#1295 is implemented, serialization and deserialization of arrays should also be supported in JanusGraph.Net.
JanusGraph server allows users to specify an environment variable (JANUSGRAPH_RELATION_DELIMITER) to override the default relation delimiter char. If this is used then the JanusGraphGraphSONMessageSerializer throws an exception when (de)serializing a...
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.3. Release notes Sourced from Microsoft.Extensions.Configuration.Json's releases. .NET 9.0.3 Release What's Changed [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by...
Bumps [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) from 4.1.0 to 4.3.0. Release notes Sourced from Testcontainers's releases. 4.3.0 What's Changed Thank you to all the contributors 🙌. 🚀 Features feat: Add Apache Cassandra module (#1367)...