mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
add Pilosa and TiKV
This commit is contained in:
parent
3cec801482
commit
5ab997cc8e
1 changed files with 2 additions and 0 deletions
|
@ -546,10 +546,12 @@ A curated list of Microservice Architecture related principles and technologies.
|
||||||
- [MemSQL ![c]](http://www.memsql.com/) - High-performance, in-memory database that combines the horizontal scalability of distributed systems with the familiarity of SQL.
|
- [MemSQL ![c]](http://www.memsql.com/) - High-performance, in-memory database that combines the horizontal scalability of distributed systems with the familiarity of SQL.
|
||||||
- [OpenTSDB](http://opentsdb.net) - Scalable and distributed time series database written on top of Apache HBase.
|
- [OpenTSDB](http://opentsdb.net) - Scalable and distributed time series database written on top of Apache HBase.
|
||||||
- [Parquet](https://github.com/apache/parquet-format) - Columnar storage format available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, data model or programming language.
|
- [Parquet](https://github.com/apache/parquet-format) - Columnar storage format available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, data model or programming language.
|
||||||
|
- [Pilosa](https://github.com/pilosa/pilosa) - Open source, distributed bitmap index that dramatically accelerates queries across multiple, massive data sets.
|
||||||
- [Reborn](https://github.com/reborndb/reborn) - Distributed database fully compatible with redis protocol.
|
- [Reborn](https://github.com/reborndb/reborn) - Distributed database fully compatible with redis protocol.
|
||||||
- [RethinkDB](http://rethinkdb.com/) - Open source, scalable database that makes building realtime apps easier.
|
- [RethinkDB](http://rethinkdb.com/) - Open source, scalable database that makes building realtime apps easier.
|
||||||
- [Secure Scuttlebutt](https://github.com/ssbc/docs) - P2P database of message-feeds.
|
- [Secure Scuttlebutt](https://github.com/ssbc/docs) - P2P database of message-feeds.
|
||||||
- [Tachyon](http://tachyon-project.org/) - Memory-centric distributed storage system, enabling reliable data sharing at memory-speed across cluster frameworks.
|
- [Tachyon](http://tachyon-project.org/) - Memory-centric distributed storage system, enabling reliable data sharing at memory-speed across cluster frameworks.
|
||||||
|
- [TiKV](https://github.com/tikv) - Distributed transactional key-value database.
|
||||||
- [Voldemort](https://github.com/voldemort/voldemort) - Open source clone of Amazon DynamoDB
|
- [Voldemort](https://github.com/voldemort/voldemort) - Open source clone of Amazon DynamoDB
|
||||||
- [VoltDB ![c]](https://www.voltdb.com/) - In-Memory ACID compliant distributed database.
|
- [VoltDB ![c]](https://www.voltdb.com/) - In-Memory ACID compliant distributed database.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue