GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
React hooks for Umami analytics. Contribute to davipatricio/umami-react development by creating an account on GitHub.
Umami Node.js library. Contribute to umami-software/node development by creating an account on GitHub.
git clone https://github.com/umami-software/umami.git cd umami yarn install Configure umami Create an .env file with the following DATABASE_URL=connection-url The connection url is in the following format: postgresql://username:mypassword@localhost:5432/mydb mysql://username:mypassword@localh...
umami has 16 repositories available. Follow their code on GitHub.
example.env Repository files navigation README K6 scenarios for Drupal Umami profile Installation Install K6 Install Umami Configure access to Umami installation Usage k6 run ./scenarios/NAME.js Limitations The test scenarios are not compatible with Big Pipe module. Make sure it is uninstalled.Abou...
.github/workflows Create python-app.yml Jun 27, 2024 examples breaking: rename umami_analytics to umami_asgi Jun 22, 2024 scripts build: adds scripts for publishing and updates pyproject info Jun 22, 2024 umami_asgi feat(umami): try to fix country tracking with headers and trusted pro… Jun...
git clone https://github.com/mikecao/umami.git cd umami npm install Create database tables Umami supports MySQL and Postgresql. Create a database for your Umami installation and install the tables with the included scripts. For MySQL: mysql -u username -p databasename < sql/schema.mysql....
Code Folders and files Name Last commit message Last commit date Latest commit mikecao Merge pull request#3253from umami-software/analytics Feb 22, 2025 2e84fc6·Feb 22, 2025 History 4,734 Commits .github Create docker images from cloud branch. ...
git clone https://github.com/mikecao/umami.git cd umami npm install Create database tables Umami supports MySQL and Postgresql. Create a database for your Umami installation and install the tables with the included scripts. For MySQL: mysql -u username -p databasename < sql/schema.mysql....