Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 588 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 588 Bytes

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.