/moztelemetry

Mozilla's Telemetry API for Scala

Primary LanguageScalaMozilla Public License 2.0MPL-2.0

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