# Oryx **Repository Path**: data_middle_platform_solution/Oryx ## Basic Information - **Project Name**: Oryx - **Description**: Oryx的目标是帮助Hadoop用户搭建并部署能够实时查询的机器学习模型,例如垃圾邮件过滤和推荐引擎 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/oryx - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Oryx 2 is a realization of the lambda architecture built on [Apache Spark](http://spark.apache.org) and [Apache Kafka](http://kafka.apache.org), 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](http://oryx.io/) for full documentation. Just looking to deploy a ready-made, end-to-end application for collaborative filtering, clustering or classification? Easy. Proceed directly to: - Prepare your Hadoop cluster with [Cluster Setup](http://oryx.io/docs/admin.html) - Get a [Release](https://github.com/OryxProject/oryx/releases) - Prepare a config file from the [Configuration Reference](http://oryx.io/docs/endusers.html#Configuration) - Run the binaries with [Running Oryx](http://oryx.io/docs/endusers.html#Running) - Learn about the REST API endpoints you can call in the [API Endpoint Reference](http://oryx.io/docs/endusers.html#API_Endpoint_Reference) 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](http://oryx.io/docs/developer.html#Making_an_Oryx_App) to learn how to create a new application. You can review a [module diagram](https://sourcespy.com/github/oryx/) as well to understand the project structure. ------ [![Build Status](https://travis-ci.org/OryxProject/oryx.svg?branch=master)](https://travis-ci.org/OryxProject/oryx) [![Coverity](https://scan.coverity.com/projects/2697/badge.svg)](https://scan.coverity.com/projects/2697) [![codecov.io](https://codecov.io/github/OryxProject/oryx/coverage.svg?branch=master)](https://codecov.io/github/OryxProject/oryx?branch=master)