Eco Schema Catalog


Лицензия

Лицензия

Группа

Группа

com.epam.eco.schemacatalog
Идентификатор

Идентификатор

schema-catalog-parent
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Eco Schema Catalog
Eco Schema Catalog
Ссылка на сайт

Ссылка на сайт

https://github.com/epam/eco-schema-catalog
Система контроля версий

Система контроля версий

https://github.com/epam/eco-schema-catalog

Скачать schema-catalog-parent

Имя Файла Размер
schema-catalog-parent-1.2.1.pom 21 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/ -->
<dependency>
    <groupId>com.epam.eco.schemacatalog</groupId>
    <artifactId>schema-catalog-parent</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/
implementation 'com.epam.eco.schemacatalog:schema-catalog-parent:1.2.1'
// https://jarcasting.com/artifacts/com.epam.eco.schemacatalog/schema-catalog-parent/
implementation ("com.epam.eco.schemacatalog:schema-catalog-parent:1.2.1")
'com.epam.eco.schemacatalog:schema-catalog-parent:pom:1.2.1'
<dependency org="com.epam.eco.schemacatalog" name="schema-catalog-parent" rev="1.2.1">
  <artifact name="schema-catalog-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.epam.eco.schemacatalog', module='schema-catalog-parent', version='1.2.1')
)
libraryDependencies += "com.epam.eco.schemacatalog" % "schema-catalog-parent" % "1.2.1"
[com.epam.eco.schemacatalog/schema-catalog-parent "1.2.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • commons
  • store
  • rest
  • fts
  • client

Eco Schema Catalog

Eco Schema Catalog is a set of services, components, and utilities aimed at providing additional features on top of the Schema Registry.

With Eco Schema Catalog you can use:

  • Web UI to search, view, evolve, and configure schemas.
  • Various services to work with schemas.
  • Utilities, helpers, and other classes that extend and augment the Schema Registry library.

The currently supported version of Confluent is 5.3.1

Project structure

The repository contains the following packages:

  • rest - RESTful interface (backend)
  • ui - web UI (frontend)
  • commons - common models, utilities, extensions, etc
  • store - service to access data in the Schema Registry store, manage metadata, etc
  • fts - service that enables Full-Text Search (FTS) capabilities against the store
  • client - REST client

Building artifacts

To build artifacts, run the following command sequence:

git clone git@github.com:epam/eco-schema-catalog.git
cd eco-schema-catalog
mvn clean package

To skip tests, JavaDocs, and static code analysis, run:

mvn clean package -PpackageOnly

Quick start

The prerequisites for the quick start include:

Installation to connect to an existing Confluent Platform

The installation consists of two services:

  • Schema Catalog REST
  • Schema Catalog UI

Note: Specify suitable values for SCHEMA_REGISTRY_URL and KAFKA_SERVERS_URL.

For Linux, run the following command sequence:

git clone git@github.com:epam/eco-schema-catalog.git
cd eco-schema-catalog
export SCHEMA_REGISTRY_URL="http://schema-registry:8081"
export KAFKA_SERVERS_URL="kafka:9092"
docker-compose -f docker/docker-compose.yaml up

For Windows (Powershell), run the following command sequence:

git clone git@github.com:epam/eco-schema-catalog.git
cd eco-schema-catalog
$env:SCHEMA_REGISTRY_URL="http://schema-registry:8081"
$env:KAFKA_SERVERS_URL="kafka:9092"
docker-compose -f docker/docker-compose.yaml up

To open Schema Catalog web interface, go to http://localhost:8282

To stop all services, run:

docker-compose -f docker/docker-compose.yaml down

All-in-one installation

The installation consists of:

  • Zookeeper
  • Kafka
  • Schema Registry
  • Schema Catalog REST
  • Schema Catalog UI

Run the following command sequence:

git clone git@github.com:epam/eco-schema-catalog.git
cd eco-schema-catalog
docker-compose -f docker/docker-compose-all.yaml up

To open Schema Catalog web interface, go to http://localhost:8282

To stop all services, run:

docker-compose -f docker/docker-compose-all.yaml down

Compatibility matrix

Eco Schema Catalog Confluent Platform Kafka
1.3.x 5.3.x 2.3.x
1.2.x 5.2.x 2.2.x
1.1.x 5.1.x 2.1.x
1.0.x 5.0.x 2.0.x
0.1.x 4.0.x 1.0.x

License

Eco Schema Catalog is licensed under the Apache License, Version 2.0

com.epam.eco.schemacatalog

EPAM Systems

We are creating software platforms and frameworks across the industries and technologies. Visit https://epam.github.io/ for more projects information.

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.0
1.0.0
0.1.1
0.1.0