Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 [