An open API service indexing awesome lists of open source software.

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.

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.