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: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

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. 28
amit-davidson/libradb A simple key-value store implemented in Go for learning purposes and providing a basic database example. 171
bobris/btdb A high-performance, ACID-compliant key-value store with object database and relational capabilities. 139
jakekgrog/ghostdb A distributed, in-memory key-value data store for high-performance applications 751
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,442
lmdbjava/lmdbjava A Java implementation of the Lightning Memory Database (LMDB) key-value store with ACID semantics and low latency. 806
replikativ/konserve A protocol for building asynchronous, thread-safe, and consistent key-value stores with low overhead 300
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 141
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. 23
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