Log inSign up
Tigris Data
736 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,300
Followers
  • Tigris Data reposted
    user avatar
    Ovais Tariq
    @ovaistariq
    17h
    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
    841
  • user avatar
    Tigris Data
    @TigrisData
    19h
    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.
    258
    user avatar
    Tigris Data
    @TigrisData
    19h
    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.
    40
    user avatar
    Tigris Data
    @TigrisData
    19h
    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
    35
  • 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
    399
    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!
    318
  • 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
    468
    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
    165
  • 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
    879
  • 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
    627
  • 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
  • Tigris Data reposted
    user avatar
    Ovais Tariq
    @ovaistariq
    Jun 11
    Tigris is the only storage service that offers git semantics for storage and we are continuously making it better
    user avatar
    Tigris Data
    @TigrisData
    Jun 11
    S3, R2, GCS, Azure all great storage options - but can they fork buckets? Turns out storage for agents is different, and our compute-based friends need to experiment and drop buckets at will. storagesdk fixes that with one idea: snapshots and forks as first-class operations.
    Image
    GIF
    2.2K
  • user avatar
    Tigris Data
    @TigrisData
    Jun 11
    S3, R2, GCS, Azure all great storage options - but can they fork buckets? Turns out storage for agents is different, and our compute-based friends need to experiment and drop buckets at will. storagesdk fixes that with one idea: snapshots and forks as first-class operations.
    Image
    GIF
    2.7K
    user avatar
    Tigris Data
    @TigrisData
    Jun 11
    Repo:
    Image
    GitHub - storagesdk/storagesdk: A unified TypeScript SDK for storage with first-class support for...
    From github.com
    182

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
Advertisement
Advertisement