Kelvin Lawrence
Kelvin Lawrence
The 1.1.0.0 release of Amazon Neptune adds a `iteratorType=LATEST` parameter to the stream to find the most recent transaction and operation on the stream. The `%stream_viewer` magic should be updated...
Currently the `%seed` line magic loads data by looking for files in a specific location. Today a user could place one or more files into that location and load them...
It would be nice if the visualization could use a property value to influence the size used for each rendered node. Have had a few people ask for this.
By default all graph diagrams are drawn using the `straightCross` layout. However in cases where there are parallel edges in the same direction between two nodes, the edges tend to...
Especially when using the hierarchical layout, it would be nice to have an option to group by the depth in the visualization. So if you imagine a tree, the root...
It is not possible to get help using a command like `%%gremlin --help` unless there is something else in the cell on another line. It would be nice if that...
If you are aware of any airports or routes that are missing from the air-routes data set, please add them as comments below. The basic rules for what is (and...
As a rider to issue #115 , this issue is to track adding specific examples relative to the TinkerPop 3.6.0 release. There needs to be a new section in the...
TinkerPop 3.4, 3.5, and 3.6 are all now released; 3.7 is pending. The manuscript needs updating to reflect the latest changes and possibly needs some deprecation warnings as well. This...
Gremlin currently does not provide a way for a sack to contain multiple values. You can do it using a map, but it gets a bit messy. It would be...