{"id":51677769,"url":"https://github.com/chadangelelli/potamic","last_synced_at":"2026-07-15T08:34:44.679Z","repository":{"id":163263099,"uuid":"638632651","full_name":"chadangelelli/potamic","owner":"chadangelelli","description":"Clojure message queue over Redis Protocol Streams","archived":false,"fork":false,"pushed_at":"2025-08-13T15:57:46.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T17:28:17.076Z","etag":null,"topics":["clojure","redis","streams"],"latest_commit_sha":null,"homepage":"https://chadangelelli.github.io/potamic","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chadangelelli.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,"zenodo":null}},"created_at":"2023-05-09T19:07:46.000Z","updated_at":"2025-08-13T15:57:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"49394d08-6782-4583-aa3b-edfc8d27f71c","html_url":"https://github.com/chadangelelli/potamic","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/chadangelelli/potamic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadangelelli%2Fpotamic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadangelelli%2Fpotamic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadangelelli%2Fpotamic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadangelelli%2Fpotamic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chadangelelli","download_url":"https://codeload.github.com/chadangelelli/potamic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chadangelelli%2Fpotamic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35498250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":["clojure","redis","streams"],"created_at":"2026-07-15T08:34:42.759Z","updated_at":"2026-07-15T08:34:44.646Z","avatar_url":"https://github.com/chadangelelli.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Potamic\n\nPotamic is a message queue implementation over Redis' Stream data type. It makes it simple to read and write as multiple consumers, automatically tracking \"read\", \"pending\" and \"processed\" messages.\n\n### Index\n\n1. [Get Potamic](#get-potamic)\n3. [Docs](#docs)\n4. [Running Locally](#usage-locally)\n5. [License](#license)\n\n\u003ca name=\"get-potamic\"\u003e\u003c/a\u003e\n# Get Potamic\n\n### deps.edn\n\n\u003e _TODO_: Publish to Clojars\n\n```clojure\nio.github.chadangelelli/potamic #:git{:tag \"v0.1.67\" :sha \"fdb99e0\"}\n```\n\n### Leiningen\n\n\u003e _TODO_: Add example\n\n\u003ca name=\"docs\"\u003e\u003c/a\u003e\n# Docs\n\n### Online\n\n[https://chadangelelli.github.io/potamic](https://chadangelelli.github.io/potamic)\n\n### Local\n\n```shell\ngit clone https://github.com/chadangelelli/potamic.git\n\ncd potamic\n\nopen docs/index.html\n```\n\n\u003ca name=\"running-locally\"\u003e\u003c/a\u003e\n# Running Locally\n\n### Testing\n\nYou'll need 2 terminals open; 1 for Redis and 1 for the test runner.\n\n**Redis:**\n\n```shell\ncd /path/to/potamic\n\nbin/db\n```\n\n**Test Runner:**\n\n```shell\ncd /path/to/potamic\n\nbin/test\n# or\nbin/test --watch\n```\n\n### REPL\n\n```shell\ncd /path/to/potamic\n\nbin/repl\n```\n\n### Generating Docs\n\n```shell\ncd /path/to/potamic\n\nbin/doc\n```\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n# License\n\nDistributed under the [EPL v1.0](https://raw.githubusercontent.com/chadangelelli/potamic/main/LICENSE) (same as Clojure).\n\nCopyright © 2023 Chad Angelelli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadangelelli%2Fpotamic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchadangelelli%2Fpotamic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchadangelelli%2Fpotamic/lists"}