TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A Simple Public Key Value Store on Erlang (Docker)

3 pointsby arno1over 9 years ago
Hi all, I&#x27;d like to bring to light a simple public Key Value store server written on Erlang by my colleague @jamhed<p>I have wrapped it into a Docker image which anyone can quickly use.<p>Docker Hub<p>https:&#x2F;&#x2F;hub.docker.com&#x2F;r&#x2F;andrey01&#x2F;pubkv&#x2F;<p>Live Demo<p>http:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;br1h2k4a6alp1hs93w2xy2gay<p>Future<p>I think that it could be a nice store feature to Docker. So that instead of mounting configuration files as volumes (-v), we could use something like:<p>services:<p><pre><code> nginx: pubkv: nginx.conf: &#x2F;etc&#x2F;nginx&#x2F;nginx.conf </code></pre> pubkv:<p><pre><code> host: localhost port: 10080 uuid: 12834dff-d27d-48b0-95f3-bae967a6b048 </code></pre> just an example. (docker-compose v2 format is assumed)

no comments

no comments