Connect Matomo DB in External Application
Matomo
6
Posts
3
Posters
31
Views
3
Watching
-
The two desktop apps are just used as an example of a common case. Generally it very much depends on your web applications stack and technology on how to connect to mysql and what kind of connection those libraries support.
Maybe you can give more context there and potentially we can help. Overall as seen in the docs page, the database container is not exposed on the public interfaces, so the mysql connection would go via an ssh tunnel into the system and then connect to the container as mentioned there in those examples.