odota / core

Open source Dota 2 data platform
https://www.opendota.com
MIT License
1.52k stars 303 forks source link

use minIO/S3 compatible storage for match blobs #2812

Open howardchung opened 1 week ago

howardchung commented 1 week ago

Instead of using Cassandra as a blob store we can use minio (which is s3 compatible) or another s3 compatible object storage. This should help relieve some of the load on the Cassandra cluster (and make it easier to migrate to Scylla when that makes sense)

However, the downsides are:

howardchung commented 1 week ago

Steps: