Kelvin Lawrence
Kelvin Lawrence
The 1.1.1.0 Neptune release further adds adds an indicator when an operation is the last one for each transaction. Now would be a good time to work on these updates....
Initial commits to add the timestamp https://github.com/aws/graph-notebook/commit/59eba4bc2aeeb03ceabcbcae0a8ff6af1d56630b https://github.com/aws/graph-notebook/commit/9099e6cc56804f9f8f196828f40d7e37620a4455
The commits made so far address the `isLastOp` and timestamp new features. The remaining work is to update the stream viewer code to use the `iteratorType=LATEST` if supported. As this...
Thanks for the issue @giacomociti - We are looking into it
Thanks for the feedback @gourav-sg . Under the covers the rendering today is performed using Vis.js. Any of the Vis.js settings can be changed using the `%%graph_notebook_vis_options` magic. There is...
Hi @gourav-sg and thanks for taking the time to open an issue. The `:remote` command is unique to the Gremlin console and the command itself is not sent to the...
I believe the test was being run on a local database, not Neptune, looking at the information in the original report. The `FILTER` is supposed to only pick up the...
That's a really good suggestion @indusbull . Next time I work on the Janus section I will try and add something.
I am going to target this for v278. Ran out of time for the v277 iteration.
Made Gremlin Server its own Chapter as a start to expanding the coverage. #131