gchq / gaffer-docker

Gaffer Docker images and associated Helm charts for deploying on Kubernetes
https://gchq.github.io/gaffer-docker
Apache License 2.0
29 stars 36 forks source link

Requesting additional examples for adding nodes and edges #326

Open DavidAnDavis2021 opened 10 months ago

DavidAnDavis2021 commented 10 months ago

The workbook for https://github.com/gchq/gaffer-docker/blob/develop/docker/gremlin-gaffer/gremlin-gaffer-modern-example.ipynb contains useful examples for using the Tinkerpop utility with Gaffer's Accumulo integration.

Would it be possible to add examples for adding new nodes and edges to the graph?

Currently when I try the standard Gremlin Tinkerpop commands to add a node I get missing ID errors and would find it very helpful to see an example for how to do this in Gaffer.

GCHQDeveloper314 commented 10 months ago

While it's not listed under the limitations of the current Tinkerpop implementation, I have a feeling this may not be fully working yet.

@t92549 - could you confirm the status of adding elements?