Hi, I am implementing A/B testing for one of our r...
# ask-questions
e
Hi, I am implementing A/B testing for one of our react application, I havent deployed in prod or staging, I am setting up locally in my ubantu, is there a way to user my machines mysql server as a data source for the growth book project in the cloud
f
you can use Mysql as a data source
but the back end of GrowthBook (which stores meta info, and the list of experiments, results, etc) is only in mongo/document db currently
e
ok, thanks