{"id":15285852,"url":"https://github.com/sile/ppg","last_synced_at":"2025-04-13T02:37:49.976Z","repository":{"id":57536170,"uuid":"48335656","full_name":"sile/ppg","owner":"sile","description":"Plumtree based Distributed Process Group","archived":false,"fork":false,"pushed_at":"2017-08-10T00:48:42.000Z","size":2591,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T20:05:40.555Z","etag":null,"topics":["distributed","erlang","plumtree","process-group"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/sile.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":"2015-12-20T20:14:27.000Z","updated_at":"2023-07-25T13:59:22.000Z","dependencies_parsed_at":"2022-08-29T00:41:30.121Z","dependency_job_id":null,"html_url":"https://github.com/sile/ppg","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fppg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fppg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fppg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fppg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/ppg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492871,"owners_count":21113163,"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":["distributed","erlang","plumtree","process-group"],"created_at":"2024-09-30T15:07:52.608Z","updated_at":"2025-04-13T02:37:49.956Z","avatar_url":"https://github.com/sile.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"ppg\n===\n\n[![hex.pm version](https://img.shields.io/hexpm/v/ppg.svg)](https://hex.pm/packages/ppg)\n\nPlumtree based Process Group\n\nBuild\n-----\n\n```sh\n$ git clone git@github.com:sile/ppg.git\n$ cd ppg/\n$ ./rebar3 compile\n```\n\nUsage Examples\n--------------\n\n```erlang\n$ make start\n\u003e ppg:create(foo).\n\n\u003e ppg:which_groups().\n[foo].\n\n\u003e {ok, Channel} = ppg:join(foo, self()).\n\u003e lists:foreach(fun (_) -\u003e ppg:join(foo, self()) end, lists:seq(1, 4)).\n\n\u003e ppg:broadcast(Channel, bar).\n\u003e flush().\nShell got bar\nShell got bar\nShell got bar\nShell got bar\nShell got bar\nok\n```\n\nAPI\n---\n\nSee [EDoc Documents](doc/README.md)\n\nReference\n----------\n\n- [Plumtree: Epidemic Broadcast Trees](http://www.gsd.inesc-id.pt/~ler/reports/srds07.pdf)\n- [HyParView: a membership protocol for reliable gossip-based broadcast](http://www.gsd.inesc-id.pt/~ler/reports/dsn07-leitao.pdf)\n\nLicense\n-------\n\nThis library is released under the MIT License.\n\nSee the [LICENSE](LICENSE) file for full license information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fppg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Fppg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fppg/lists"}