divolte / divolte-schema   0.1

Apache License 2.0 GitHub

Divolte default Avro schema to use as external dependency

Scala versions: 2.10

Divolte Schema

This project contains the default schema used by Divolte Collector. You can depend on this if you need to access the default schema.

Usage

Prebuilt JARs are available via Maven Central. The current release version is 0.7.0.

There are two ways to access the schema at runtime. It can be accessed directly via the Avro-generate record class:

Schema defaultSchema = DefaultEventRecord.getClassSchema()

It is also available as the /DefaultEventRecord.avsc resource.

License

This project and its artifacts are licensed under the terms of the Apache License, Version 2.0.