Posts tagged "Database" | Tigris Object Storage
Tigris Blog
A multi-cloud, S3-compatible object storage service for low latency data access anywhere.
How AI is transforming software development from autocomplete to autonomous agents, and what this means for the future of coding.
Ovais Tariq · August 12, 2025 · 7 min read
Tigris is a globally available, S3 compatible object storage service. Tigris uses FoundationDB's transactional key-value interface for its underlying metadata storage. In the first post of the series we will share the details of how we have built the metadata layer on top of FoundationDB. We will…
Himank Chaudhary · June 12, 2023 · 6 min read
Building secondary indexes for is always about balance. A balance between a system that scales and is easy to manage and an API that is intuitive and delightful for a developer to use. Recently at Tigris Data, we have been adding secondary indexes to our metadata store that runs on top of Founda…
Garren · April 3, 2023 · One min read
Tigris is a globally available, S3 compatible object storage service. Tigris uses FoundationDB's transactional key-value interface for its underlying metadata storage. In this blog post, we will describe transactions in Tigris, delving into the topics of serializable transactions, the mechanics of t…
Himank Chaudhary · January 16, 2023 · 3 min read
Why Tigris leverages FoundationDB for its metadata storage layer
Himank Chaudhary, Ovais Tariq · September 21, 2022 · 9 min read