{"id":17964992,"url":"https://github.com/raphexion/kiks","last_synced_at":"2025-04-03T19:40:33.658Z","repository":{"id":98355417,"uuid":"146433954","full_name":"Raphexion/kiks","owner":"Raphexion","description":"Small help library in Erlang / RabbitMQ","archived":false,"fork":false,"pushed_at":"2019-06-05T12:21:26.000Z","size":180,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T20:47:19.605Z","etag":null,"topics":["erlang","rabbitmq"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raphexion.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-28T10:56:54.000Z","updated_at":"2023-08-16T12:55:14.000Z","dependencies_parsed_at":"2023-04-09T07:00:48.582Z","dependency_job_id":null,"html_url":"https://github.com/Raphexion/kiks","commit_stats":{"total_commits":87,"total_committers":1,"mean_commits":87.0,"dds":0.0,"last_synced_commit":"6676bf9e861220ed741d5b6160fb47b785c00924"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fkiks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fkiks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fkiks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fkiks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raphexion","download_url":"https://codeload.github.com/Raphexion/kiks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247069383,"owners_count":20878561,"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":["erlang","rabbitmq"],"created_at":"2024-10-29T12:09:47.207Z","updated_at":"2025-04-03T19:40:33.635Z","avatar_url":"https://github.com/Raphexion.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kiks\n\n[![Build Status](https://travis-ci.org/Raphexion/kiks.svg?branch=master)](https://travis-ci.org/Raphexion/kiks)\n[![codecov.io](https://codecov.io/gh/Raphexion/kiks/coverage.svg?branch=master)](https://codecov.io/gh/Raphexion/kiks?branch=master)\n\nSmall help library in Erlang to work with RabbitMQ.\n\n## Prerequisites\n\n```\ndocker run -d --rm -p 5672:5672 -p 15672:15672 rabbitmq:3.7-management\n```\n\n## Gettings started\n\n```\napplication:ensure_all_started(kiks).\n```\n\n## Example usage\n\n```\napplication:ensure_all_started(kiks).\n\n{ok, Pid1} = minimal_consumer:start_link(\"pid1\", 0.5).\n{ok, Pid2} = minimal_consumer:start_link(\"pid2\", 0.5).\n\n{ok, C1} = kiks_consumer_sup:add_child(\"e\", \"q\", \u003c\u003c\"a.b.*\"\u003e\u003e, minimal_consumer, Pid1).\n{ok, C2} = kiks_consumer_sup:add_child(\"e\", \"q\", \u003c\u003c\"a.b.*\"\u003e\u003e, minimal_consumer, Pid2).\n\n{ok, Q1} = kiks_queue:start_link(\"e\", \"\", \"#\").\n{ok, Q2} = kiks_queue:start_link(\"e\", \"\", \"#\").\n\n{ok, P1} = kiks_producer_sup:add_child(\"e\").\n\n[kiks_producer:send(P1, \u003c\u003cX\u003e\u003e, \u003c\u003c\"a.b.c\"\u003e\u003e) || X \u003c- lists:seq(1, 100)].\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Fkiks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphexion%2Fkiks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Fkiks/lists"}