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

https://github.com/postfinance/store

store with etcd or in-memory hash as backend
https://github.com/postfinance/store

etcd-client etcdv3

Last synced: 7 months ago
JSON representation

store with etcd or in-memory hash as backend

Awesome Lists containing this project

README

        

# store

[![Go Report Card](https://goreportcard.com/badge/github.com/postfinance/store)](https://goreportcard.com/report/github.com/postfinance/store)
[![Coverage Status](https://coveralls.io/repos/github/postfinance/store/badge.svg?branch=master)](https://coveralls.io/github/postfinance/store?branch=master)
[![Build](https://github.com/postfinance/store/workflows/build/badge.svg)](https://github.com/postfinance/store/actions)
[![GoDoc](https://godoc.org/github.com/postfinance/store?status.svg)](https://godoc.org/github.com/postfinance/store)

# Install

```bash
go get -v github.com/postfinance/store
```