{"id":16418887,"url":"https://github.com/sneako/ex_kpl","last_synced_at":"2025-03-23T06:31:40.041Z","repository":{"id":62429193,"uuid":"119613410","full_name":"sneako/ex_kpl","owner":"sneako","description":"Elixir Kinesis Producer Library Record Aggregator","archived":false,"fork":false,"pushed_at":"2021-04-19T14:56:38.000Z","size":35,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T18:43:38.849Z","etag":null,"topics":["aggregator","elixir","kinesis","kpl"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/sneako.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}},"created_at":"2018-01-31T00:43:17.000Z","updated_at":"2022-10-21T19:54:43.000Z","dependencies_parsed_at":"2022-11-01T20:06:03.288Z","dependency_job_id":null,"html_url":"https://github.com/sneako/ex_kpl","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/sneako%2Fex_kpl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fex_kpl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fex_kpl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fex_kpl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sneako","download_url":"https://codeload.github.com/sneako/ex_kpl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066497,"owners_count":20555402,"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":["aggregator","elixir","kinesis","kpl"],"created_at":"2024-10-11T07:15:17.266Z","updated_at":"2025-03-23T06:31:39.742Z","avatar_url":"https://github.com/sneako.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExKpl [![Coverage Status](https://coveralls.io/repos/github/sneako/ex_kpl/badge.svg?branch=master)](https://coveralls.io/github/sneako/ex_kpl?branch=master) [![Build Status](https://travis-ci.org/sneako/ex_kpl.svg?branch=master)](https://travis-ci.org/sneako/ex_kpl)\n[Kinesis Producer Library](https://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-kpl.html) in Elixir\n\nThis module provides record aggregation similar to Amazon's KPL library.\nOnce the records are aggregated you can use your preferred method of sending them to Kinesis, [ex_aws](https://github.com/ex-aws/ex_aws_kinesis) for example.\n\n## Documentation\nAvailable on [hex](https://hexdocs.pm/ex_kpl/api-reference.html)\n\n## Installation\n\nThe package can be installed\nby adding `ex_kpl` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_kpl, \"~\u003e 0.2\"}\n  ]\nend\n```\n\nThis library depends on [protox](https://github.com/ahamez/protox), which has a compile time dependency on Google's protoc (\u003e= 3.0) to parse .proto files.\nIt must be available in $PATH. You can install it with your favorite package manager (brew install protobuf, apt install protobuf-compiler, etc...).\n\n## Credits\nThis is basically a port of AdRoll's Erlang implementation included in [adroll/erlmld](https://github.com/AdRoll/erlmld), so a special thanks to them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fex_kpl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsneako%2Fex_kpl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fex_kpl/lists"}