summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/backend/dynamo/DbTool.java
AgeCommit message (Collapse)Author
2016-04-09Switching from Ivy+Ant to Maven.Jesse Morgan
2014-09-27Adding F1 Attribute Backfill Tool.Jesse Morgan
2014-09-25Adding Support for Scan in DynamoDatabase.Jesse Morgan
Also added scan and scanf (filtered) options to DbTool.
2014-07-26Adding a delete option to the DbTool.Jesse Morgan
2014-07-02DbTool now overwrites the entire chapter row when loading videosJesse Morgan
2014-06-23Setting different throughputs for dev/prod tables.Jesse Morgan
2014-05-24Adding region and table name prefix support.Jesse Morgan
2014-05-24Adding serverprod target and import tool.Jesse Morgan
serverprod starts the frontend locally but points it to the prod dynamodb. The import tool loads data into dynamodb. Each record has a hash key and one or more attribute/value pairs. Records are separated by an empty line. The first line of the record is the hash key. Each subsequent line is an attribute key, followed by a space, followed by the value.
2014-05-23Adding dynamo support.Jesse Morgan