gremlin-visualizer
gremlin-visualizer copied to clipboard
Use neptune connector for AWS neptune URLs
This PR add the ability to make requests to an aws neptune graph using Neptune's "compatible" Gremlin endpoint. For AWS Neptune we need to sign each request using AWS Sig4 algorithm; this is done using a wrapper.
Would also like this feature