A FUSE-Filesystem where new items can be added but existing ones are protected from changes
-
Updated
Jul 23, 2018 - Go
A FUSE-Filesystem where new items can be added but existing ones are protected from changes
Append-only storage in Go designed for the analytical workloads
Log-structured merge-tree
Immutable data structures for the Go language.
sidecar grpc service that creates append-only log files using ext4 filesystem (might work with ext2/ext3 but it's not tested)
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.
a flume-like persisted append-only log implementation
Add a description, image, and links to the append-only topic page so that developers can more easily learn about it.
To associate your repository with the append-only topic, visit your repo's landing page and select "manage topics."