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
- Host: GitHub
- URL: https://github.com/garrensmith/couch_hack_week
- Owner: garrensmith
- License: apache-2.0
- Created: 2020-05-25T14:16:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T12:09:14.000Z (about 6 years ago)
- Last Synced: 2025-09-11T10:28:04.915Z (9 months ago)
- Topics: couchdb, rust
- Language: Rust
- Size: 53.7 KB
- Stars: 67
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```