Hacker News new | ask | show | jobs
by jrdorn 1779 days ago
We plan to add MySQL/MariaDB support soon which should let you use Matomo data as long as you have raw SQL access. For cloud-hosted Matomo, we would have to use the reporting API, which is doable but not as good since there's no way to get standard deviations out of it as far as I can tell.
1 comments

I am also building a self-hosted analytics platform[0] that has a MySQL/MariaDB database, and I provide a way of recording A/B test data, currently the visualization of the results is not that good so using a tool like GrowthBook makes sense. I assume that once the MySQL support is added, it would be possible to import userTrack data into GrowthBook?

[0]: https://www.usertrack.net

Yep, should be possible once MySQL/MariaDB is done.