Show HN: Hashmap.me – Simple HTTP-Based Data Storage and Retrieval
37 points| MrRowTheBoat | 2 years ago |hashmap.me | reply
Each hashmap you create corresponds to its own collection in MongoDB.
Perfect for small projects, quick prototypes, or learning purposes. I'd love to get your feedback and hear your thoughts!
Check it out here: https://hashmap.me
Thanks for taking a look!
[+] [-] MrRowTheBoat|2 years ago|reply
Thanks HN <3
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] unknown|2 years ago|reply
[deleted]
[+] [-] politician|2 years ago|reply
[+] [-] Retr0id|2 years ago|reply
Services like requestbin have had a lot of trouble with this sort of thing, historically https://web.archive.org/web/20190711192140/https://github.co...
> We have discontinued the publicly hosted version of RequestBin due to ongoing abuse that made it very difficult to keep the site up reliably. Please see instructions below for setting up your own self-hosted instance.
(note, that message is old, requestbin did live on despite it, iiuc)
[+] [-] mlhpdx|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] RockRobotRock|2 years ago|reply
[+] [-] mlhpdx|2 years ago|reply
Do you support conditional GET AND PUT (i.e. eTags)?
[+] [-] MrRowTheBoat|2 years ago|reply
I do not currently support anything like that, however I think you bring up a very good point, and it could be very beneficial. One could however add their own lastModified variable as a part of the json blob they push up and implement the support themselves. From your teaching perspective of course, that may not be a great experience for the students.
[+] [-] pdanpdan|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] WhitneyLand|2 years ago|reply
For a second I thought it would be nice to not auto append a UUID to the hash, but I can imagine it’s simpler not having to check for or manage collisions.
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] tony-allan|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
Anyways they mass created hashmaps using UUIDs. Someone lower in the comments made a great point on this, unfortunately this is why people have to crack down on things and require accounts and stuff like that before you can use a service.
:) Service is up and running, but we'll see for how long.
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] hlesesne|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] chaz6|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
Even if it was something like "/api/read?key=getOnlyThisKey" which returns your value or perhaps a 404 or maybe a 204, implying your response was succesful, but there was no key with the specified requested key.
[+] [-] debarshri|2 years ago|reply
[+] [-] MrRowTheBoat|2 years ago|reply
[+] [-] rickydroll|2 years ago|reply