Skip to content

sample java app to connect and query aws neptune graph db

Notifications You must be signed in to change notification settings

saswata-dutta/aws-neptune-sample

Repository files navigation

Build

Creates a fatjar in build/libs.

gradle jar

Deploy

In an aws instance, get the Security Cert.

wget https://www.amazontrust.com/repository/SFSRootCAG2.pem

Run

Needs a Keystore to ssl the request. It can be created using the create_keystore script. java -jar neptune-perf-1.0-SNAPSHOT.jar <neptune cluster endpoint> <keystore location> <keystore password> <file with sample keys to lookup> <file to dump times>

Sample Data

Try the scripts at neptune_gremlin_data_gen.

About

sample java app to connect and query aws neptune graph db

Resources

Stars

Watchers

Forks

Packages

No packages published