GraphQL Platform project archetype

Platform project archetype to generate GraphQL using https://github.com/graphql-java-generator/graphql-maven-plugin-project

License

License

GroupId

GroupId

com.github.frtu.archetype
ArtifactId

ArtifactId

plt-graphql-project-archetype
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

GraphQL Platform project archetype
Platform project archetype to generate GraphQL using https://github.com/graphql-java-generator/graphql-maven-plugin-project

Download plt-graphql-project-archetype

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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

  • 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 :

Maven artefact generator

See Archetype

Versions

Version
1.0.5