{"id":13413415,"url":"https://github.com/vardius/message-bus","last_synced_at":"2025-04-06T03:08:30.874Z","repository":{"id":55043596,"uuid":"105750522","full_name":"vardius/message-bus","owner":"vardius","description":"Go simple async message bus","archived":false,"fork":false,"pushed_at":"2021-01-14T22:04:03.000Z","size":2129,"stargazers_count":273,"open_issues_count":2,"forks_count":46,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-30T02:05:55.629Z","etag":null,"topics":["async","broker","ddd","event-sourcing","message-broker","message-bus","message-queue","pubsub","queue"],"latest_commit_sha":null,"homepage":"http://rafallorenz.com/message-bus","language":"JavaScript","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/vardius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["vardius"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-10-04T09:18:34.000Z","updated_at":"2025-02-22T09:15:10.000Z","dependencies_parsed_at":"2022-08-14T10:00:33.349Z","dependency_job_id":null,"html_url":"https://github.com/vardius/message-bus","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fmessage-bus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fmessage-bus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fmessage-bus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fmessage-bus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vardius","download_url":"https://codeload.github.com/vardius/message-bus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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":["async","broker","ddd","event-sourcing","message-broker","message-bus","message-queue","pubsub","queue"],"created_at":"2024-07-30T20:01:39.829Z","updated_at":"2025-04-06T03:08:30.858Z","avatar_url":"https://github.com/vardius.png","language":"JavaScript","readme":"🚌 message-bus\n================\n[![Build Status](https://travis-ci.org/vardius/message-bus.svg?branch=master)](https://travis-ci.org/vardius/message-bus)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vardius/message-bus)](https://goreportcard.com/report/github.com/vardius/message-bus)\n[![codecov](https://codecov.io/gh/vardius/message-bus/branch/master/graph/badge.svg)](https://codecov.io/gh/vardius/message-bus)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvardius%2Fmessage-bus.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvardius%2Fmessage-bus?ref=badge_shield)\n[![](https://godoc.org/github.com/vardius/message-bus?status.svg)](https://pkg.go.dev/github.com/vardius/message-bus)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/vardius/message-bus/blob/master/LICENSE.md)\n\n\u003cimg align=\"right\" height=\"180px\" src=\"website/src/static/img/logo.png\" alt=\"logo\" /\u003e\n\nGo simple async message bus.\n\n📖 ABOUT\n==================================================\nContributors:\n\n* [Rafał Lorenz](http://rafallorenz.com)\n\nWant to contribute ? Feel free to send pull requests!\n\nHave problems, bugs, feature ideas?\nWe are using the github [issue tracker](https://github.com/vardius/message-bus/issues) to manage them.\n\n## 📚 Documentation\n\nFor **documentation** (_including examples_), **visit [rafallorenz.com/message-bus](http://rafallorenz.com/message-bus)**\n\nFor **GoDoc** reference, **visit [pkg.go.dev](https://pkg.go.dev/github.com/vardius/message-bus)**\n\n🚏 HOW TO USE\n==================================================\n\n## 🚅 Benchmark\n\n```bash\n➜  message-bus git:(master) ✗ go test -bench=. -cpu=4 -benchmem\ngoos: darwin\ngoarch: amd64\npkg: github.com/vardius/message-bus\nBenchmarkPublish-4                   \t 4430224\t       250 ns/op\t       0 B/op\t       0 allocs/op\nBenchmarkSubscribe-4                 \t  598240\t      2037 ns/op\t     735 B/op\t       5 allocs/op\n```\n\n👉 **[Click here](https://rafallorenz.com/message-bus/docs/benchmark)** to see all benchmark results.\n\n## Features\n- [Documentation](https://rafallorenz.com/message-bus/)\n\n🚏 HOW TO USE\n==================================================\n\n- [Basic example](https://rafallorenz.com/message-bus/docs/basic-example)\n- [Pub/Sub](https://rafallorenz.com/message-bus/docs/pubsub)\n\n📜 [License](LICENSE.md)\n-------\n\nThis package is released under the MIT license. See the complete license in the package:\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvardius%2Fmessage-bus.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvardius%2Fmessage-bus?ref=badge_large)\n","funding_links":["https://github.com/sponsors/vardius"],"categories":["Messaging","消息","消息传递","JavaScript","\u003cspan id=\"消息-messaging\"\u003e消息 Messaging\u003c/span\u003e","消息系统","Relational Databases","机器学习"],"sub_categories":["检索及分析资料库","Search and Analytic Databases","交流","Advanced Console UIs","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","SQL 查询语句构建库"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardius%2Fmessage-bus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvardius%2Fmessage-bus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardius%2Fmessage-bus/lists"}