12 releases

0.9.0 Feb 6, 2023
0.9.0-rc.1 Dec 27, 2022
0.8.2 Dec 26, 2022
0.8.0 Jul 14, 2022
0.8.0-beta.3 Jun 29, 2022

#425 in Database interfaces

Download history 61/week @ 2022-11-27 53/week @ 2022-12-04 56/week @ 2022-12-11 81/week @ 2022-12-18 332/week @ 2022-12-25 125/week @ 2023-01-01 122/week @ 2023-01-08 107/week @ 2023-01-15 93/week @ 2023-01-22 64/week @ 2023-01-29 191/week @ 2023-02-05 65/week @ 2023-02-12 121/week @ 2023-02-19 102/week @ 2023-02-26 53/week @ 2023-03-05 68/week @ 2023-03-12

349 downloads per month
Used in 11 crates (7 directly)

MIT license

17KB
365 lines

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):

$ git clone https://github.com/Storm-WG/storm-stored
$ cd storm-stored
$ git checkout v0.8.0

Build and tag the Docker image:

$ docker build -t storm-stored:v0.8.0 .

Dependencies

~15MB
~255K SLoC