@@ -9,10 +9,13 @@ Below are a number of trailheads that lead into the projects and code that compr
9
9
| [ ` python_moztelemetry ` ] [ pymt ] | Python APIs for Mozilla Telemetry
10
10
| [ ` moztelemetry ` ] [ mt ] | Scala APIs for Mozilla Telemetry
11
11
| [ ` spark-hyperloglog ` ] [ spark_hll ] | Algebird's HyperLogLog support for Apache Spark
12
+ | [ ` mozanalysis ` ] [ ma ] | A library for Mozilla experiments analysis
13
+
12
14
13
15
[ pymt ] : https://github.com/mozilla/python_moztelemetry
14
16
[ mt ] : https://github.com/mozilla/moztelemetry
15
17
[ spark_hll ] : https://github.com/mozilla/spark-hyperloglog
18
+ [ ma ] : https://github.com/mozilla/mozanalysis
16
19
17
20
## ETL code and Datasets
18
21
@@ -44,6 +47,7 @@ See also [`firefox-data-docs`][docs] for documentation on datasets.
44
47
| [ ` nginx_moz_ingest ` ] [ nmi ] | Nginx module for Telemetry data ingestion
45
48
| [ ` puppet-config ` ] [ puppet ] | Cloud services puppet config for deploying infrastructure
46
49
| [ ` parquet2hive ` ] [ p2h ] | Hive import statement generator for Parquet datasets
50
+ | [ ` edge-validator ` ] [ edge-validator ] | A service endpoint for validating incoming data
47
51
48
52
[ schemas ] : https://github.com/mozilla-services/mozilla-pipeline-schemas
49
53
[ hs ] : https://github.com/mozilla-services/hindsight
@@ -52,6 +56,7 @@ See also [`firefox-data-docs`][docs] for documentation on datasets.
52
56
[ nmi ] : https://github.com/mozilla-services/nginx_moz_ingest
53
57
[ puppet ] : https://github.com/mozilla-services/puppet-config/tree/master/pipeline
54
58
[ p2h ] : https://github.com/mozilla/parquet2hive
59
+ [ edge-validator ] : https://github.com/mozilla-services/edge-validator
55
60
56
61
### EMR Bootstrap scripts
57
62
@@ -71,7 +76,6 @@ See also [`firefox-data-docs`][docs] for documentation on datasets.
71
76
| [ Cerberus] [ cer ] & [ Medusa] [ med ] | Automatic alert system for telemetry aggregates
72
77
| [ ` analysis.t.m.o ` ] [ atmo_gh ] | [ Self serve data analysis platform] [ atmo ]
73
78
| [ Mission Control] [ mc ] | Low latency dashboard for stability and health metrics
74
- | [ Experiments Viewer] [ ev ] | Visualization for [ Shield] [ shield ] experiment results
75
79
| [ Re: dash ] [ redash ] | Mozilla's fork of the [ data query / visualization system] [ stmo ]
76
80
| [ TAAR] [ taar ] | Telemetry-aware addon recommender
77
81
| [ Ensemble] [ ensemble ] | A minimalist platform for publishing data
@@ -88,7 +92,6 @@ See also [`firefox-data-docs`][docs] for documentation on datasets.
88
92
[ med ] : https://github.com/mozilla/medusa
89
93
[ atmo_gh ] : https://github.com/mozilla/telemetry-analysis-service
90
94
[ mc ] : https://github.com/mozilla/missioncontrol
91
- [ ev ] : https://github.com/mozilla/experiments-viewer
92
95
[ redash ] : https://github.com/mozilla/redash
93
96
[ taar ] : https://github.com/mozilla/taar
94
97
[ ensemble ] : https://github.com/mozilla/ensemble
0 commit comments