Android Open Source - Database database Simple_DynamoDB






Project Summary

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?.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Simple_DynamoDB.

ItemValue
Java File Count6
Target SDK Version19
Minimum SDK Version19
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_PHONE_STATE




Java Source Files

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