Post #2097493
2026-05-06 03:51 UTC
I want a key/value store with a REST API which is POST to set a key with a value and GET to get it. I want this, but not online and not $19/mo:
https://kvdb.io/
And I'm grumpy enough that I just might write it myself.
Replies (3)
-
@ryan@m29.us 2026-05-07 23:35
> I want a key/value store with a REST API which is POST to set a key with a value and GET to get it. I later realized I just described WebDAV, albeit with PUT instead of POST.
-
@dch@bsd.network 2026-05-06 09:58
@ryan@m29.us lol mao Kyoto Tycoon from 20 years ago was exactly this. I’d guess it’s half a day to write one these days? Longer if you need distributed and strong consistency tho. What language would you pick? @spacehobo@teh.entar.net
-
@sjb@mstdn.io 2026-05-06 23:01
@ryan@m29.us Isn't this a classic job for MySQL and PHP?