bknr-datastore
In-memory data store
An in-memory data store designed to support multiple object-oriented programming (MOP) paradigms for Common Lisp applications.
BKNR datastore - MOP-Based in-memory database with transactions for Common Lisp
118 stars
18 watching
22 forks
Language: Common Lisp
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A cluster of datastores replicated in real-time using the Raft consensus protocol to achieve high availability and reliability. | 28 |
| A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 171 |
| A high-performance, ACID-compliant key-value store with object database and relational capabilities. | 139 |
| A distributed, in-memory key-value data store for high-performance applications | 751 |
| An educational project demonstrating a Kubernetes-native NoSQL data store with StatefulSet and persistent volumes. | 23 |
| A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
| A high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying. | 1,442 |
| A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 806 |
| A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 300 |
| A library to store and retrieve data in Bitcoin transactions using OP_RETURN nulldata outputs. | 10 |
| A benchmarking project comparing various Java-based key-value stores | 141 |
| An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. | 68 |
| A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 23 |
| A library that provides an object mapper on top of a flexible data storage service | 6 |
| A metric store designed to efficiently handle sequential and near-sequential writes and reads of immutable metrics. | 11 |