trondn/mount_cbfs — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2012-09-27
Mount a Couchbase cluster as a local folder and browse its contents with any file manager.
Use grep or other command-line tools to search through database contents without an API.
Let a backup script read from the mounted directory as if pulling ordinary files off disk.
Study the code as a compact example of building a FUSE filesystem backed by a database.
| trondn/mount_cbfs | kritagya123611/ascent | lexvicacom/monoblok | |
|---|---|---|---|
| Stars | 8 | 8 | 8 |
| Language | C | C | C |
| Last pushed | 2012-09-27 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | hard | hard | — |
| Complexity | 3/5 | 5/5 | — |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a running Couchbase cluster plus libcouchbase and FUSE installed, single-threaded and read-only only.
A prototype that lets you browse a Couchbase database as a regular file system, using familiar file tools instead of learning an API.
Mainly C. The stack also includes C, FUSE, libcouchbase.
Dormant — no commits in 2+ years (last push 2012-09-27).
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.