877 results for storage · 2.576s

News for “storage”
19 results • 2570 ms server time
Moozonian News
github.com• Jul 27, 2026• 1 min read
Show HN: S3 Storage Addon for AtropimAtropim stores media files (or any files) in local system by default. There is no opensource add-on that enables S3 storage to store asset files related to products. So, I built one. This module is free to use, and supports both static keys of aws as well as IAM roles to access the s3 buckets.
Moozonian News
github.com• Jul 22, 2026• 1 min read
Show HN: AnyBlob – use any blob storage as a databaseI am tired to going to a database provider's dashboard, spin up a new database...for agents, for prototyping, for anything. We already have file storage, why not just use them? why do i need to pay for a new database when i am just prototyping?intentionally implemented the same interface as drizzle, whenever you are ready you can always one line migrate to drizzle.
Advertisement
Moozonian News
github.com• Jul 13, 2026• 1 min read
Show HN: kassette – Durable agent workflows backed by object storageAgent runs often fail after expensive model calls and executing tools that have real-world side effects. This problem is made even worse by how common it is to deploy agents to serverless environments. When your agent dies, it needs to be restarted, but doing so safely isn't easy and everyone building agents has to solve this same problem of durability.The stack you're running probably already has half of what you need for durable execution already though, ie, a queue or job runner that can invoke work at least once. kassette gives you the other half by journaling completed steps to object storage (or a filesystem) so that it can replay them when you retry the same run again. This means you can have durability without having to add a workflow service or even a SQL database.kassette is a tiny, zero-dependency TypeScript library that you can use to build agentic workflows that are just ordinary async functions. Each object storage backed run is a single object that serializes appends via
Advertisement
Advertisement