guac icon indicating copy to clipboard operation
guac copied to clipboard

[feature] GUAC-Neptune database connection

Open stevemenezes opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Implement the connection logic for AWS Neptune DB with GUAC.

Describe the solution you'd like Users should be able to configure a connection with their Neptune clusters. This could be implemented as a part of the guacone command where users can pass in additional params. Describe alternatives you've considered N/A

Additional context You can use this documentation as a reference https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-bolt.html#access-graph-opencypher-bolt-golang-iam-auth

We would want to implement this in a configurable manner such that users can plug and play with cluster endpoints in different regions.

stevemenezes avatar Jul 13 '23 18:07 stevemenezes

@stevemenezes it looks like your PR fixes this - is it good to close this?

lumjjb avatar Aug 21 '23 14:08 lumjjb

@lumjjb there's still a fix to do but we're holding it off for now since AWS would be releasing SDKs capable of querying the Neptune DB (in a week's time or so). Might be worth the wait in order to avoid reinventing the wheel.

stevemenezes avatar Aug 21 '23 16:08 stevemenezes