🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/KelvinWu602/immutable-storage

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/KelvinWu602/immutable-storage

Source
Go
Version
v1.0.9
Version published
Created
Source

immutable-storage

run as Docker container

# create docker image
docker build -t immutable-storage .

# start docker container
docker container run -d --network host --name immutable-storage <image id>

health check

grpcurl --plaintext 127.0.0.1:3100 server.ImmutableStorage.AvailableKeys

Store message

grpcurl --plaintext -d '{"Key": "<Key>", "Content": "<Message>"}' <Source IP>:3100 server.ImmutableStorage.Store

FAQs

Package last updated on 16 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts