Matomo: Open-source analytics platform
github.com
Matomo: Open-source analytics platform
1–10 of 131 posts
Re: Matomo: Open-source analytics platform
#2Re: Matomo: Open-source analytics platform
#3PS: I have also been building something similar, but not completely open-source: https://www.usertrack.net
Re: Matomo: Open-source analytics platform
#4Is 1.7k open issues something to worry about or is it normal for a project of this size? PS: I have also been building something similar, but not completely open-source: https://www.usertrack.net
Re: Matomo: Open-source analytics platform
#5Is 1.7k open issues something to worry about or is it normal for a project of this size? PS: I have also been building something similar, but not completely open-source: https://www.usertrack.net
Re: Matomo: Open-source analytics platform
#6Re: Matomo: Open-source analytics platform
#7Is 1.7k open issues something to worry about or is it normal for a project of this size? PS: I have also been building something similar, but not completely open-source: https://www.usertrack.net
Which parts are open source in usertrack ? you say not completely open-source
Once you purchase it you get full access to the original server-side code (PHP, MySQL).
For the client-side part you only get the bundled JS/HTML/CSS (the original client-side source code is TypeScript, React), mostly because otherwise I would have to provide all the build tools and document better the code, tooling, building, releasing, etc.
Re: Matomo: Open-source analytics platform
#8Formerly known as Piwik, been around for a long time.
Re: Matomo: Open-source analytics platform
#9Earlier quoted context omitted.
Which parts are open source in usertrack ? you say not completely open-source
I say it's not completely open-source mainly because it's not free and people usually expect open-source to equal free. Once you purchase it you get full access to the original server-side code (PHP, MySQL). For the client-side part you only get the bundled JS/HTML/CSS (the original client-side source code is TypeScript, React), mostly because otherwise I would have to provide all the build tools and document better…