graph-notebook
graph-notebook copied to clipboard
Support custom authentication credentials and serializers for Gremlin
Issue #, if available: #306, #324
Description of changes:
- Added new "username" and "password" fields to the Gremlin section of
%%graph_notebook_config
to support custom authentication through Gremlin Server. - Added new "message_serializer" field to Gremlin config options. If not specified, GraphSON V3 will be used by default.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.