Whenever you provide something free, "for prototyping" or "for personal projects", there will always be some moron/asshole who will abuse it by deploying it in a mobile app or something. It happens from time to time with OSM map tile servers operated by OpenStreetMap Foundation. And with Overpass API. This all is for software and data that can be entirely self-hosted, though servers are obviously not free.
Jsonbox – A HTTP based JSON storage
21–30 of 37 posts
Re: Jsonbox – A HTTP based JSON storage
#22I've been working on a similar project, although not optimized specifically for JSON, but rather a generic key-value store with a focus on server-side scripting: https://kvdb.io
It seems like a lot of these storage as a service offerings have been popping up over the past few years because there's something about Mongo/Dynamo/etc. that could be simplified even further. I don't quite know what it is, but it feels like developer ergonomics (i.e., API) and ease of deployment (i.e., nothing to manage) are the big ones.
Re: Jsonbox – A HTTP based JSON storage
#23I don't get it. You're hosting a service that allows users to store JSON for free? Why? Have you thought about what happens to your expenses when potentially hundreds or thousands of people use it?
Re: Jsonbox – A HTTP based JSON storage
#24Awesome for small projects. I’d use it. But: - IANAL but it seems like a GDPR nightmare (and same for porn and legal nightmare), - It would be jnteresting to see whether some people are careless about privacy and encryption, or use it as a coordination server for viruses or DDoS. It would also be interesting what genuine usages come up from such APIs. - No-one would use it for a too serious project anyway, because th…
I sure am keen to see some of this JSON porn
Re: Jsonbox – A HTTP based JSON storage
#25Even though people are questioning the purpose of this project, I think it could be useful for those who are prototyping things and don't want to tie themselves down to a specific database like MongoDB... not that there's anything wrong with Mongo. My favorite feature about Jsonbox is the querying by fields in the JSON data. I've been working on a similar project, although not optimized specifically for JSON, but rat…
Re: Jsonbox – A HTTP based JSON storage
#26Re: Jsonbox – A HTTP based JSON storage
#27This surely wont last long, the more people that use this, the more likely that this service gets shutdown due to an increase in cost.
Re: Jsonbox – A HTTP based JSON storage
#28How is this superior to ?
It isn't. And that's fine. People can build and release their projects without necessarily having to build the best-in-class version of whatever it is. This is a useful, well-written, open source app that someone has taken to the point where they're willing to put it out there for the world to use, and that in itself is well worth discussing and celebrating (as much as a handful of upvotes on HN can be a celebration…
Re: Jsonbox – A HTTP based JSON storage
#29Earlier quoted context omitted.
It isn't. And that's fine. People can build and release their projects without necessarily having to build the best-in-class version of whatever it is. This is a useful, well-written, open source app that someone has taken to the point where they're willing to put it out there for the world to use, and that in itself is well worth discussing and celebrating (as much as a handful of upvotes on HN can be a celebration…
DRY in spades. More peace & power to the author and all that. However, as a putative user of the project, I'd like to know what would I gain by adopting it. Last time I looked, that was part of use case discussions. I'd happily settle for 'No gain, but it's been a great learning experience' - that's not as it was presented, though.
Re: Jsonbox – A HTTP based JSON storage
#30Awesome for small projects. I’d use it. But: - IANAL but it seems like a GDPR nightmare (and same for porn and legal nightmare), - It would be jnteresting to see whether some people are careless about privacy and encryption, or use it as a coordination server for viruses or DDoS. It would also be interesting what genuine usages come up from such APIs. - No-one would use it for a too serious project anyway, because th…
I sure am keen to see some of this JSON porn