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
- Host: GitHub
- URL: https://github.com/postfinance/store
- Owner: postfinance
- License: mit
- Created: 2020-06-18T13:33:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T05:12:29.000Z (11 months ago)
- Last Synced: 2024-07-12T06:28:07.742Z (11 months ago)
- Topics: etcd-client, etcdv3
- Language: Go
- Size: 209 KB
- Stars: 1
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# store
[](https://goreportcard.com/report/github.com/postfinance/store)
[](https://coveralls.io/github/postfinance/store?branch=master)
[](https://github.com/postfinance/store/actions)
[](https://godoc.org/github.com/postfinance/store)# Install
```bash
go get -v github.com/postfinance/store
```