https://github.com/tigrisdata/storage
Tigris is a globally distributed S3-compatible object storage service that provides low latency anywhere in the world, enabling developers to store and access any amount of data for a wide range of use cases.
https://github.com/tigrisdata/storage
ai blob blob-storage file-upload storage
Last synced: 2 months ago
JSON representation
Tigris is a globally distributed S3-compatible object storage service that provides low latency anywhere in the world, enabling developers to store and access any amount of data for a wide range of use cases.
- Host: GitHub
- URL: https://github.com/tigrisdata/storage
- Owner: tigrisdata
- Created: 2025-07-28T22:36:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-27T15:05:43.000Z (4 months ago)
- Last Synced: 2026-02-27T18:45:19.769Z (4 months ago)
- Topics: ai, blob, blob-storage, file-upload, storage
- Language: TypeScript
- Homepage: https://www.tigrisdata.com
- Size: 638 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Tigris Storage SDKs
Tigris is a globally distributed object storage service that provides low latency anywhere in the world, enabling developers to store and access any amount of data for a wide range of use cases.
## JavaScript/TypeScript SDK
This monorepo contains multiple JavaScript/TypeScript packages for Tigris object storage:
- [`@tigrisdata/storage`](./packages/storage) - Tigris Storage SDK
- [`@tigrisdata/iam`](./packages/iam) - Tigris IAM SDK
- [`@tigrisdata/agent-kit`](./packages/agent-kit) - Composed workflows for AI agents (sandboxes, workspaces, checkpoints, coordination)
- [`@tigrisdata/keyv-tigris`](./packages/keyv-tigris) - Tigris adapter for [Keyv](https://keyv.org/)
- [`@tigrisdata/react`](./packages/react) - Ready to use React Components and Hooks
## Go SDK
The Go SDK is maintained in a separate repository:
- Repository: [https://github.com/tigrisdata/storage-go](https://github.com/tigrisdata/storage-go)
- Documentation: [https://pkg.go.dev/github.com/tigrisdata/storage-go](https://pkg.go.dev/github.com/tigrisdata/storage-go)
Install with:
```sh
go get github.com/tigrisdata/storage-go
```
See the documentation for examples and quickstart advice.