{"id":23188431,"url":"https://github.com/xavierchow/clojure-couchbase","last_synced_at":"2025-09-07T08:37:27.324Z","repository":{"id":145890570,"uuid":"495482410","full_name":"xavierchow/clojure-couchbase","owner":"xavierchow","description":"The clojure sdk for Couchbase7","archived":false,"fork":false,"pushed_at":"2022-05-23T16:15:07.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T13:43:24.401Z","etag":null,"topics":["clojure","couchbase","sdk"],"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/xavierchow.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-05-23T16:07:18.000Z","updated_at":"2022-05-23T16:27:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a01c7f8-2110-4108-9c73-d75da632f22a","html_url":"https://github.com/xavierchow/clojure-couchbase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierchow%2Fclojure-couchbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierchow%2Fclojure-couchbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierchow%2Fclojure-couchbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierchow%2Fclojure-couchbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavierchow","download_url":"https://codeload.github.com/xavierchow/clojure-couchbase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294463,"owners_count":20915338,"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":["clojure","couchbase","sdk"],"created_at":"2024-12-18T11:14:41.554Z","updated_at":"2025-04-05T05:44:46.377Z","avatar_url":"https://github.com/xavierchow.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE:     clojure-couchbase\n#+AUTHOR:    Xavier Zhou\n#+EMAIL:     (concat \"xiayezhou\" at-sign \"gmail.com\")\n* clojure-couchbase\n\nA Clojure library for Couchbase 7 with SDK 3.x.\n\n* Usage\n\n#+begin_src clojure\n(require '[clojure-couchbase.cluster :as clus]\n         '[clojure-couchbase.collection :as col])\n\n(def cluster (clus/connect \"couchbase://localhost\" username password))\n(def collection (col/get-collection cluster test-bucket))\n\n;; insert doc\n(col/upsert collection id  {:a 1 :b 2})\n\n;; read doc\n(col/get collection id)\n  ;; =\u003e { :content {:a 1 :b 2} }\n\n(clus/query cluster \"SELECT b.* FROM `bucket-name` b where name = \\\"smith\\\"\")\n  ;; =\u003e { :status  QueryStatus/SUCCESS :rows [{:foo \"xxx\" :name \"smith\"}]}\n\n;; tear down\n(clus/disconnect cluster)\n\n#+end_src\n\n\n\n* How to run test code\n\n#+begin_src shell\n lein deps\n ./docker/up.sh\n lein test\n\n#+end_src\n\n\n\n* License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierchow%2Fclojure-couchbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavierchow%2Fclojure-couchbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierchow%2Fclojure-couchbase/lists"}