https://github.com/ovhemert/pino-azuretable
A transport for pino that sends messages to Azure Table Storage
https://github.com/ovhemert/pino-azuretable
azure logging pino pino-transport storage table
Last synced: 5 months ago
JSON representation
A transport for pino that sends messages to Azure Table Storage
- Host: GitHub
- URL: https://github.com/ovhemert/pino-azuretable
- Owner: ovhemert
- License: mit
- Created: 2019-03-29T09:54:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:32:23.000Z (10 months ago)
- Last Synced: 2024-11-01T18:11:35.467Z (6 months ago)
- Topics: azure, logging, pino, pino-transport, storage, table
- Language: JavaScript
- Homepage:
- Size: 635 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
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-azuretable
[](https://github.com/ovhemert/pino-azuretable/actions)
[](https://www.codacy.com/app/ovhemert/pino-azuretable?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/pino-azuretable&utm_campaign=Badge_Grade)
[](https://snyk.io/test/npm/pino-azuretable)
[](https://coveralls.io/github/ovhemert/pino-azuretable?branch=master)
[](http://standardjs.com/)This module provides a "transport" for [pino][pino] that forwards messages to a [Azure Table Storage][azuretable].
## Installation
To use globally from command line:
```bash
npm install -g pino-azuretable
```To include as a library in your project:
```bash
npm install pino-azuretable
```## CLI
Want to use `pino-azuretable` from the CLI?
See the [CLI](./docs/CLI.md) documentation for details.## API
Want to use `pino-azuretable` 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](./docs/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
[azuretable]: https://azure.microsoft.com/en-us/services/storage/tables/