Lambda

Framework supporting batch and speed components of an application following the lambda architecture

License

License

Categories

Categories

Oryx Business Logic Libraries Machine Learning
GroupId

GroupId

com.cloudera.oryx
ArtifactId

ArtifactId

oryx-lambda
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Lambda
Framework supporting batch and speed components of an application following the lambda architecture

Download oryx-lambda

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.cloudera.oryx : kafka-util jar 2.8.0
com.cloudera.oryx : oryx-common jar 2.8.0
com.cloudera.oryx : oryx-api jar 2.8.0
org.apache.spark : spark-streaming-kafka-0-10_2.11 jar 2.4.0
org.apache.kafka : kafka-clients jar 2.0.1

provided (2)

Group / Artifact Type Version
org.apache.spark : spark-streaming_2.11 jar 2.4.0
org.apache.hadoop : hadoop-client jar 3.1.1

test (3)

Group / Artifact Type Version
com.cloudera.oryx : oryx-common jar 2.8.0
junit : junit jar 4.12
com.cloudera.oryx : kafka-util jar 2.8.0

Project Modules

There are no modules declared in this project.

Oryx 2 is a realization of the lambda architecture built on Apache Spark and Apache Kafka, but with specialization for real-time large scale machine learning. It is a framework for building applications, but also includes packaged, end-to-end applications for collaborative filtering, classification, regression and clustering.

Proceed to the Oryx 2 site for full documentation.

Just looking to deploy a ready-made, end-to-end application for collaborative filtering, clustering or classification? Easy. Proceed directly to:

Developers can consume Oryx 2 as a framework for building custom applications as well. Following the architecture overview below, proceed to Making an Oryx App to learn how to create a new application. You can review a module diagram as well to understand the project structure.


Build Status Coverity codecov.io

com.cloudera.oryx

Oryx Project

Realization of the lambda architecture on Spark and Kafka with specialization for real-time large scale machine learning

Versions

Version
2.8.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0