whd / moztelemetry

Mozilla's Telemetry API for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov.io

moztelemetry

Mozilla's Telemetry API for Scala

Using moztelemetry

In SBT:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "com.mozilla.telemetry" %% "moztelemetry" % "1.0-SNAPSHOT"

Testing

To run the tests you have to start a mock S3 service first with moto:

pip install moto
moto_server s3 -p 8001 &
AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=foo sbt test

About

Mozilla's Telemetry API for Scala

License:Mozilla Public License 2.0


Languages

Language:Scala 94.8%Language:Protocol Buffer 5.2%