event-log-kafka

Event Logger Kafka for the Ubirch Platform

Лицензия

Лицензия

Группа

Группа

com.ubirch
Идентификатор

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

event-log-kafka
Последняя версия

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

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

event-log-kafka
Event Logger Kafka for the Ubirch Platform
Ссылка на сайт

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

https://ubirch.com
Организация-разработчик

Организация-разработчик

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

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

https://github.com/ubirch/ubirch-event-log

Скачать event-log-kafka

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

<!-- https://jarcasting.com/artifacts/com.ubirch/event-log-kafka/ -->
<dependency>
    <groupId>com.ubirch</groupId>
    <artifactId>event-log-kafka</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch/event-log-kafka/
implementation 'com.ubirch:event-log-kafka:1.2.2'
// https://jarcasting.com/artifacts/com.ubirch/event-log-kafka/
implementation ("com.ubirch:event-log-kafka:1.2.2")
'com.ubirch:event-log-kafka:jar:1.2.2'
<dependency org="com.ubirch" name="event-log-kafka" rev="1.2.2">
  <artifact name="event-log-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch', module='event-log-kafka', version='1.2.2')
)
libraryDependencies += "com.ubirch" % "event-log-kafka" % "1.2.2"
[com.ubirch/event-log-kafka "1.2.2"]

Зависимости

compile (15)

Идентификатор библиотеки Тип Версия
com.ubirch : event-log-util jar 1.2.1
io.monix : monix_2.12 pom 2.3.2
org.apache.kafka : kafka-clients jar 2.0.0
org.json4s : json4s-native_2.12 jar 3.6.0
org.json4s : json4s-jackson_2.12 jar 3.6.1
org.json4s : json4s-ext_2.12 jar 3.6.0
org.slf4j : jcl-over-slf4j jar 1.7.25
com.typesafe.scala-logging : scala-logging_2.12 jar 3.9.0
net.logstash.logback : logstash-logback-encoder jar 5.3
io.prometheus : simpleclient jar 0.6.0
io.prometheus : simpleclient_hotspot jar 0.6.0
io.prometheus : simpleclient_httpserver jar 0.6.0
io.prometheus : simpleclient_logback jar 0.6.0
io.prometheus : simpleclient_graphite_bridge jar 0.6.0
com.github.nosan : embedded-cassandra-test jar 1.2.9

test (2)

Идентификатор библиотеки Тип Версия
net.manub : scalatest-embedded-kafka_2.12 jar 2.0.0
org.scalatest : scalatest_2.12 jar 3.0.5

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

Данный проект не имеет модулей.

UBIRCH EVENT LOG ECO-SYSTEM

The Event Log System is a collection of services that allow the collection of merkle trees to be connected with each other and that can be anchored in blockchains.

Event Log Components

Helper Libs

Prerequisites

In order to run the applications, you will need a running instance of Kafka and Cassandra.

Please refer to DB Migrations in order to run the migration scripts.

Install

To build the application run the following command:

    mvn install

After doing this, you can drill down to working on the particular project you may be interested in.

Useful Scripts

migrateDb.sh Helps in the migration of the db evolution scripts.

Prometheus Metrics

Note: If you're starting the multiple services on the same machine/jvm, the port might change and you will have to change it accordingly. The port that is assigned to Prometheus is show on the console of every service at boot.

  (1) http://localhost:4321/

or

   (2) watch -d "curl --silent http://localhost:4321 | grep SERVICE-NAME"

You can inspect the service name by running option (1) and finding "service"

com.ubirch

ubirch GmbH

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

Версия
1.2.2
1.2.1