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

Make the h2 as the datasource of the risk assessment #8

Closed container-auto-tune closed 1 year ago

container-auto-tune commented 1 year ago

Describe This Feature

Backgroud

To run the project on the local k8s env, the storage has been replaced with h2 database. So, the part of risk assessment needs also use h2 to save and access data.

Goal

make the h2 as the datasource of the risk evaling

Scope

Acceptance Criteria

When the feature finished, the part of risk assessment will use h2 to save and access data.

Proposal

Risk

Refer to TwatchInfoRepository class file to refactor it.

Additional Context

No response

TLlead commented 1 year ago

H2 used in local, nice idea.

hongshubing commented 1 year ago

good