Divine Data (d8a) is an open source, warehouse-native analytics platform. Compatible with GA4 and Matomo tracking protocols, and has its own native web tracker. Clean schema, can be deployed anywhere, including your cloud or on-premises.
- GA4 & Matomo tracking protocol compatibility - Seamlessly integrates with the Google Analytics 4 and Matomo tracking protocols, allowing you to implement advanced web, server-side, or mobile tracking plans in just minutes
- Flat data model for visualization - Data is stored in a flat, analytics-ready format - perfect as a source for reporting and data warehouses, with even custom events stored in dedicated columns
- Open source codebase - Transparent, auditable, and community-driven. Fork, contribute, or self-host as you wish
- Works alongside GA4 - Can run in parallel with GA4 for a smooth transition or as a reliable backup
- Dedicated web tracker (beta) - A drop-in replacement for
gtag.jswith a matching API for an easy switch to d8a tracking - Full session scope support - Sessions are calculated on the backend for accuracy and flexibility - no reliance on client-side hacks
- BigQuery, ClickHouse & Object Storage / Files support - Export and analyze your data in Google BigQuery or ClickHouse for advanced analytics, or write CSV files directly to S3/MinIO, GCS, or local filesystem. Scales to billions of events with no upper limit
- Perfect for healthcare - Collect traffic on healthcare websites under HIPAA requirements
- Well-suited for gov - Collect traffic on gov't websites under FedRAMP requirements
- Europe & GDPR? - Supports EU's independence from Bigtech
|
|
|
| Overview | Location | Ecommerce |
You can also see the full demo here.
You can use our free Cloud at app.d8a.tech.
See the Getting started guide.
- Run it.
go run main.go server --config config.dev.yaml- Make a request and wait ~10 seconds for the session to be closed.
curl "http://localhost:8080/g/collect?v=2&tid=14&dl=https%3A%2F%2Fblue-sea-697d.quartiers047.workers.dev%3A443%2Fhttps%2Ffoo.bar&en=page_view&cid=ag9" -X POST- Check the console output to verify events are being processed.
go test ./...We welcome contributions from the community. Bug fixes and targeted improvements are always appreciated. For larger refactors or architectural changes, we ask that you discuss your ideas with us on Discord or Github Issues first. While modern AI tools make it easy to generate extensive code changes, we need to carefully balance the needs of our community and maintain the project's direction. You may notice some abstractions in the codebase that seem unnecessary—these exist to support our cloud service, which uses alternative implementations in certain areas. Please ensure contributions are thoughtful and align with our project standards. PRs that appear to be purely AI-generated without human review and consideration may not be accepted. We value quality over quantity and appreciate the time you take to understand our codebase before contributing.
See the following resources:
Connect with the team in our Discord community: link
MIT — see LICENSE for details.