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
117 stars
18 watching
22 forks
Language: Common Lisp
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tdrhq/bknr.cluster | A cluster of datastores replicated in real-time using the Raft consensus protocol to achieve high availability and reliability. | 26 |
amit-davidson/libradb | A simple key-value store implemented in Go for learning purposes and providing a basic database example. | 169 |
bobris/btdb | A comprehensive Key Value Database project with .NET implementation, featuring object database integration and various extensions. | 137 |
jakekgrog/ghostdb | A distributed, in-memory key-value data store for high-performance applications | 750 |
mhausenblas/mehdb | An educational project demonstrating a Kubernetes-native NoSQL data store with StatefulSet and persistent volumes. | 23 |
primlabs/bucket | A library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability. | 31 |
kelindar/column | A high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying. | 1,437 |
lmdbjava/lmdbjava | A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. | 801 |
replikativ/konserve | A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead | 301 |
f483/btctxstore | A library to store and retrieve data in Bitcoin transactions using OP_RETURN nulldata outputs. | 10 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 139 |
kbrw/gitex | An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. | 68 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
datastore/datastore.objects | A library that provides an object mapper on top of a flexible data storage service | 6 |
dalmatinerdb/mstore | A metric store designed to efficiently handle sequential and near-sequential writes and reads of immutable metrics. | 11 |