An open API service indexing awesome lists of open source software.

https://github.com/garrensmith/couch_hack_week

Rust CouchDB implementation for Cloudant hackweek
https://github.com/garrensmith/couch_hack_week

couchdb rust

Last synced: 8 months ago
JSON representation

Rust CouchDB implementation for Cloudant hackweek

Awesome Lists containing this project

README

          

# 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](https://www.garrensmith.com/blogs/mini-couch-hack-week) is a blog post on this.

## Building

```
$ cargo build
```

## Running

```
$ cargo run
```