https://github.com/rossonet/waldot
TinkerPop Gremlin backend OPC UA
https://github.com/rossonet/waldot
gremlin milo opc opc-ua opcua rules-engine tinkerpop
Last synced: about 1 month ago
JSON representation
TinkerPop Gremlin backend OPC UA
- Host: GitHub
- URL: https://github.com/rossonet/waldot
- Owner: rossonet
- License: apache-2.0
- Created: 2024-03-21T18:59:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-07T22:37:51.000Z (about 2 months ago)
- Last Synced: 2025-03-09T13:18:10.520Z (about 2 months ago)
- Topics: gremlin, milo, opc, opc-ua, opcua, rules-engine, tinkerpop
- Language: Java
- Homepage:
- Size: 11.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WaldOT
[](https://github.com/rossonet/waldot)
experimental integration between [Apache TinkerPop](https://tinkerpop.apache.org/gremlin.html) and [Eclipse Milo OPCUA library](https://projects.eclipse.org/projects/iot.milo)
[Docker Hub page](https://hub.docker.com/r/rossonet/waldot)
## Logbook
### January 2025
I started from [a project template that I use practically everywhere](https://github.com/rossonet/TemplateConsoleApplication).
I integrated the [on memory backend of Gremlin](https://github.com/rossonet/tinkerpop/tree/master/tinkergraph-gremlin).
I started refactoring the code to replace the hashmaps used as the backend for Gremlin with the structure used by Milo's server sdk.
My first goal is to pass TinkerPop's compliance tests, I want the logo...
> At the core of TinkerPop 3.x is a Java API. The implementation of this core API and its validation via the gremlin-test suite is all that is required of a graph system provider wishing to provide a TinkerPop-enabled graph engine. Once a graph system has a valid implementation, then all the applications provided by TinkerPop (e.g. Gremlin Console, Gremlin Server, etc.) and 3rd-party developers (e.g. Gremlin-Scala, Gremlin-JS, etc.) will integrate properly. Finally, please feel free to use the logo on the left to promote your TinkerPop implementation.
[rif: https://tinkerpop.apache.org/docs/current/dev/provider/#graph-system-provider-requirements](https://tinkerpop.apache.org/docs/current/dev/provider/#graph-system-provider-requirements)
## Maven
[WaldOT API](https://central.sonatype.com/artifact/net.rossonet.waldot/waldot-api)
[WaldOT namespace](https://central.sonatype.com/artifact/net.rossonet.waldot/waldot-namespace)
[WaldOT plugin OS](https://central.sonatype.com/artifact/net.rossonet.waldot/waldot-plugin-os)
[WaldOT plugin bag](https://central.sonatype.com/artifact/net.rossonet.waldot/waldot-plugin-bag)
[WaldOT plugin TinkerPop](https://central.sonatype.com/artifact/net.rossonet.waldot/waldot-plugin-tinkerpop)
## Code tools
[](https://gitpod.io/#https://github.com/rossonet/waldot)
[](https://app.codacy.com/gh/rossonet/waldot/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)## GitHub Actions
[](https://github.com/rossonet/waldot/actions/workflows/test-on-master-with-gradle.yml)
[](https://github.com/rossonet/waldot/actions/workflows/publish-to-docker-hub.yml)
[](https://github.com/rossonet/waldot/actions/workflows/publish-to-maven.yml)## Reference
[TinkerPop Provider Documentation](https://tinkerpop.apache.org/docs/current/dev/provider/)
[OPCUA - AddressSpace concepts](https://reference.opcfoundation.org/Core/Part3/v104/docs/4)
[OPC 30270: Industry 4.0 Asset Administration Shell document](https://reference.opcfoundation.org/I4AAS/v100/docs/)
### Project sponsor
[](https://www.rossonet.net)