{"id":19723556,"url":"https://github.com/remind101/kinesis","last_synced_at":"2026-06-08T13:32:49.965Z","repository":{"id":66329060,"uuid":"52912881","full_name":"remind101/kinesis","owner":"remind101","description":"Go program and library for streaming to Amazon Kinesis.","archived":false,"fork":false,"pushed_at":"2016-03-04T01:51:01.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-02-28T00:56:18.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/remind101.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-01T21:53:48.000Z","updated_at":"2018-07-06T22:05:18.000Z","dependencies_parsed_at":"2023-03-13T20:29:52.119Z","dependency_job_id":null,"html_url":"https://github.com/remind101/kinesis","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/remind101/kinesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fkinesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fkinesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fkinesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fkinesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remind101","download_url":"https://codeload.github.com/remind101/kinesis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remind101%2Fkinesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"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-08T02:00:07.615Z","response_time":111,"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":"2024-11-11T23:22:36.088Z","updated_at":"2026-06-08T13:32:49.947Z","avatar_url":"https://github.com/remind101.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kinesis for Unix\n\nThis is a small Go library and unix command for streaming to an Amazon Kinesis stream.\n\n## Installation\n\n```console\n$ go get -u github.com/remind101/kinesis\n```\n\n## Usage\n\nStream a file to a kinesis stream.\n\n```console\n$ cat /var/log/syslog | kinesis \u003cstream\u003e\n```\n\nStream to a particular partition key.\n\n```console\n$ cat /var/log/syslog | kinesis \u003cstream\u003e -p \u003cpartitionKey\u003e\n```\n\n## Go Library\n\nThe Go library exposes an io.Writer implementation that writes to an Amazon Kinesis stream.\n\n```go\nimport \"github.com/remind101/kinesis/kinesis\"\n\nstream = bufio.NewWriter(kinesis.NewDefaultWriter(\"streamName\", \"partitionKey\"))\nio.Copy(stream, os.Stdin)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fkinesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremind101%2Fkinesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremind101%2Fkinesis/lists"}