Aletheia core

The Aletheia parent project

Лицензия

Лицензия

Группа

Группа

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

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

aletheia-core
Последняя версия

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

0.17
Дата

Дата

Тип

Тип

jar
Описание

Описание

Aletheia core
The Aletheia parent project
Ссылка на сайт

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

https://github.com/outbrain/Aletheia/wiki/aletheia-core
Организация-разработчик

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

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

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

https://github.com/outbrain/Aletheia/

Скачать aletheia-core

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

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.apache.avro : avro jar 1.7.5
joda-time : joda-time jar 2.2
com.google.guava : guava jar 16.0.1
com.fasterxml.jackson.core : jackson-databind jar 2.2.2
com.fasterxml.jackson.datatype : jackson-datatype-joda jar 2.2.2
com.github.stephenc.high-scale-lib : high-scale-lib jar 1.1.4
commons-lang : commons-lang jar 2.4

provided (1)

Идентификатор библиотеки Тип Версия
com.codahale.metrics : metrics-core jar 3.0.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

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

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

master branch: Build Status

Aletheia is a framework for implementing high volume, datum (event) based, producer-consumer data pipelines. Its key features are:

Aletehia supports the following producers/consumers out-of-the-box:

  • Kafka 0.10.2.1 (Producer, Consumer, Kafka Streams)
  • Kafka 0.9 (production and consumption)
  • Log files (production only)

Custom producer/consumer types are easy to write. See Wiki - Endpoints for details.

Building Alethia

Clone the repo (or download the sources):

git clone https://github.com/outbrain/Aletheia.git

Build the project:

mvn clean install -f Aletheia/pom.xml

Further Info

Aletheia has been developed by the Data Infrastructure team at Outbrain.

com.outbrain.aletheia

Outbrain

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

Версия
0.17