{"id":22139720,"url":"https://github.com/nerdbeere/live-logger","last_synced_at":"2025-03-24T10:43:06.296Z","repository":{"id":7531428,"uuid":"8883108","full_name":"nerdbeere/live-logger","owner":"nerdbeere","description":"live-logger","archived":false,"fork":false,"pushed_at":"2013-04-03T07:10:24.000Z","size":5680,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-15T11:14:23.293Z","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/nerdbeere.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":"2013-03-19T16:21:01.000Z","updated_at":"2014-02-07T00:09:46.000Z","dependencies_parsed_at":"2022-08-27T18:20:49.948Z","dependency_job_id":null,"html_url":"https://github.com/nerdbeere/live-logger","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/nerdbeere%2Flive-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdbeere%2Flive-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdbeere%2Flive-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nerdbeere%2Flive-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nerdbeere","download_url":"https://codeload.github.com/nerdbeere/live-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245257203,"owners_count":20585971,"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-12-01T20:17:22.435Z","updated_at":"2025-03-24T10:43:06.272Z","avatar_url":"https://github.com/nerdbeere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"LiveLogger\n===========\n\nWhat is it?\n-------------\n\nRealtime logs from multiple resources aggregated in a single timeline.\n\nInstallation\n-------------\n\nPrerequesites: rabbitmq, nodejs\n\n1. cd live-logger/server\n2. npm install\n3. create a config.js based on config.example.js\n4. node app.js\n\nvisit localhost:3000 with your browser\n\n\nArchitecture\n-------------\n\n![Architecture](https://www.lucidchart.com/publicSegments/view/515bd458-3d98-4bc4-869b-6ea00a000771/image.png \"Architecture\")\n\nMessage Layout\n-------------\n```Javascript\n\n    {\n        head: {\n            contentType: 'JSON' // 'JSON' or 'TEXT'\n        },\n        body: {\n            foo: true\n        }\n    }\n    \n    {\n        head: {\n            contentType: 'TEXT' // 'JSON' or 'TEXT'\n        },\n        body: 'foobar'\n    }\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdbeere%2Flive-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnerdbeere%2Flive-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnerdbeere%2Flive-logger/lists"}