append-only
There are 26 repositories under append-only topic.
paragonie/chronicle
Public append-only ledger microservice built with Slim Framework
marceloboeira/voik
♒︎ [WIP] An experimental ~distributed~ commit-log
berty/go-ipfs-log
Go version of append-only log CRDT on IPFS
dwyl/phoenix-ecto-append-only-log-example
📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
abdullin/cellar
Append-only storage in Go designed for the analytical workloads
cruzdb/cruzdb
Append-only key-value database on a distributed shared-log
krasun/lsmtree
Log-structured merge-tree
qoollo/pearl
Pearl Append only key-value blob storage on disk
Krien/TropoDB
ZNS Append-only based LSM key-value store
al8n/orderwal
A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
bulletproof-ninja/delta
DDD-centric event-sourcing library for the JVM
ssbc/margaret
a flume-like persisted append-only log implementation
phelmkamp/immut
Immutable data structures for the Go language.
dbaumgarten/addfs
A FUSE-Filesystem where new items can be added but existing ones are protected from changes
o0101/Bookmate
Watch changes in Chrome bookmarks, and use bookmarks as an append-only key-value store via an fs-like API.
arindas/riakv
Log structured append-only key-value store from Rust In Action with some enhancements.
adzialocha/p2p-chat
Simple p2p chat with mDNS discovery, append-only log data structure and replication protocol for learning purposes
rvncerr/xlog
Binary append-only log
fiatjaf/journalstate
turn a log of sequential, handwritten facts, into a state
JamesKyburz/dynamodb-logs
sample repo to use dynamodb with append only logs
GlenDC/alumdb
AluminiumDB is an embeddable append-log written in Rust
arindas/laminarmq-io
Generic I/O abstraction over local File storage and AWS S3 for laminarmq
joekir/indelible
sidecar grpc service that creates append-only log files using ext4 filesystem (might work with ext2/ext3 but it's not tested)
rayaan01/lfs
A key value storage engine based on log structured file systems. Data is written to an append-only file and read using in-memory hash indexes for high performance.
SimpleSoulll/ss-aof
spark structured streaming appending only file source based on datasource apiv2. Spark增量日志流式抓取
adzialocha/append-only-log
Experiment with append-only logs