Common

Common utilities and support code

License

License

Categories

Categories

Oryx Business Logic Libraries Machine Learning
GroupId

GroupId

com.cloudera.oryx
ArtifactId

ArtifactId

oryx-common
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Common
Common utilities and support code

Download oryx-common

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.google.guava : guava jar 16.0.1
com.typesafe : config jar 1.3.3
com.github.fommil.netlib : core jar 1.1.2
org.apache.commons : commons-math3 jar 3.6.1
org.apache.commons : commons-csv jar 1.6
javax.xml.bind : jaxb-api jar 2.3.1
org.jpmml : pmml-model jar 1.3.9
com.fasterxml.jackson.core : jackson-core jar 2.8.11
com.fasterxml.jackson.core : jackson-databind jar 2.8.11

runtime (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
org.slf4j : jcl-over-slf4j jar 1.7.25
org.glassfish.jaxb : jaxb-runtime jar 2.3.0
javax.activation : activation jar 1.1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.github.fommil.netlib : all pom 1.1.2

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