{"id":17349788,"url":"https://github.com/stasm/raptor-parse","last_synced_at":"2025-03-27T11:45:25.308Z","repository":{"id":138206278,"uuid":"45051540","full_name":"stasm/raptor-parse","owner":"stasm","description":"Parse Raptor's LDJSON metrics files","archived":false,"fork":false,"pushed_at":"2015-10-28T13:47:12.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T15:52:16.412Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stasm.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-27T15:46:31.000Z","updated_at":"2015-10-27T15:47:48.000Z","dependencies_parsed_at":"2023-03-13T15:01:05.080Z","dependency_job_id":null,"html_url":"https://github.com/stasm/raptor-parse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fraptor-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fraptor-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fraptor-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasm%2Fraptor-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stasm","download_url":"https://codeload.github.com/stasm/raptor-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245823298,"owners_count":20678172,"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-10-15T16:57:08.205Z","updated_at":"2025-03-27T11:45:25.283Z","avatar_url":"https://github.com/stasm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"raptor-parse [![Build Status][travisimage]][travislink]\n============================================================\n\n[travisimage]: https://travis-ci.org/stasm/raptor-parse.png?branch=master\n[travislink]: https://travis-ci.org/stasm/raptor-parse\n\nParse Raptor's LDJSON metrics files into the following JSON hierarchy:\n\n  - app origin\n    - timestamp of the test series\n      - performance metric\n        - array of values\n\nUsage\n-----\n\n    $ raptor-parse metrics.ldjson\n\n\nAPI\n---\n\nYou can also use _raptor-parse_ programmatically.  It exposes two functions \nfor working with Raptor data: `read` reads in a LDJSON stream with the raw \nmetrics data and `parse` aggregates the data into a JSON object.\n\n```javascript\n// Needed for Node.js 0.10 and 0.12.\nrequire('babel/polyfill');\n\nvar fs = require('fs');\nvar rp = require('raptor-parse');\n\nrp.read(fs.createReadStream(filename))\n  .then(rp.parse)\n  .then(console.log)\n  .catch(console.error);\n```\n\n\nInstallation\n------------\n\n    npm install -g raptor-parse\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fraptor-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasm%2Fraptor-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasm%2Fraptor-parse/lists"}