alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

Using Minio replace OSS #19

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Describe This Feature

Background

The container-auto-tune provide the feature to store the remote gc related files object by OSS.

But as the open source project, this is a dependency for users.

So Can we use some components attached in jvm process to replace OSS?

Action

Scope

Reference

https://github.com/minio/minio

Assgin People

@KaifeiHuang

Proposal

Acceptance criteria (AC)

Given container-auto-tune integrates with Minio When Developers upload file to container-auto-tune Then container-auto-tune can save files to Minio

Given container-auto-tune integrates with Minio When Developers download file from container-auto-tune Then container-auto-tune can response files from Minio

Additional Context

No response