Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 331 Bytes

Mini-CouchDB

An implementation of CouchDB using Rust and FoundationDB for Cloudant's hackweek 25 May 2020 - 4 June 2020. The aim was to be able to read /{db}/_all_docs.

Here is a blog post on this.

Building

$ cargo build

Running

$ cargo run