{"id":28628265,"url":"https://github.com/fgeller/cauda","last_synced_at":"2025-08-30T12:42:43.755Z","repository":{"id":17320379,"uuid":"20091283","full_name":"fgeller/cauda","owner":"fgeller","description":"A social queue","archived":false,"fork":false,"pushed_at":"2014-10-23T23:46:12.000Z","size":628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T10:11:52.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgeller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-23T07:51:26.000Z","updated_at":"2014-10-23T20:33:09.000Z","dependencies_parsed_at":"2022-09-04T05:12:59.064Z","dependency_job_id":null,"html_url":"https://github.com/fgeller/cauda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fgeller/cauda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fcauda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fcauda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fcauda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fcauda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgeller","download_url":"https://codeload.github.com/fgeller/cauda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgeller%2Fcauda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272852287,"owners_count":25004054,"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-30T02:00:09.474Z","response_time":77,"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":"2025-06-12T10:11:51.751Z","updated_at":"2025-08-30T12:42:43.726Z","avatar_url":"https://github.com/fgeller.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cauda\n\nREST application to manage a social queue, mostly an experiment to play with Clojure though.\n\n\n## Usage\n\n    POST /users {\"nick\": \"Hans\"}         =\u003e\n    GET  /users                          =\u003e {\"1\": {\"nick\": \"Hans\"}}\n    POST /users/1/queue {\"data\": \"acme\"} =\u003e\n    GET  /users/1/queue                  =\u003e [\"acme\"]\n    POST /users/1/veto {\"data\": \"acme\"}  =\u003e\n    GET  /vetos                          =\u003e [\"acme\"]\n\n## Deploy\n\nMake sure you have [leiningen](http://leiningen.org/) installed and then issue:\n\n    lein uberjar\n    \nMake sure you have the schema configuration in `schema.edn` and then start via\n\n    java -jar $PWD/target/cauda-0.1.0-SNAPSHOT-standalone.jar\n    \nor an alternative.\n\nIf you want to use a persistent and free version of Datomic, start the transactor:\n\n    bin/transactor config/samples/free-transactor-template.properties\n\nAnd configure the database using the printed URI when starting caude. For example:\n\n    CAUDA_DB_URI=datomic:free://localhost:4334/cauda java -jar cauda-0.1.0-SNAPSHOT-standalone.jar","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgeller%2Fcauda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgeller%2Fcauda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgeller%2Fcauda/lists"}