Show HN: SimpleKV – an extremely simple, anonymous key-value store
1–10 of 18 posts
Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#2Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#3Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#4Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#5Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#6I was looking for something like this numerous times when working on network automation. Is it open source?
Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#7Good MVP. I wonder where this will lead.
Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#8# curl https://simplekv.com/path/to/key2
Well, this seems safe...
Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#9I'm using Jami's OpenDHT which provides a web gateway API to get and set things, maybe something like that could serve as a backend?
Re: Show HN: SimpleKV – an extremely simple, anonymous key-value store
#10Are you planning to accept donations to keep this sustainable? This is actually really exciting, nobody has done anything like this in a long time, the last similar project seems to have gone down. I'm using Jami's OpenDHT which provides a web gateway API to get and set things, maybe something like that could serve as a backend?
As for the backend, it's a Flask-based API. I'll look into your suggestion though!