#log #merkle #distributed #logging

transparentlog_rocksdb

RocksDB implementation of Transparent Log

1 unstable release

0.0.1 Feb 22, 2022

#36 in #merkle

Apache-2.0

44KB
870 lines

Transparent log

A Rust implementation of Transparent Logs for Skeptical Clients (https://research.swtch.com/tlog).

Currently doesn't implement tiling.

Current backends:

  • In-memory
  • Raw files
  • RocksDB

There is also a simple client with in-memory caching.


lib.rs:

Transparent Log for RocksDB

Uses RocksDB as the storage backend

Dependencies

~31MB
~608K SLoC