Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 756 Bytes

File metadata and controls

33 lines (21 loc) · 756 Bytes

Libplanet.Store.Remote.Executable

A server application that provides a remote interface to the IKeyValueStore interface by gRPC.

Usage

dotnet run -- <path> --port <port>

If you want to use Docker, you can use the following command:

docker run -v <path>:/data -p <port>:80 planetarium/libplanet-remote-kv -- /data --port <port>

See the Docker Hub page for more information.

Build

dotnet build

To build Docker image:

docker buildx build --builder=<builder> --platform linux/amd64,linux/arm64 .

License

This project is licensed under the AGPL 3 License - see the LICENSE file for details.