프로젝트 소개

PoeticMetric는 자유 소프트웨어 원칙에 따라 프라이버시, 투명성, 성능을 고려하여 설계된 분석 솔루션입니다. 기존 분석 서비스와 달리 쿠키를 설정하지 않으며 개인 식별자를 추적하지 않으므로 동의 배너가 필요하지 않습니다. 이로 인해 GDPR, CCPA, PECR 및 터키의 KVKK와 같은 주요 데이터 보호 규정을 완전히 준수합니다. 주요 기능: - 실시간 방문자 통계, 페이지 조회수, 참조자, 디바이스, 브라우저, 지리적 데이터. - 원본 개인 정보를 저장하지 않고 데이터를 자동으로 집계. - 고 트래픽 사이트를 위한 빠른 쿼리 엔진; UI가 즉시 업데이트됩니다. - 더 깊은 분석을 위한 내보내기 가능한 보고서 및 대시보드. - 팀을 위한 역할 기반 접근 제어. 배포 옵션: 1. Managed service – Sign up at poeticmetric.com and start tracking immediately without any infrastructure work. 2. Self‑hosted – The entire stack is open source under the AGPL‑3.0 license. Official Docker images are provided, along with a sample Docker‑Compose file and configuration guide. You can run it on any server that supports Docker, integrate it behind a reverse proxy, and connect it to your own PostgreSQL database. 자체 호스팅 설치 절차는 일반적으로 다음과 같습니다: - Pulling the Docker images (docker pull poeticmetric/app and docker pull poeticmetric/db). - Creating a .env file with database credentials and a secret key. - Running docker compose up -d to launch the web UI, API, and background workers. - Accessing the UI at http://your‑domain to create an admin account and start tracking. 프라이버시 및 준수: - No IP addresses, cookies, or fingerprinting data are stored. - All collected metrics are anonymized at ingestion. - Users can delete all their data with a single click. 커뮤니티 및 라이선스: - The project is hosted on Forgejo and mirrored on GitHub. Contributions are welcome via pull requests. - Licensed under AGPL‑3.0, ensuring that any modifications that are deployed publicly must also be shared. PoeticMetric aims to give website owners a sustainable, privacy‑respecting alternative to commercial analytics platforms while providing the insights needed to improve site performance.