Log inSign up
Tigris Data
738 posts
Image
user avatar
Tigris Data
@TigrisData
Tigris is a globally distributed S3-compatible object storage service that provides low latency anywhere in the world. Now with bucket forking.
San Francisco Bay Area
tigrisdata.com
Joined March 2022
23
Following
2,302
Followers
  • user avatar
    Tigris Data
    @TigrisData
    11h
    Hooking an agent up to your object storage usually means handing it credentials and hoping it behaves. That's a lot of trust for something that occasionally invents a delete. storagesdk ships an MCP server, so storage shows up as tools an agent can call.
    Image
    GIF
    185
    user avatar
    Tigris Data
    @TigrisData
    11h
    Run it read-only and the agent can list and download but can't write or delete a thing. Scope it to a single prefix and it never sees the rest of the bucket. Point it at a fork and it gets a throwaway copy while the real data sits untouched.
    Image
    GitHub - storagesdk/storagesdk: A unified TypeScript SDK for storage with first-class support for...
    From github.com
    56
  • Tigris Data reposted
    user avatar
    Ovais Tariq
    @ovaistariq
    Jun 23
    We ran a little experiment building git on top of Tigris. Check out this post from Xe on the learnings
    Image
    I taught a bucket to speak git | Tigris Object Storage
    From tigrisdata.com
    947
  • user avatar
    Tigris Data
    @TigrisData
    Jun 23
    Every git repo you push is really just a pile of objects: your files, compressed and content-addressed, plus a few tiny pointers that move around. That's the whole storage model.
    282
    user avatar
    Tigris Data
    @TigrisData
    Jun 23
    Replying to @TigrisData
    Pushing a big repo became a stat() storm with hundreds of thousands of round trips, most of them answered "404, nothing here." Git might be the best filesystem-latency benchmark we've ever run, entirely by accident. If your storage has a weak spot, git will find it.
    47
    user avatar
    Tigris Data
    @TigrisData
    Jun 23
    The full writeup (with every disaster and the fixes) is here:
    Image
    I taught a bucket to speak git | Tigris Object Storage
    From tigrisdata.com
    41
  • user avatar
    Tigris Data
    @TigrisData
    Jun 22
    Every time a user downloads something from your app, you get charged. With Tigris Data, your bill stays the same whether you have 10 users or 10,000. We are super happy to see Rishi Raj Jain and LaunchFast support Tigris!
    Image
    Tigris Storage Support Now Available in LaunchFast Starter…
    From launchfa.st
    416
    user avatar
    Tigris Data
    @TigrisData
    Jun 22
    Our egress-free business model is important to keeping margins low and remaining competitive as a growing SaaS. Tigris is truly global Sydney loads as fast as Toronto - you don't have to set up a CDN. Thank you for including us Rishi!
    323
  • user avatar
    Tigris Data
    @TigrisData
    Jun 18
    Fifty agents, one bucket. They can't share a bucket without overwriting each other, and copying it fifty times is slow and expensive. StorageSDK gives object storage git semantics. Snapshot a bucket, then fork it. A fork is copy-on-write: constant time, shares the parent's
    Image
    GIF
    469
    user avatar
    Tigris Data
    @TigrisData
    Jun 18
    Forking a 50GB dataset fifty times doesn't cost 50x storage. You only pay for what each fork changes. Each agent writes into its own fork. The parent and every sibling stay untouched. Read More:
    Image
    Introducing storagesdk.dev | Tigris Object Storage
    From tigrisdata.com
    166
  • user avatar
    Tigris Data
    @TigrisData
    Jun 17
    Every object store has its own CLI. AWS, wrangler, gcloud, az. @TigrisData and @computesdk built one CLI for all of them: github.com/storagesdk/sto… List a bucket, switch providers by changing one word. It pipes like a real Unix tool. It can snapshot and fork your data (git
    Image
    GIF
    885
  • Tigris Data reposted
    user avatar
    Ovais Tariq
    @ovaistariq
    Jun 16
    Continuing with the Tigris feature releases, here is the latest one: Bundle API that allows you to batch download files instead of sending thousands of individual requests.
    Image
    Tar saved Unix backups in 1979. Now it saves your dataloader. | Tigris Object Storage
    From tigrisdata.com
    632
  • Tigris Data reposted
    user avatar
    Michelle Fang 🌁
    @michelleefang
    Jun 15
    Replying to @michelleefang
    Tuesday 6/16 (cont'd) ‣ Big Data 3.0- Data Systems for Large Scale Research luma.com/2z8lp24e @SpiralDB @TigrisData @krea_ai ‣ Codex Community Meetup - San Francisco luma.com/codex-jun16-20… @itsajchan ‣ Genloop Retail Analytics Meetup @ Databricks Summit
    Image
    Big Data 3.0 - Data Systems for Large Scale Research · Luma
    From luma.com
    1.9K
  • user avatar
    Tigris Data
    @TigrisData
    Jun 16
    Trying to do AI training on your dataset but you created everything in it as individual objects? Wouldn't it be great if those freakin' storage nerds would just give you a zipfile with everything you want in it?
    370
    user avatar
    Tigris Data
    @TigrisData
    Jun 16
    Tigris does that with the bundle API! Fetch a bundle of objects and go off to the races making the world a better place one SaaS app at a time!
    215
    user avatar
    Tigris Data
    @TigrisData
    Jun 16
    Learn more on the blog:
    Image
    Tar saved Unix backups in 1979. Now it saves your dataloader. | Tigris Object Storage
    From tigrisdata.com
    129
  • user avatar
    Tigris Data
    @TigrisData
    Jun 15
    Agents sometimes delete the wrong thing. That's no longer a problem: tigrisdata.com/blog/soft-dele… We just added Soft Delete to Tigris. You can flip it on once, pick a retention window, and every delete just becomes recoverable.
    Image
    GIF
    179
    user avatar
    Tigris Data
    @TigrisData
    Jun 15
    An object, a prefix, even a whole bucket someone dropped by accident comes back. Your agents can move fast and delete freely, and nothing's actually gone until you say so. Take a look:
    Image
    Introducing Soft Delete for Tigris Buckets and Objects | Tigris Object Storage
    From tigrisdata.com
    84

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up