Skip to main content

Tigris Blog

A multi-cloud, S3-compatible object storage service for low latency data access anywhere.

Giving your Go apps Tigris superpowersGiving your Go apps Tigris superpowers

The Go Storage SDK adds first-class methods for bucket forking, snapshots, and object renaming — plus a simpler high-level client for everyday storage code.
Xe Iaso · · 6 min read

Introducing storagesdk.devIntroducing storagesdk.dev

StorageSDK is a provider-agnostic storage API for Node.js: one interface across S3, R2, Azure, GCS, Tigris, and more, with snapshots and forks built in.
Abdullah Ibrahim · · 8 min read

Give your agents disposable environments in GoGive your agents disposable environments in Go

Kefka is a userspace shell sandbox in Go that gives every AI agent its own copy-on-write Tigris bucket fork plus Python, jq, and ripgrep via WebAssembly.
Xe Iaso · · 11 min read

How small can we make an interface to Tigris?How small can we make an interface to Tigris?

We embedded agent-shell on the Tigris homepage so you can ls, cat, and cd through your buckets like a normal filesystem. Here's how it works.
Xe Iaso · · 10 min read

Durable global streams in Tigris with S2Durable global streams in Tigris with S2

S2 Lite turns S3-compatible object storage into a durable streaming platform. Run it on Tigris for high-cardinality workloads — per-agent reasoning traces, event firehoses — with zero egress fees and global replication.
Xe Iaso · · 12 min read

Your bucket is already a message queueYour bucket is already a message queue

Use Tigris object notifications to coordinate AI agents without deploying a message queue. A writer/watcher pattern turns your bucket into an event bus.
Xe Iaso · · 10 min read

Testing Distributed Systems Under ChaosTesting Distributed Systems Under Chaos

Three bugs, one seam. How Tigris used Antithesis under fault injection to find and fix cache coherence bugs — tombstone barriers, reorder, three-layer defense.
Adil Ansari · · 18 min read

Benchmarking ML Training Throughput on Tigris Object StorageBenchmarking ML Training Throughput on Tigris Object Storage

Training ML models directly from object storage is possible with the right access patterns and client tooling. We benchmarked Tigris against AWS S3 and introduced the Tigris Acceleration Gateway (TAG), a local caching service that significantly reduces epoch duration and worker requirements for mu…
Ovais Tariq · · 14 min read

Deriving the Tigris Go SDKDeriving the Tigris Go SDK

Tigris now has an official Go SDK! Learn how storage-go provides both an AWS S3 drop-in replacement and an ergonomic high-level interface for Go developers.
Xe Iaso · · 5 min read