{"id":20141221,"url":"https://github.com/alekcz/konserve-template","last_synced_at":"2026-06-07T04:31:20.554Z","repository":{"id":118112561,"uuid":"258249512","full_name":"alekcz/konserve-template","owner":"alekcz","description":"An implementation guide and template of the konserve kv-protocol","archived":false,"fork":false,"pushed_at":"2020-05-08T16:41:30.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-11T18:21:48.375Z","etag":null,"topics":["clojure","konserve","template"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alekcz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2020-04-23T15:32:07.000Z","updated_at":"2021-08-17T15:57:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"58281d2a-d6fa-4940-8cc6-d5f4c50cb534","html_url":"https://github.com/alekcz/konserve-template","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f3121e25f7499418140236ca759c473cf853b06e"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/alekcz/konserve-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekcz%2Fkonserve-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekcz%2Fkonserve-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekcz%2Fkonserve-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekcz%2Fkonserve-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alekcz","download_url":"https://codeload.github.com/alekcz/konserve-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alekcz%2Fkonserve-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34009201,"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-06-07T02:00:07.652Z","response_time":124,"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","konserve","template"],"created_at":"2024-11-13T21:56:47.671Z","updated_at":"2026-06-07T04:31:20.538Z","avatar_url":"https://github.com/alekcz.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# konserve-template\n\nThis is a starter template it give basic guide lines on how to build a konserve backend.   \nThe source code is heavily annotated so go check it out. \n\nIt's important to have a solid foundation when building a library. To help you keep your quality up you can run\n- `lein test` to test your code\n- `lein cloverage` to see the coverage of your tests. \n\nA github action has been provided to get you going. \n\n# Status\n\n![master](https://github.com/alekcz/konserve-template/workflows/master/badge.svg) [![codecov](https://codecov.io/gh/alekcz/konserve-template/branch/master/graph/badge.svg)](https://codecov.io/gh/alekcz/konserve-template) \n\n## Prerequisites\n\nList any prerequisites for setting up you backend. \n\n## Usage\n\n_Link to the your lib on clojars_\n\n`[your/store \"x.y.z\"]`\n\n```clojure\n(require '[konserve-yourstore.core :refer :all]\n         '[clojure.core.async :refer [\u003c!!] :as async]\n         '[konserve.core :as k])\n  \n  (def your-store (\u003c!! (new-your-store connection-uri :other-config \"info\" :and-more :yay)))\n\n  (\u003c!! (k/exists? your-store  \"cecilia\"))\n  (\u003c!! (k/get-in your-store [\"cecilia\"]))\n  (\u003c!! (k/assoc-in your-store [\"cecilia\"] 28))\n  (\u003c!! (k/update-in your-store [\"cecilia\"] inc))\n  (\u003c!! (k/get-in your-store [\"cecilia\"]))\n\n  (defrecord Test [a])\n  (\u003c!! (k/assoc-in your-store [\"agatha\"] (Test. 35)))\n  (\u003c!! (k/get-in your-store [\"agatha\"]))\n```\n\n## License\n\nCopyright © 2020 Your name\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekcz%2Fkonserve-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekcz%2Fkonserve-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekcz%2Fkonserve-template/lists"}