Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alekcz/konserve-template
An implementation guide and template of the konserve kv-protocol
https://github.com/alekcz/konserve-template
clojure konserve template
Last synced: about 1 month ago
JSON representation
An implementation guide and template of the konserve kv-protocol
- Host: GitHub
- URL: https://github.com/alekcz/konserve-template
- Owner: alekcz
- License: epl-2.0
- Created: 2020-04-23T15:32:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T16:41:30.000Z (over 4 years ago)
- Last Synced: 2024-11-05T06:36:01.482Z (about 2 months ago)
- Topics: clojure, konserve, template
- Language: Clojure
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# konserve-template
This is a starter template it give basic guide lines on how to build a konserve backend.
The source code is heavily annotated so go check it out.It's important to have a solid foundation when building a library. To help you keep your quality up you can run
- `lein test` to test your code
- `lein cloverage` to see the coverage of your tests.A github action has been provided to get you going.
# Status
![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)
## Prerequisites
List any prerequisites for setting up you backend.
## Usage
_Link to the your lib on clojars_
`[your/store "x.y.z"]`
```clojure
(require '[konserve-yourstore.core :refer :all]
'[clojure.core.async :refer [