Aletheia Log4j extensions

The Aletheia parent project

License

License

GroupId

GroupId

com.outbrain.aletheia
ArtifactId

ArtifactId

aletheia-log4j
Last Version

Last Version

0.17
Release Date

Release Date

Type

Type

jar
Description

Description

Aletheia Log4j extensions
The Aletheia parent project
Project URL

Project URL

https://github.com/outbrain/Aletheia/wiki/aletheia-log4j
Project Organization

Project Organization

Outbrain

Download aletheia-log4j

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.outbrain.aletheia : aletheia-core jar 0.17
log4j : log4j jar 1.2.17
log4j : apache-log4j-extras jar 1.2.17
commons-io : commons-io jar 1.2

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.17