Implemented a database fully equipped with replication, failure handling, key consistency, and recovery, based on the Amazon Dynamo database. Values were stored based on the key assigned to said value. Storage for a key was determined by hashing a key (SHA-1 hashing was used) and using lexicographical comparison between the key and the hashed id?.
Simple_DynamoDB is hosted in the following web site
https://github.com/jhdiaz/Simple_DynamoDB
If you think the Android project Simple_DynamoDB listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Simple_DynamoDB.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 19 |
Minimum SDK Version | 19 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_PHONE_STATE |
Simple_DynamoDB has the following Java source files.
edu.buffalo.cse.cse486586.simpledynamo.DBOpenHelper.java edu.buffalo.cse.cse486586.simpledynamo.KeyLocker.java edu.buffalo.cse.cse486586.simpledynamo.RecoveryHelper.java edu.buffalo.cse.cse486586.simpledynamo.Sender.java edu.buffalo.cse.cse486586.simpledynamo.SimpleDynamoActivity.java edu.buffalo.cse.cse486586.simpledynamo.SimpleDynamoProvider.java