GitXplorerGitXplorer
K

oxidized-mtbl

public
4 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
9ff808236980305183b2440f08cf471c58e24961

Fix the chunks merging message

KKerollmops committed 4 years ago
Verified
45076a16e91102d8153e63043fe0723abc4e1d18

Implement FromStr for CompressionType

KKerollmops committed 4 years ago
Verified
a2e13cba5fb3ed606d2a18a43260c5487eb38746

Fix the bytes_shortest_separator function

KKerollmops committed 4 years ago
Verified
9bf47a7d4f17dd45d395f12874291e00b2eadf40

Handle errors in the merger iterators

KKerollmops committed 4 years ago
Verified
5426182d9ad8b74a9ebb386f03d33ce073cef0e0

Add logs when writing a potentially big chunk

KKerollmops committed 4 years ago
Verified
c7c6f23985d2ef33045992959e4d47419355ec9c

Add logs when merging potentially big chunks

KKerollmops committed 4 years ago

README

The README file for this repository.

oxidized-mtbl

A Rust version of the mtbl immutable key-value store. This is a port of the farsightsec mtbl implementation.

  • [x] Read and Iterate over the database
  • [x] Support blocks decompression
  • [x] Create an immutable key-value database
  • [x] Support most of the compression algorithms
    • [ ] lz4
    • [ ] lz4hc
    • [x] snappy
    • [x] zlib
    • [x] zstd