Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 796 Bytes

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.