Avro project archetype


License

License

GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

avro-project-archetype
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Avro project archetype
Avro project archetype

Download avro-project-archetype

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.frtu.archetype/avro-project-archetype/ -->
<dependency>
    <groupId>com.github.frtu.archetype</groupId>
    <artifactId>avro-project-archetype</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/avro-project-archetype/
implementation 'com.github.frtu.archetype:avro-project-archetype:1.1.0'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/avro-project-archetype/
implementation ("com.github.frtu.archetype:avro-project-archetype:1.1.0")
'com.github.frtu.archetype:avro-project-archetype:jar:1.1.0'
<dependency org="com.github.frtu.archetype" name="avro-project-archetype" rev="1.1.0">
  <artifact name="avro-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='avro-project-archetype', version='1.1.0')
)
libraryDependencies += "com.github.frtu.archetype" % "avro-project-archetype" % "1.1.0"
[com.github.frtu.archetype/avro-project-archetype "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.avro : avro jar
org.slf4j : slf4j-api jar

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar
junit : junit jar

Project Modules

There are no modules declared in this project.

governance-toolbox

A toolbox for automation & docker images around metadata governance :

Static metdata

  • Schema registry : to store schema & versions

Dynamic metadata

  • InfluxDB : TSDB to store PiT (Point In Time) based metadata.

Archetype for Avro

  • avro : generate a base project for avro data model, generate & compile
  • plt-kafka : standalone multi modules project to Publish & Consume Kafka
  • plt-spark : standalone multi modules project to run Spark

Libraries

Metadata :

  • library-dot : Dot graph generator library

Data :

  • library-serdes : Serialization Deserialization of Avro <-> JSON
  • library-kafka : Wrap Avro SerDes pack into Kafka Publisher & Consumer

Maven Plugins

  • schema-maven-plugin:pojo2json : Allow to generate an Avro schema based on POJO (Interface or Implementation). See sample project.

  • schema-maven-plugin:avro2dot (since 0.3.6) : Allow to generate an Dot Graph from an Avro schema. See sample project.

  • schema-registries-maven-plugin:register : Register all Avro schema from a folder into Hortonworks Schema-registry

SerDes platform

Characteristics Avro Protobuf (source)
Dynamic typing YES NO (needs to compile)
Backward compatibilities Complex Easy
Support null values Medium (Complex data struct)
Performance Very good
Compactness Excellent
Current toolbox support Good Good

Docker images

Confluent Stack (Kafka, REST API, ...)

Here are the different URLs

  • Kafka Bootstrap server : broker:9092

In order to make it works, you will need to map 'broker' to 127.0.0.1 in /etc/hosts. You can call the script at docker-schema-registry.bash

kafkahost

Confluent Schema-registry & Landoop UI

It serves the schema-registry-ui from port 8001. A live version can be found at Landoop Demo of schema-registry-ui

FYI find the API specs at : Confluent Schema Registry APIs

Attention this require at least Docker Compose 2.1 to allow Docker images start with order & validation.

Confluent Kafka REST & Landoop Topic UI

Hortonworks Schema-registry

Using alternative Docker image. For more details :

InfluxDB & Grafana

Using official Docker image. Look at this link for more details on the port :

Versions

Version
1.1.0
1.0.1
1.0.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2