{"id":17992796,"url":"https://github.com/leostera/anchorman","last_synced_at":"2025-09-05T23:33:46.139Z","repository":{"id":141534778,"uuid":"59271270","full_name":"leostera/anchorman","owner":"leostera","description":":anchor::man: An Erlang library for broadcasting information","archived":false,"fork":false,"pushed_at":"2016-08-11T21:34:44.000Z","size":721,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T10:24:23.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/leostera.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}},"created_at":"2016-05-20T06:41:09.000Z","updated_at":"2019-06-06T11:34:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"f28c5a03-b982-473f-b690-2426def267ea","html_url":"https://github.com/leostera/anchorman","commit_stats":null,"previous_names":["leostera/anchorman"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leostera/anchorman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fanchorman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fanchorman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fanchorman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fanchorman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leostera","download_url":"https://codeload.github.com/leostera/anchorman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leostera%2Fanchorman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270871704,"owners_count":24660257,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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-10-29T20:09:16.504Z","updated_at":"2025-08-22T01:09:05.821Z","avatar_url":"https://github.com/leostera.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anchorman [![Travis-CI](https://api.travis-ci.org/ostera/anchorman.svg)](https://travis-ci.org/ostera/anchorman)\n⚓👨 An Erlang library for broadcasting information\n\n## Installation\n\nSimply include in your `rebar.config` as:\n\n```erlang\n{deps, [\n  % ...\n  {anchorman, {git, \"https://github.com/ostera/anchorman\", {tag, \"0.1.0\"}}}\n  % ...\n]}.\n```\n\n## Usage\n\n```erlang\nEshell V7.3  (abort with ^G)\n1\u003e application:start(anchorman).\n[anchorman@mirror] I look fantastic today...ok\n3\u003e anchorman:broadcast(\u003c\u003c\"system.status\"\u003e\u003e, \"60% of the time, it works every time\").\n[anchorman@mirror] {broadcast,\u003c\u003c\"system.status\"\u003e\u003e,\"60% of the time, it works every time\"}ok\n```\n\n## Motivation\n\nWhen building [pry](https://github.com/ostera/pry) I found myself in the need for publishing information\nfrom inside the BEAM to the outside world with a unified interface that could let me plug more transports\nas I see need, and doesn't incur in much overhead or any refactor in my current code.\n\nAnd this clearly had nothing to do with gaining insight of an existing system, so I factored it out\ninto a separate application/library.\n\nThis way, either by manually starting an `anchorman_server` with a set of handlers, or by configuring\nit in your `app.src` file, you get to publish the same data to as many places as you want without rewriting\na line of code. What? Neat? Yup.\n\n## Contributing\n\nFork, make a topic branch, and send a Pull Request. Travis will let you know if\nit's good to go, and from the on we can review, retouch, and merge.\n\nIncluded here is a `Makefile` with handy targets. Run `make` to execute the complete\nbattery of tests.\n\n## Next Steps\n\nSee the [issues page](https://github.com/ostera/anchorman/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement) for a list of planned enhancements and features.\n\n## License\n\nSee [LICENSE](https://github.com/ostera/anchorman/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fanchorman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleostera%2Fanchorman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleostera%2Fanchorman/lists"}