https://github.com/ovhemert/pino-couchdb
A transport for pino that sends messages to CouchDB
https://github.com/ovhemert/pino-couchdb
couch couchdb logging pino pino-transport
Last synced: 5 months ago
JSON representation
A transport for pino that sends messages to CouchDB
- Host: GitHub
- URL: https://github.com/ovhemert/pino-couchdb
- Owner: ovhemert
- License: mit
- Created: 2019-03-26T19:17:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T09:23:33.000Z (8 months ago)
- Last Synced: 2024-11-11T21:52:30.577Z (6 months ago)
- Topics: couch, couchdb, logging, pino, pino-transport
- Language: JavaScript
- Size: 828 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# pino-couchdb
[](https://github.com/ovhemert/pino-couchdb/actions)
[](https://www.codacy.com/app/ovhemert/pino-couchdb?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/pino-couchdb&utm_campaign=Badge_Grade)
[](https://snyk.io/test/npm/pino-couchdb)
[](https://coveralls.io/github/ovhemert/pino-couchdb?branch=master)
[](http://standardjs.com/)This module provides a "transport" for [pino][pino] that forwards messages to a [CouchDB][couchdb] database.
## Installation
To use globally from command line:
```bash
npm install -g pino-couchdb
```To include as a library in your project:
```bash
npm install pino-couchdb
```## CLI
Want to use `pino-couchdb` from the CLI?
See the [CLI](./docs/CLI.md) documentation for details.## API
Want to use `pino-couchdb` as a library in your project?
See the [API](./docs/API.md) documentation for details.## Maintainers
Osmond van Hemert
[](https://github.com/ovhemert)
[](https://ovhemert.dev)## Contributing
If you would like to help out with some code, check the [details](./.github/CONTRIBUTING.md).
Not a coder, but still want to support? Have a look at the options available to [donate](https://ovhemert.dev/donate).
## License
Licensed under [MIT](./LICENSE).
[pino]: https://www.npmjs.com/package/pino
[couchdb]: https://couchdb.apache.org/