man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 93 forks source link

Support AWS S3 Express #1907

Open DrNickClarke opened 1 month ago

DrNickClarke commented 1 month ago

S3 Express is a high performance version of S3. It forgoes some of the benefits of S3 to raise performance, eg replication to 3 AZs (Availability Zones).

There are slight differences in the API, which will require code changes in ArcticDB to support. We would like to offer that support in future.