Project Description
Cloudata is Distributed Large scale Structured Data Storage, and open source project implementing Google's Bigtable.
- Database management system. but not support relational data model.
- Scalability: can store more than Peta bytes.
- Reliability
- Low Cost, High performance: Use commodity hardware
- Easy, fast data analysis: MapReduce
- Abstract FileSystem: Supports various FileSystem(default FileSystem is Hadoop FileSystem)
Features
Cloudata has the following features.
- Basic data service
- Single row operation(get, put)
- Multi row operation(like, between, scanner)
- Data uploader(DirectUploader)
- MapReduce(TabletInputFormat)
- Simple cloudata query and supports JDBC driver
- split
- distribution
- compaction
- Web based Monitor
- CLI Shell
- Master failover
- TabletServer failover
- Reliable fast appendable change log server
- Java, RESTful API, Thrift
Contact
For more information or question send mail to babokim@gmail.com
Read more: Cloudata