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

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

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