RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads.
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores, to efficiently use fast storage, to
... [More] support IO-bound, in-memory and write-once workloads, and to be flexible to allow for innovation. [Less]
QWAZR is a Javascript & Java framework. The project focuses on microservices and web applications written in Java and/or Javascript. The framework includes several production ready modules:
- HTTP application server,
- MVC using Javascript or Java for the controllers and freemarker as template
... [More] engine,
- SQL, NO/SQL, LDAP database connectors (MongoDB, Cassandra, MySQL, PostgreSQL, etc.),
- HDFS / FTP connectors,
- A Search engine based on Lucene,
- A distributed Web crawler. [Less]
Yjs is a framework for offline-first p2p shared editing on structured data like text, richtext, json, or XML. It is fairly easy to get started, as Yjs hides most of the complexity of concurrent editing. For additional information, demos, and tutorials visit y-js.org
WiredTiger is rethinking data management for modern hardware with a focus on multi-core scalability and maximizing the value of every byte of RAM.
WiredTiger is an embedded data storage library designed to deliver excellent performance with highly concurrent workloads on modern hardware.
... [More] WiredTiger has a traditional key/value storage API, along with a sophisticated schema layer allowing for a combination of column, row and LSM stores. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy