https://github.com/hackergrrl/hyperlog-doctor
:pill: cli tool for checking and repairing hyperlogs
https://github.com/hackergrrl/hyperlog-doctor
Last synced: 9 months ago
JSON representation
:pill: cli tool for checking and repairing hyperlogs
- Host: GitHub
- URL: https://github.com/hackergrrl/hyperlog-doctor
- Owner: hackergrrl
- Created: 2016-11-07T19:51:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T23:44:55.000Z (over 9 years ago)
- Last Synced: 2024-12-28T21:44:22.767Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperlog-doctor
> cli tool for checking and repairing
> [hyperlogs](https://github.com/mafintosh/hyperlog)
This command line tool is the result of deep bug hunts into the hyperlog source.
I figured it'd be nice for future hyperlog users to have a nice little tool for
detecting some of the types of data corruption and repairing them.
## Usage
```
USAGE
hyperlog-doctor - lint and repair hyperlogs
SUBCOMMANDS
hyperlog-doctor lint
Run various sanity checks on a hyperlog's LevelDB directory. A report will
be written to standard out.
hyperlog-doctor repair
Examine the LevelDB directory given and regenerate its HEADS and CHANGES
indexes.
```
## Install
With [npm](https://npmjs.org/) installed, run
```
$ npm install -g hyperlog-doctor
```
## Acknowledgments
hyperlog-doctor was sponsored by [Digital
Democracy](https://www.digital-democracy.org).
## License
ISC