{"id":42511445,"url":"https://github.com/fluree/kinesis-component","last_synced_at":"2026-01-28T14:12:52.462Z","repository":{"id":212546961,"uuid":"731741568","full_name":"fluree/kinesis-component","owner":"fluree","description":"donut.system component library for using Kinesis streams","archived":false,"fork":false,"pushed_at":"2024-07-18T21:35:54.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-07-19T05:58:39.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluree.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-14T19:12:11.000Z","updated_at":"2024-07-18T21:35:56.000Z","dependencies_parsed_at":"2024-07-19T03:14:53.596Z","dependency_job_id":null,"html_url":"https://github.com/fluree/kinesis-component","commit_stats":null,"previous_names":["fluree/kinesis-component"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fluree/kinesis-component","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluree%2Fkinesis-component","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluree%2Fkinesis-component/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluree%2Fkinesis-component/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluree%2Fkinesis-component/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluree","download_url":"https://codeload.github.com/fluree/kinesis-component/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluree%2Fkinesis-component/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-28T14:12:51.477Z","updated_at":"2026-01-28T14:12:52.454Z","avatar_url":"https://github.com/fluree.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# com.fluree/kinesis-component\n\nFluree Kinesis [donut.system](https://github.com/donut-party/system) component\n\n## Usage\n\n```clojure\n; in deps.edn\ncom.fluree/kinesis-component {:git/url \"https://github.com/fluree/kinesis-component.git\"\n                              :git/sha \"...\"}\n\n; in your code\n(ns my.ns\n  (:require [donut.system :as ds]\n            [fluree.kinesis :as kinesis]))\n\n(def my-donut-system\n  {::ds/defs\n   {:aws        {:kinesis/client kinesis/client\n                 :kinesis/stream kinesis/stream}\n    :aws/config {:aws/region             \"us-west-2\" ; required\n                 :aws/endpoint-override  \"http://localhost:4566\" ; optional\n                 :aws/access-key-id      \"...\" ; optional \u0026 not recommended for real credentials\n                 :kinesis/stream-name    \"foo\" ; required\n                 :kinesis/create-stream? true ; optional; defaults to false\n                 }}})\n```\n\n## License\n\nCopyright © 2023 Fluree, PBC\n\nSee LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluree%2Fkinesis-component","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluree%2Fkinesis-component","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluree%2Fkinesis-component/lists"}