amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

Serve zip artifacts out of git release tags #264

Open amcp opened 6 years ago

amcp commented 6 years ago

Currently, the CloudFormation templates build the server on demand. This takes a long time and on small hosts may cause the EC2 UserData script to time out. Initially I overcame the slowness by building on the RAMDISK but that causes OOM on small hosts. So, prebuilt binaries are preferred.