Skip to content

planetarium/Libplanet.Store.Remote.Executable

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published