prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 70 forks source link

Use neptune connector for AWS neptune URLs #36

Open obaqueiro-primetrust opened 2 years ago

obaqueiro-primetrust commented 2 years ago

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.

OGoodness commented 2 years ago

Would also like this feature