Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Storm-WG/storm-stored
Storage daemon for Storm and other LNP/BP nodes - an embeddble microservice frontend for different storage backends
https://github.com/Storm-WG/storm-stored
database embedded lnp-bp microservices-architecture sled zeromq
Last synced: 7 days ago
JSON representation
Storage daemon for Storm and other LNP/BP nodes - an embeddble microservice frontend for different storage backends
- Host: GitHub
- URL: https://github.com/Storm-WG/storm-stored
- Owner: Storm-WG
- License: mit
- Created: 2022-06-04T21:54:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T04:58:50.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:19:43.471Z (3 months ago)
- Topics: database, embedded, lnp-bp, microservices-architecture, sled, zeromq
- Language: Rust
- Homepage:
- Size: 243 KB
- Stars: 6
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rgb-protocol - Storm Stored
README
# Storm storage daemon
Storage daemon for Storm and other LNP/BP nodes. It is a microservice frontend
for different storage backends## Run with Docker
### Build
Clone the repository and checkout to the desired version (here `v0.8.0`):
```console
$ git clone https://github.com/Storm-WG/storm-stored
$ cd storm-stored
$ git checkout v0.8.0
```Build and tag the Docker image:
```console
$ docker build -t storm-stored:v0.8.0 .
```