Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/recover-couchdb2
https://github.com/janl/recover-couchdb2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janl/recover-couchdb2
- Owner: janl
- Created: 2015-10-17T17:58:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T18:08:49.000Z (about 9 years ago)
- Last Synced: 2024-10-16T20:16:44.444Z (2 months ago)
- Language: Erlang
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HEAVY WORK IN PROGRESS
BEWARE LOTS OF DRAGONS
REALLY
KEEP OUT
* * *
Setup:
```
git submodule update --init
cd couchdb
./bootstrap
./configure --disable-docs
make -j3
cd ..
make
```Usage:
```
./recover_couchdb path/to/database [start-reading-at-byte]
```