# store **Repository Path**: dblike/store ## Basic Information - **Project Name**: store - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-11-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TreodeDB TreodeDB is a distributed database that provides multirow atomic writes, and itʼs designed for RESTful services. TreodeDB - is a key-value store - offers replication for fault tolerance - offers sharding for scalability - offers transactions to provide consistency - tracks versioned data to [extend transactions through a CDN or cache][cbw] - can feed an [Apache Spark][apache-spark]™ RDD or an [Apache Hadoop][apache-hadoop]™ InputFormat for analytics - can feed an [Apache Spark][apache-spark]™ DStream for streaming analytics ![Architecture][arch] ## Documentation - [User Docs][user-docs] - Presentation: [slides][presentation-slides], [video][presentation-video] [apache-hadoop]: https://hadoop.apache.org "Apache Hadoop™" [apache-spark]: https://spark.apache.org "Apache Spark™" [arch]: architecture.png "Architecture" [cbw]: http://treode.github.io/cbw/ "Conditional Batch Write" [presentation-slides]: http://goo.gl/le0rjT "Slides, SF Bay Chapter of the ACM, Mar 18 2015" [presentation-video]: https://www.youtube.com/watch?v=sI8vtAjO7x4&list=PL87GtQd0bfJyd9_TEKLbuTTdLFCedM-yw "Video, SF Bay Chapter of the ACM, Mar 18 2015" [user-docs]: http://treode.github.io "TreodeDB Walkthroughs"