Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axiomhq/axiom-js
Official language bindings and library extensions for Axiom
https://github.com/axiomhq/axiom-js
api axiom hacktoberfest javascript sdk typescript winston
Last synced: 2 months ago
JSON representation
Official language bindings and library extensions for Axiom
- Host: GitHub
- URL: https://github.com/axiomhq/axiom-js
- Owner: axiomhq
- License: mit
- Created: 2023-02-02T12:23:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T08:53:56.000Z (4 months ago)
- Last Synced: 2024-10-05T16:05:04.002Z (3 months ago)
- Topics: api, axiom, hacktoberfest, javascript, sdk, typescript, winston
- Language: TypeScript
- Homepage: https://axiom.co
- Size: 1.72 MB
- Stars: 92
- Watchers: 6
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# axiom-js
[![Workflow][workflow_badge]][workflow]
[![License][license_badge]][license]This is a monorepo consisting of the following projects:
* [`@axiomhq/js`](./packages/js): Official API bindings that let you ingest or query your data.
* [`@axiomhq/winston`](./packages/winston): A [winston](https://github.com/winstonjs/winston) transport which sends logs to Axiom.
* [`@axiomhq/pino`](./packages/pino): A [pino](https://github.com/pinojs/pino) transport which sends logs to Axiom.## License
Distributed under the [MIT License](LICENSE).
[workflow]: https://github.com/axiomhq/axiom-js/actions/workflows/ci.yml
[workflow_badge]: https://img.shields.io/github/actions/workflow/status/axiomhq/axiom-js/ci.yml?branch=main&ghcache=unused
[license]: https://opensource.org/licenses/MIT
[license_badge]: https://img.shields.io/github/license/axiomhq/axiom-js.svg?color=blue&ghcache=unused