{"id":20557000,"url":"https://github.com/sharpvik/memq","last_synced_at":"2026-04-20T00:04:52.516Z","repository":{"id":250483873,"uuid":"834578647","full_name":"sharpvik/memq","owner":"sharpvik","description":"Multi-writer single consumer in-memory queue (fast and simple)","archived":false,"fork":false,"pushed_at":"2024-07-28T16:45:54.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T18:29:39.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharpvik.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":"2024-07-27T17:39:33.000Z","updated_at":"2024-07-28T16:45:57.000Z","dependencies_parsed_at":"2025-01-16T18:29:23.573Z","dependency_job_id":"45be3098-0705-4d66-813e-ac9b23b7a076","html_url":"https://github.com/sharpvik/memq","commit_stats":null,"previous_names":["sharpvik/memq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Fmemq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Fmemq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Fmemq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharpvik%2Fmemq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharpvik","download_url":"https://codeload.github.com/sharpvik/memq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242163857,"owners_count":20082224,"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":[],"created_at":"2024-11-16T03:34:15.085Z","updated_at":"2025-12-07T00:01:41.706Z","avatar_url":"https://github.com/sharpvik.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memq\n\nMulti-writer single consumer in-memory queue (fast and simple).\n\n## Run\n\n```bash\nSUB=https://api.example.com/msg KEY=your_api_key memq\n```\n\n## Settings\n\nShould be passed as env vars.\n\n```text\nSUB  = https://api.example.com/msg  # consumer's address\nKEY  = your_api_key                 # authentication token\nADDR = localhost:5359               # local binding address\nQCAP = 1024                         # queue capacity\n```\n\n## Sending Messages\n\n```http\nPOST https://queue.example.com/msg\nContent-Type: ...\n\nYour message in the body\n```\n\nThe `Content-Type` is going to be forwarded to the consumer, so be mindful of\nthat. When sending bytes, use `application/octet-stream`, for JSON data - use\n`application/json`.\n\nAnyways, I'm not here to teach you - in any uncertain situation - Google your\nway out of it like you always do 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpvik%2Fmemq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharpvik%2Fmemq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharpvik%2Fmemq/lists"}