From 3db9c89f289332e2298c2b1310bd16e3824ab254 Mon Sep 17 00:00:00 2001 From: querypoppins Date: Tue, 24 Feb 2026 11:34:35 +0100 Subject: [PATCH 1/4] Create d8a-tech.yml --- software/d8a-tech.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/d8a-tech.yml diff --git a/software/d8a-tech.yml b/software/d8a-tech.yml new file mode 100644 index 0000000000..f606af7370 --- /dev/null +++ b/software/d8a-tech.yml @@ -0,0 +1,13 @@ +name: "d8a.tech" +website_url: "https://d8a.tech" +source_code_url: "https://github.com/d8a-tech/d8a" +description: "GA4-compatible, reporting-ready clickstream for your own data warehouse (BigQuery and Clickhouse)." +licenses: + - MIT +platforms: + - Go + - Javascript + - Docker +tags: + - Analytics +demo_url: "https://lookerstudio.google.com/u/0/reporting/0e4102b6-c38b-4f55-aa25-c1fe91d1c1e9" From 3eb0d5200089d74cbe172d733d7f3d07815ae2a2 Mon Sep 17 00:00:00 2001 From: querypoppins Date: Tue, 24 Feb 2026 11:43:45 +0100 Subject: [PATCH 2/4] Rename d8a-tech.yml to d8a.tech.yml --- software/{d8a-tech.yml => d8a.tech.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename software/{d8a-tech.yml => d8a.tech.yml} (100%) diff --git a/software/d8a-tech.yml b/software/d8a.tech.yml similarity index 100% rename from software/d8a-tech.yml rename to software/d8a.tech.yml From 452683b34d4a26f13789eaba50f3de51464232d7 Mon Sep 17 00:00:00 2001 From: querypoppins Date: Tue, 24 Feb 2026 13:10:38 +0100 Subject: [PATCH 3/4] Update d8a.tech.yml --- software/d8a.tech.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/d8a.tech.yml b/software/d8a.tech.yml index f606af7370..eb4238a8ee 100644 --- a/software/d8a.tech.yml +++ b/software/d8a.tech.yml @@ -1,7 +1,7 @@ name: "d8a.tech" website_url: "https://d8a.tech" source_code_url: "https://github.com/d8a-tech/d8a" -description: "GA4-compatible, reporting-ready clickstream for your own data warehouse (BigQuery and Clickhouse)." +description: "A data collection service that works with your existing Google Analytics setup to capture user activity and send it straight to your own private database." licenses: - MIT platforms: From 8887a4f695bb4015587e2e268d85714fe9765c25 Mon Sep 17 00:00:00 2001 From: querypoppins Date: Mon, 9 Mar 2026 23:09:12 +0100 Subject: [PATCH 4/4] Update software/d8a.tech.yml Removed Javascript from platforms Co-authored-by: nodiscc --- software/d8a.tech.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/d8a.tech.yml b/software/d8a.tech.yml index eb4238a8ee..69f7680ba0 100644 --- a/software/d8a.tech.yml +++ b/software/d8a.tech.yml @@ -6,7 +6,6 @@ licenses: - MIT platforms: - Go - - Javascript - Docker tags: - Analytics