mate-h / sorosbot.com

Site
1 stars 3 forks source link

Create PostgreSQL container, set up web UI for DB management #3

Open mate-h opened 3 years ago

mate-h commented 3 years ago

Database is needed for saving ML training data, backtest and hyperopt results, and aggregating multiple data sources from bot outputs. Future proofing the system. PostgreSQL is easy, fast to set up and familiar.

TablePlus DB client native app can be used to access it and edit it. A new tab can be added to the Web UI, https://sqlpad.github.io/sqlpad/#/ to view and edit the DB contents directly from sorosbot.com site.