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

GitHub

118 stars
18 watching
22 forks
Language: Common Lisp
last commit: almost 5 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
tdrhq/bknr.clusterA cluster of datastores replicated in real-time using the Raft consensus protocol to achieve high availability and reliability.28
amit-davidson/libradbA simple key-value store implemented in Go for learning purposes and providing a basic database example.171
bobris/btdbA high-performance, ACID-compliant key-value store with object database and relational capabilities.139
jakekgrog/ghostdbA distributed, in-memory key-value data store for high-performance applications751
mhausenblas/mehdbAn educational project demonstrating a Kubernetes-native NoSQL data store with StatefulSet and persistent volumes.23
primlabs/bucketA library providing a simple storage solution using stable memory, allowing canisters to store data without GC costs and upgradeability.31
kelindar/columnA high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying.1,442
lmdbjava/lmdbjavaA Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency.806
replikativ/konserveA protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead300
f483/btctxstoreA library to store and retrieve data in Bitcoin transactions using OP_RETURN nulldata outputs.10
lmdbjava/benchmarksA benchmarking project comparing various Java-based key-value stores141
kbrw/gitexAn Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems.68
mikkelhjuul/ldA simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming.23
datastore/datastore.objectsA library that provides an object mapper on top of a flexible data storage service6
dalmatinerdb/mstoreA metric store designed to efficiently handle sequential and near-sequential writes and reads of immutable metrics.11