https://github.com/gldraphael/gracker
📈 Self-hosted google-analytics alternative.
https://github.com/gldraphael/gracker
analytics hacktoberfest self-hosted
Last synced: about 1 year ago
JSON representation
📈 Self-hosted google-analytics alternative.
- Host: GitHub
- URL: https://github.com/gldraphael/gracker
- Owner: gldraphael
- License: mit
- Created: 2022-03-27T11:22:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T13:12:38.000Z (over 3 years ago)
- Last Synced: 2025-05-30T14:45:28.565Z (about 1 year ago)
- Topics: analytics, hacktoberfest, self-hosted
- Language: C#
- Homepage:
- Size: 1.96 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gracker
Gracker is a google-analytics-like web tracker.
The main goal of this project, at the moment, is to give me ideas to blog about.
## Quickstart
```sh
# setup dev dependencies
cd dev
docker compose pull
docker compose up -d
cd ..
# run Gracker
docker compose build
docker compose up
```
This will make Gracker available on the following URLs:
Port | URL/Port
----------:|---------
Worker App | http://localhost:17701
REST API | http://localhost:17702
Admin App | http://localhost:17703