# matomo.eclipse.org

## Getting Started

To build or rebuild this project from scratch (Use with caution if you are already working on something as you may lose data):

```bash
make clean-install # This will delete your mariadb volume and source code.
```

To resume a dev instance:

```bash
make start-dev
```

## Goal

The goal of this project is to evaulate if the Eclipse Foundation should migrate from Google Analytics to Matomo.

### What do we need to know?

1. What do we need to host an instance of Matomo on our infrastructure?
2. How can we grant/revoke access to project committers to our Matomo on-premise instance?
3. Is the free license good enough for us or do we need to pay for a commercial license to get the features that we really need?
4. Confirm with external counsel that we don't need consent to enable website analytics if we host our own instance. (This is already done but will include their response in my final report).
5. Estimate the effort need to implement and maintain this service


### Related Issues

* [Using Matomo for website analytics instead of Google Analytics](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2182)
* [Trying to find a way to find out how many visitors we have that come to Eclipse.org and the eclipse download page who do not accept cookies](https://gitlab.eclipse.org/eclipsefdn/infrazilla/-/issues/447#note_359938)
