You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2023. It is now read-only.
I would like as many of these to make it into the main repo as possible.
Could I get some guidance on the best way to proceed?)
upgrade yq to v4.x
add TinkerIoRegistry to the gremlin-server.yaml
switch from bash scripts to Gradle
remote-objects.yaml
YQ
The new version is much more capable than the prior.
This change leads to an overhaul of docker-entrypoint.sh and expansion of the configuration of docker environment variables e.g. gremlinserver.* -> gremlinserver%1.* (or something like that)
TinkerIoRegistry
The ability to return subgraphs is not possible because the TinkerIoRegistryV3d0 is not included in the gremlin-server.yaml.
This could be overcome with the yq update mentioned above. In the short run the following could be added.
I forked the project and am working on several improvements.
https://github.com/babeloff/janusgraph-docker
I would like as many of these to make it into the main repo as possible.
Could I get some guidance on the best way to proceed?)
YQ
The new version is much more capable than the prior.
This change leads to an overhaul of
docker-entrypoint.shand expansion of the configuration of docker environment variables e.g.gremlinserver.*->gremlinserver%1.*(or something like that)TinkerIoRegistry
The ability to return subgraphs is not possible because the TinkerIoRegistryV3d0 is not included in the
gremlin-server.yaml.This could be overcome with the yq update mentioned above. In the short run the following could be added.
Gradle
bash is flaky on Windows.
Gradle works across platforms and has Docker plugins.
remote-objects.yaml
It has the wrong host (localhost rather than janusgraph)