uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
578 stars 140 forks source link

MySQL setup with Docker #113

Closed mykolakaraman closed 3 years ago

mykolakaraman commented 3 years ago

Hello there, I noticed that current MySQL could be updated and easily setup with Docker. It might simplify the first time usage and would not require installing dated database.

Originally, was going to setup MySQL 5.1 but compatible version is unavailable as Docker image.

jbax commented 3 years ago

Thanks for the contribution but that's not desirable. I've made changes to allow using csv files and will also make it easier to use other databases that are not mysql. There's no real need to lock into a particular database product when we can use any JDBC driver