Show HN: HighContext.ai – Serverless JSON Blob Storage
In today’s AI-powered world, developers are constantly handling streams of JSON-formatted data — a trend that's only growing stronger. Just last week, OpenAI unveiled the 'JSON mode' feature, further cementing the dominance of JSON in data processing.
// Simplify Your JSON Data Storage
I know how cumbersome and costly managing database infrastructure can be. That's why I created HighContext.ai. Say goodbye to the headaches of data storage with my serverless solution:
* Intelligent Auto-Tiering: Automatically saves your JSON objects as blobs in-memory and archives them for cost-effective, long-term storage.
* REST API & Web UI: Manage your JSON objects with ease using our flexible tools.
* Streamlined Efficiency: Focus on your work while we handle the data.
// See the Difference for Yourself
HighContext.ai is more than just cloud storage – it's a programmable platform designed to supercharge your workflow. Experience the ease of storing your JSON data with HighContext. Give it a try and tell me what you think!
https://highcontext.ai
Cheers,
John
6 comments
[ 2.6 ms ] story [ 20.0 ms ] thread"Every blob uploaded is stored in-memory to provide fast access — and then blobs that are not read frequently are eventually automatically moved to disk for low-cost, long-term storage. When you make a new read request to a blob in disk, it is reloaded back to memory, providing you the fastest possible access again."
For a developer-focused tool, it strikes me as odd that they wouldn't just use the term "caching" though?
What happens if the server goes down before the flush?
The lifecycle of a blob works out roughly something like as follows, based on last read date:
< 30 mins ago
- In-Memory: Cloudflare CDN
< 30 days ago
- In-Disk: Redis Auto-Tiering Memory/Disk combination
- In-Disk: Postgres
> 30 days ago
- Object Storage: Backblaze B2