{"id":22104785,"url":"https://github.com/benmeehan/goscribe","last_synced_at":"2025-03-24T02:43:28.779Z","repository":{"id":170271101,"uuid":"594363613","full_name":"BenMeehan/goscribe","owner":"BenMeehan","description":"A fast, simple, pure golang pub-sub broker.","archived":false,"fork":false,"pushed_at":"2023-01-28T10:22:54.000Z","size":3208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T08:44:05.968Z","etag":null,"topics":["broker","golang","pubsub"],"latest_commit_sha":null,"homepage":"","language":"Go","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/BenMeehan.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":"2023-01-28T10:10:43.000Z","updated_at":"2023-01-28T10:18:29.000Z","dependencies_parsed_at":"2024-06-21T17:56:32.832Z","dependency_job_id":"1b39aed3-5c75-4414-90af-3515cf9a50a5","html_url":"https://github.com/BenMeehan/goscribe","commit_stats":null,"previous_names":["benmeehan/goscribe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMeehan%2Fgoscribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMeehan%2Fgoscribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMeehan%2Fgoscribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenMeehan%2Fgoscribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenMeehan","download_url":"https://codeload.github.com/BenMeehan/goscribe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245200669,"owners_count":20576673,"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":["broker","golang","pubsub"],"created_at":"2024-12-01T06:34:41.546Z","updated_at":"2025-03-24T02:43:28.747Z","avatar_url":"https://github.com/BenMeehan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoScribe\nGoScribe is a minimal pub-sub broker written in pure golang.\n\n## Usage \n1. \"sub _topic_\" - subscribe to a topic\n2. \"unsub _topic_\" - unsubscribe from a topic\n3. \"pub _topic_\" - publish to a topic\n4. \"ls\" - list all topics\n5. \"quit\" - disconnect from the broker\n\n## How to run\n1. clone this repo \n    `git clone https://github.com/BenMeehan/goscribe.git`\n2. cd into the cloned directory\n3. run `go build`\n4. run the resultant binary `./goscribe [-h HOST] [-p PORT]` \n\nNote : HOST and PORT are optional. Defaults to 0.0.0.0 and 8090 \n\n## Demo using telnet\n![demo.gif](./GIFS/A.gif)\n\n## Gotcha's\nGoScribe is a very simple broker. Think of it as a chat room server but for pub-sub. It does not provide any message persistance or queueing for now. What is not recieved by the subscribers is lost for ever!\n\n## TODO\n- [x] client library\n- [x] queueing messages inside broker\n- [x] message persistence\n- [x] health check if subscribers\n\n***Thanks to [Pilutau](https://www.youtube.com/watch?v=Sphme0BqJiY) for inspiring this project.***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmeehan%2Fgoscribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenmeehan%2Fgoscribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenmeehan%2Fgoscribe/lists"}