{"id":23922595,"url":"https://github.com/datenhahn/rust-agent","last_synced_at":"2026-06-13T13:34:26.028Z","repository":{"id":215468874,"uuid":"136457683","full_name":"datenhahn/rust-agent","owner":"datenhahn","description":"Play around with rust","archived":false,"fork":false,"pushed_at":"2018-06-07T09:57:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T22:28:13.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/datenhahn.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}},"created_at":"2018-06-07T09:56:33.000Z","updated_at":"2018-06-07T09:57:13.000Z","dependencies_parsed_at":"2024-01-04T16:44:02.814Z","dependency_job_id":null,"html_url":"https://github.com/datenhahn/rust-agent","commit_stats":null,"previous_names":["datenhahn/rust-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datenhahn/rust-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Frust-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Frust-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Frust-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Frust-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datenhahn","download_url":"https://codeload.github.com/datenhahn/rust-agent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Frust-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34286975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2025-01-05T17:15:07.093Z","updated_at":"2026-06-13T13:34:25.997Z","avatar_url":"https://github.com/datenhahn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-agent\n\n:bangbang: **This is a learning project and not intended for production use.** :bangbang:\n\nThe goal of this project is to play around with rust and learn something with a semi\nreallife project.\n\n## Project Description\n\nThe agent spawns a commandline program and reads data from the program's STDOUT. It\nsends the data to a REST endpoint.\n\n* there should be two modes which can be switched via a config parameter:\n  * buffered: reads STDOUT until it encounters a newline and then sends the request\n  * unbuffered: immediately starts a request on incoming data and does passthrough\n                streaming of the data to the rest endpoint\n* in buffered mode the maximum filesize (and therefore memory use) should be specifyable\n* in unbuffered mode the request should abort if data stalls for a certain time (configurable)\n* also in unbuffered mode a maximum payload size should be possible to be enabled\n* if the endpoint is not reachable data should be stored in a queue (up to a certain size)\n* reconnects to the endpoint should happen with exponential backoff\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Frust-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatenhahn%2Frust-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Frust-agent/lists"}