{"id":21866667,"url":"https://github.com/battlesquid/pino-parseable","last_synced_at":"2026-04-20T09:31:07.092Z","repository":{"id":232682296,"uuid":"784398630","full_name":"battlesquid/pino-parseable","owner":"battlesquid","description":"Pino transport for Parseable","archived":false,"fork":false,"pushed_at":"2024-05-06T19:14:25.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T20:45:01.318Z","etag":null,"topics":["logging","parseable","pino","pino-transport"],"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/battlesquid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-09T19:15:03.000Z","updated_at":"2024-05-06T19:14:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5651f94-8bb3-46b5-815e-e39f4890e411","html_url":"https://github.com/battlesquid/pino-parseable","commit_stats":null,"previous_names":["battlesquid/pino-parseable"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/battlesquid/pino-parseable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/battlesquid%2Fpino-parseable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/battlesquid%2Fpino-parseable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/battlesquid%2Fpino-parseable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/battlesquid%2Fpino-parseable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/battlesquid","download_url":"https://codeload.github.com/battlesquid/pino-parseable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/battlesquid%2Fpino-parseable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["logging","parseable","pino","pino-transport"],"created_at":"2024-11-28T05:07:04.389Z","updated_at":"2026-04-20T09:31:07.074Z","avatar_url":"https://github.com/battlesquid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pino-parseable\n\n[Pino v7+ transport](https://getpino.io/#/docs/transports?id=v7-transports) for [Parseable](https://www.parseable.com/).\n\n## Install\n\n### Yarn\n\n```shell\nyarn add pino-parseable\n```\n\n### NPM\n\n```shell\nnpm i pino-parseable\n```\n\n## Usage\n\n```ts\nimport { pino } from \"pino\";\nimport { ParseableTransportOptions } from \"pino-parseable\";\n\nconst myUsername = \"foo\";\nconst myPassword = \"bar\";\n\nconst options: ParseableTransportOptions = {\n    endpoint: \"https://my-parseable-instance.com\",\n    stream: \"my-test-stream\",\n    auth: {\n        // provide your base64 encoded key directly\n        key: Buffer.from(`${myUsername}:${myPassword}`).toString(\"base64\"),\n        // or provide your username and password as is\n        username: myUsername,\n        password: myPassword\n    }\n};\n\nconst logger = pino({\n    transport: {\n        target: \"pino-parseable\",\n        options\n    }\n});\n\nlogger.info(\"Hello world\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbattlesquid%2Fpino-parseable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbattlesquid%2Fpino-parseable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbattlesquid%2Fpino-parseable/lists"}