{"id":16075231,"url":"https://github.com/accessd/awesome-report","last_synced_at":"2026-06-13T18:35:56.716Z","repository":{"id":52312105,"uuid":"282227134","full_name":"accessd/awesome-report","owner":"accessd","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-30T20:53:08.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T21:02:04.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/accessd.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":"2020-07-24T13:28:27.000Z","updated_at":"2020-07-24T13:51:34.000Z","dependencies_parsed_at":"2022-08-23T21:40:56.877Z","dependency_job_id":null,"html_url":"https://github.com/accessd/awesome-report","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fawesome-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fawesome-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fawesome-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/accessd%2Fawesome-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/accessd","download_url":"https://codeload.github.com/accessd/awesome-report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240409521,"owners_count":19796792,"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-09T09:03:16.247Z","updated_at":"2026-06-13T18:35:51.694Z","avatar_url":"https://github.com/accessd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Report\n\n## DESCRIPTION\n\nCreate awesome report in json format from raw data like:\n\n```\nuser,0,Leida,Cira,0\nsession,0,0,Safari 29,87,2016-10-23\nsession,0,1,Firefox 12,118,2017-02-27\nsession,0,2,Internet Explorer 28,31,2017-03-28\nsession,0,3,Internet Explorer 28,109,2016-09-15\nsession,0,4,Safari 39,104,2017-09-27\nsession,0,5,Internet Explorer 35,6,2016-09-01\nuser,1,Palmer,Katrina,65\nsession,1,0,Safari 17,12,2016-10-21\nsession,1,1,Firefox 32,3,2016-12-20\nsession,1,2,Chrome 6,59,2016-11-11\nsession,1,3,Internet Explorer 10,28,2017-04-29\nsession,1,4,Chrome 13,116,2016-12-28\n```\n\n## USAGE\n\nInstall gems with:\n\n    bundle install\n\nCreate report with:\n\n    bin/report ./data/data.txt result.json\n\nReports store in `reports` dir.\n\n## PERFORMANCE OPTIMIZATION\n\n* Read file line by line: `File.new(file_path).each`\n* Use bang methods, for example `sort!` instead `sort`\n* Free objects in collection while iterating over them: `user = collector.users.shift[1]`\n* Avoid to use `Date.parse`\n* Use cache in instance methods\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessd%2Fawesome-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccessd%2Fawesome-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccessd%2Fawesome-report/lists"}