{"id":19056872,"url":"https://github.com/clinicjs/node-trace-events-parser","last_synced_at":"2025-04-24T05:18:26.426Z","repository":{"id":46130793,"uuid":"145728829","full_name":"clinicjs/node-trace-events-parser","owner":"clinicjs","description":"Fast streaming parser for Node.js trace events","archived":false,"fork":false,"pushed_at":"2021-11-11T20:39:53.000Z","size":11,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-13T06:42:34.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clinicjs.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}},"created_at":"2018-08-22T15:33:13.000Z","updated_at":"2021-11-11T20:39:56.000Z","dependencies_parsed_at":"2022-09-17T16:22:30.237Z","dependency_job_id":null,"html_url":"https://github.com/clinicjs/node-trace-events-parser","commit_stats":null,"previous_names":["nearform/node-trace-events-parser"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-events-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-events-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-events-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-events-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clinicjs","download_url":"https://codeload.github.com/clinicjs/node-trace-events-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250560035,"owners_count":21450171,"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":[],"created_at":"2024-11-08T23:52:12.768Z","updated_at":"2025-04-24T05:18:26.408Z","avatar_url":"https://github.com/clinicjs.png","language":"JavaScript","readme":"# @clinic/trace-event-parser\n\nFast streaming parser for Node.js trace events.\n\n```\nnpm install @clinic/trace-event-parser\n```\n\n## Usage\n\n```js\nconst parser = require('@clinic/trace-events-parser')\nconst fs = require('fs')\n\nfs.createReadStream('node_trace.log')\n  .pipe(parser())\n  .on('data', function (data) {\n    console.log('traceEvent:', data)\n  })\n```\n\nYou can also use JSONStream to parse trace events, but\nthis uses a specialised parser to achive a much higher throughput.\n\n## License\n\nApache-2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinicjs%2Fnode-trace-events-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclinicjs%2Fnode-trace-events-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinicjs%2Fnode-trace-events-parser/lists"}