/aws-neptune-sample

sample java app to connect and query aws neptune graph db

Primary LanguageJava

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.