Last Version

Oryx 2.8.0

The Oryx open source project provides infrastructure for lambda-architecture applications on top of Spark, Spark Streaming and Kafka. On this, it provides further support for real-time, large scale machine learning, and end-to-end applications of this support for common machine learning use cases, like recommendations, clustering, classification and regression.

License

License

Categories

Categories

Oryx Business Logic Libraries Machine Learning
GroupId

GroupId

com.cloudera.oryx
ArtifactId

ArtifactId

oryx
Version

Version

2.8.0
Type

Type

pom
Description

Description

Oryx
The Oryx open source project provides infrastructure for lambda-architecture applications on top of Spark, Spark Streaming and Kafka. On this, it provides further support for real-time, large scale machine learning, and end-to-end applications of this support for common machine learning use cases, like recommendations, clustering, classification and regression.
Project URL

Project URL

http://oryx.io/
Source Code Management

Source Code Management

https://github.com/OryxProject/oryx

Download oryx 2.8.0

Filename Size
oryx-2.8.0.pom 44 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • framework/oryx-api
  • framework/oryx-common
  • framework/kafka-util
  • framework/oryx-lambda
  • framework/oryx-lambda-serving
  • framework/oryx-ml
  • app/oryx-app-api
  • app/oryx-app-common
  • app/oryx-app-mllib
  • app/oryx-app
  • app/oryx-app-serving
  • app/example
  • deploy/oryx-batch
  • deploy/oryx-speed
  • deploy/oryx-serving