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

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

Awesome Lists containing this project

README

        

# pino-azuretable

[![CI](https://github.com/ovhemert/pino-azuretable/workflows/CI/badge.svg)](https://github.com/ovhemert/pino-azuretable/actions)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/320db90115f545959ec94170976848a8)](https://www.codacy.com/app/ovhemert/pino-azuretable?utm_source=github.com&utm_medium=referral&utm_content=ovhemert/pino-azuretable&utm_campaign=Badge_Grade)
[![Known Vulnerabilities](https://snyk.io/test/npm/pino-azuretable/badge.svg)](https://snyk.io/test/npm/pino-azuretable)
[![Coverage Status](https://coveralls.io/repos/github/ovhemert/pino-azuretable/badge.svg?branch=master)](https://coveralls.io/github/ovhemert/pino-azuretable?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](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
[![Github](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=github)](https://github.com/ovhemert)
[![Web](https://img.shields.io/badge/-website.svg?style=social&logoColor=333&logo=nextdoor)](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/