JanusGraph / JanusGraph/janusgraph

Remove bindings from remote example

Open
#2,046 0 comments 0 reactions 0 assignees View on GitHub
area/examples
Dominant language
Java
Stars
5.8k
Forks
1.2k
Avg merge
13h 53m
Merged PRs (30d)
6

Description

The example `RemoteGraphApp` that shows how to connect to JanusGraph Server via remote uses bindings [and explains](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-examples/example-remotegraph/src/main/java/org/janusgraph/example/RemoteGraphApp.java#L87) that they should be used so traversals can be cached on the server. This is no longer true for ByteCode based requests like they are used here.
So, we should remove the bindings from the example completely.

This came up [on the janusgraph-users list](https://groups.google.com/d/msg/janusgraph-users/T7wg_dKri1g/LfOrIXZbAgAJ).

Contributor guide

Open the contributing guide

Research direction

Start in janusgraph-examples/example-remotegraph/src/main/java/org/janusgraph/example/RemoteGraphApp.java, especially the binding-related section around line 87. Remove the bindings and their outdated explanation, then verify that the remote example no longer uses bindings.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.