{"id":21405778,"url":"https://github.com/ovhemert/pino-azuretable","last_synced_at":"2025-07-13T23:30:48.536Z","repository":{"id":34404574,"uuid":"178379297","full_name":"ovhemert/pino-azuretable","owner":"ovhemert","description":"A transport for pino that sends messages to Azure Table Storage","archived":false,"fork":false,"pushed_at":"2024-06-28T07:32:23.000Z","size":650,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-01T18:11:35.467Z","etag":null,"topics":["azure","logging","pino","pino-transport","storage","table"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ovhemert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["ovhemert"],"patreon":"ovhemert","ko_fi":"ovhemert","custom":"ovhemert.dev/donate"}},"created_at":"2019-03-29T09:54:37.000Z","updated_at":"2022-01-10T19:56:01.000Z","dependencies_parsed_at":"2024-06-28T08:48:40.292Z","dependency_job_id":"fa1ab4b0-a30f-4ecd-acea-aa4f8fbb1514","html_url":"https://github.com/ovhemert/pino-azuretable","commit_stats":{"total_commits":70,"total_committers":5,"mean_commits":14.0,"dds":0.4571428571428572,"last_synced_commit":"b3373da1e683ee35cb014cfe3b16524c507a9275"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovhemert%2Fpino-azuretable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovhemert%2Fpino-azuretable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovhemert%2Fpino-azuretable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovhemert%2Fpino-azuretable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ovhemert","download_url":"https://codeload.github.com/ovhemert/pino-azuretable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225929081,"owners_count":17546882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","logging","pino","pino-transport","storage","table"],"created_at":"2024-11-22T16:28:18.598Z","updated_at":"2024-11-22T16:28:19.154Z","avatar_url":"https://github.com/ovhemert.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ovhemert","https://patreon.com/ovhemert","https://ko-fi.com/ovhemert","ovhemert.dev/donate"],"categories":[],"sub_categories":[],"readme":"# pino-azuretable\n\n[![CI](https://github.com/ovhemert/pino-azuretable/workflows/CI/badge.svg)](https://github.com/ovhemert/pino-azuretable/actions)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/320db90115f545959ec94170976848a8)](https://www.codacy.com/app/ovhemert/pino-azuretable?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=ovhemert/pino-azuretable\u0026amp;utm_campaign=Badge_Grade)\n[![Known Vulnerabilities](https://snyk.io/test/npm/pino-azuretable/badge.svg)](https://snyk.io/test/npm/pino-azuretable)\n[![Coverage Status](https://coveralls.io/repos/github/ovhemert/pino-azuretable/badge.svg?branch=master)](https://coveralls.io/github/ovhemert/pino-azuretable?branch=master)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)\n\nThis module provides a \"transport\" for [pino][pino] that forwards messages to a [Azure Table Storage][azuretable].\n\n## Installation\n\nTo use globally from command line:\n\n```bash\nnpm install -g pino-azuretable\n```\n\nTo include as a library in your project:\n\n```bash\nnpm install pino-azuretable\n```\n\n## CLI\n\nWant to use `pino-azuretable` from the CLI?\nSee the [CLI](./docs/CLI.md) documentation for details.\n\n## API\n\nWant to use `pino-azuretable` as a library in your project?\nSee the [API](./docs/API.md) documentation for details.\n\n## Maintainers\n\nOsmond van Hemert\n[![Github](https://img.shields.io/badge/-website.svg?style=social\u0026logoColor=333\u0026logo=github)](https://github.com/ovhemert)\n[![Web](https://img.shields.io/badge/-website.svg?style=social\u0026logoColor=333\u0026logo=nextdoor)](https://ovhemert.dev)\n\n## Contributing\n\nIf you would like to help out with some code, check the [details](./docs/CONTRIBUTING.md).\n\nNot a coder, but still want to support? Have a look at the options available to [donate](https://ovhemert.dev/donate).\n\n## License\n\nLicensed under [MIT](./LICENSE).\n\n[pino]: https://www.npmjs.com/package/pino\n[azuretable]: https://azure.microsoft.com/en-us/services/storage/tables/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovhemert%2Fpino-azuretable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovhemert%2Fpino-azuretable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovhemert%2Fpino-azuretable/lists"}