Alternatives
Products that do what Baerly-storage, a document DB that runs per request, no DB server does
- 1

- 2NI
2017 · nofile.io
- 3

- 4AS
2021 · github.com
- 5

- 6

- 7

- 8

- 9AS
2020 · github.com
- 10

- 11CS
We started CallFS after yet another late-night “why did the uploads vanish?” incident. Our small team had stitched together rsync, a fragile NFS mount, and an S3 bucket—none of it observable, all of it waiting to bite us. So we wrote a single-process file service in Go that: • Speaks the S3 API (so existing tooling works). • Stores hot data on local disks for speed; cold data can sit in any S3-compatible bucket. • Exposes Prometheus metrics and JSON logs by default, because “what happened?” shouldn’t be guesswork. • Ships as a ~25 MB static binary—no external deps, MIT license. Today it’s…
2025 · github.com
- 12

- 13

- 14

- 15

- 16

- 17TF
Nov 2025 · github.com
- 18TA
Dec 2025 · github.com
- 19MS
Dec 2025 · github.com
- 20

- 21TA
As the creator of TerarkDB (acquired by ByteDance in 2019), I have developed ToplingDB in recent years. ToplingDB is forked from RocksDB, where we have replaced almost all components with more efficient alternatives(db_bench shows ToplingDB is about ~8x faster than RocksDB): * MemTable: SkipList is replaced by CSPP(Crash Safe Parallel Patricia trie), which is 8x faster. * SST: BlockBasedTable is replaced by ToplingZipTable, implemented by searchable compression algo, it is very small and fast, typically less than 1μs per lookup: * Keys/Indexes are compressed using NestLoudsTrie(a…
2025 · github.com
- 22

- 23ZA
Jul 2026 · zerofs.net
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →