A server application that provides a remote interface to the IKeyValueStore
interface by gRPC.
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.
dotnet build
To build Docker image:
docker buildx build --builder=<builder> --platform linux/amd64,linux/arm64 .
This project is licensed under the AGPL 3 License - see the LICENSE file for details.