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

Use H2 database to replace RDBS and NoSql database in this project to run project on the fly #1

Closed KaifeiHuang closed 1 year ago

KaifeiHuang commented 1 year ago

Describe This Feature

Currently, there are so many sql database to be installed before i started this project on local vm environment.

So, can we use one database to replace RDB(Mysql) and NoSql(Redis, MongoDB) databases to run this project on the fly?

Proposal

I suggest use H2 database which can be as an a embedded jar to replace the Mysql, Redis, MongoDB database.

About H2 database, you can refer this H2 Database Docs

Additional Context

use H2 file mode to replace Mysql , Redis and MongoDB image