mboudreau / Alternator

A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78 stars 39 forks source link

persisting tables using jackson during shutdown #33

Closed aluedeke closed 12 years ago

aluedeke commented 12 years ago

This pull request ensures that data could be persisted.

Persistence happens during a regular shutdown. Persistence Location is provided via AlternatorDB Constructor. If persistence location is NULL nothing is persisted If Alternator process gets killed nothing wil be persisted