All Projects → onyx-platform → Onyx

onyx-platform / Onyx

Licence: epl-1.0
Distributed, masterless, high performance, fault tolerant data processing

Programming Languages

clojure
4091 projects
shell
77523 projects

Projects that are alternatives of or similar to Onyx

Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+11.29%)
Mutual labels:  batch, data, streaming
Specification
OpenMessaging Specification
Stars: ✭ 242 (-88.01%)
Mutual labels:  batch, streaming
Voik
♒︎ [WIP] An experimental ~distributed~ commit-log
Stars: ✭ 200 (-90.09%)
Mutual labels:  streaming, distributed
Beam
Apache Beam is a unified programming model for Batch and Streaming
Stars: ✭ 5,149 (+155.03%)
Mutual labels:  batch, streaming
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-98.76%)
Mutual labels:  streaming, distributed
Eventql
Distributed "massively parallel" SQL query engine
Stars: ✭ 1,121 (-44.48%)
Mutual labels:  streaming, distributed
openmessaging.github.io
OpenMessaging homepage
Stars: ✭ 12 (-99.41%)
Mutual labels:  streaming, batch
Openmessaging Java
OpenMessaging Runtime Interface for Java
Stars: ✭ 685 (-66.07%)
Mutual labels:  batch, streaming
Dop
JavaScript implementation for Distributed Object Protocol
Stars: ✭ 163 (-91.93%)
Mutual labels:  data, distributed
Je
A distributed job execution engine for the execution of batch jobs, workflows, remediations and more.
Stars: ✭ 30 (-98.51%)
Mutual labels:  batch, distributed
Dafka
Dafka is a decentralized distributed streaming platform
Stars: ✭ 83 (-95.89%)
Mutual labels:  streaming, distributed
Athenax
SQL-based streaming analytics platform at scale
Stars: ✭ 1,178 (-41.65%)
Mutual labels:  data, streaming
Join Monster Graphql Tools Adapter
Use Join Monster to fetch your data with Apollo Server.
Stars: ✭ 130 (-93.56%)
Mutual labels:  batch, data
Streamlink Twitch Gui
A multi platform Twitch.tv browser for Streamlink
Stars: ✭ 2,059 (+1.98%)
Mutual labels:  streaming
Template React Ssr
Server-side rendering template using express and react 16
Stars: ✭ 166 (-91.78%)
Mutual labels:  streaming
Gobblin
A distributed data integration framework that simplifies common aspects of big data integration such as data ingestion, replication, organization and lifecycle management for both streaming and batch data ecosystems.
Stars: ✭ 2,006 (-0.64%)
Mutual labels:  data
Simple Websocket
Simple, EventEmitter API for WebSockets
Stars: ✭ 159 (-92.12%)
Mutual labels:  streaming
Kafka Streams In Action
Source code for the Kafka Streams in Action Book
Stars: ✭ 167 (-91.73%)
Mutual labels:  streaming
Pytubes
A module for getting data into python from large data sources
Stars: ✭ 164 (-91.88%)
Mutual labels:  data
Node Rethinkdb Job Queue
A persistent job or task queue backed by RethinkDB.
Stars: ✭ 158 (-92.17%)
Mutual labels:  distributed

Logo Onyx

Join the chat at https://gitter.im/onyx-platform/onyx

What is it?

  • a masterless, cloud scale, fault tolerant, high performance distributed computation system
  • batch and stream hybrid processing model
  • exposes an information model for the description and construction of distributed workflows
  • Competes against Storm, Flink, Cascading, Cascalog, Spark, Map/Reduce, Sqoop, etc
  • written in pure Clojure

What would I use this for?

  • Realtime event stream processing
  • CQRS
  • Continuous computation
  • Extract, transform, load
  • Data transformation à la map-reduce
  • Data ingestion and storage medium transfer
  • Data cleaning

Installation

Available on Clojars:

[org.onyxplatform/onyx "0.14.6"]

Changelog

Changelog can be found at changes.md.

Quick Lookup Doc

A searchable set of documentation for the Onyx data model is available.

Project Template

A project template can be found at onyx-template.

Plugins and Libraries

Plugin Template

We provide a plugin template for use in building new plugins. This can be found at onyx-plugin.

Plugin Use

To use the supported plugins, please use version coordinates such as [org.onyxplatform/onyx-amazon-sqs "0.14.6.SNAPSHOT.0"], and read the READMEs on the 0.14.x branches linked above.

Build Status

Component release unstable
onyx core Circle CI Circle CI
onyx-local-rt Circle CI Circle CI
onyx-kafka Circle CI Circle CI
onyx-datomic Circle CI Circle CI
onyx-redis Circle CI Circle CI
onyx-sql Circle CI Circle CI
onyx-bookkeeper Circle CI Circle CI
onyx-amazon-sqs Circle CI Circle CI
onyx-amazon-s3 Circle CI Circle CI
onyx-http Circle CI Circle CI
learn-onyx Circle CI -
onyx-examples Circle CI Circle CI
onyx-peer-http-query Circle CI Circle CI
lib-onyx Circle CI Circle CI
onyx-plugin Circle CI Circle CI
onyx-template Circle CI Circle CI
  • release: stable, released content
  • unstable: unreleased content

Unsupported plugins

Some plugins are currently unsupported in onyx 0.14.x. These are:

Companies Running Onyx in Production

LockedOn                                                                                               

Quick Start Guide

Feeling impatient? Hit the ground running ASAP with the onyx-starter repo and walkthrough. You can also boot into preloaded a Leiningen application template.

User Guide 0.14.6

Developer's Guide 0.14.6

API Docs 0.14.6

Code level API documentation can be found here.

Official plugin listing

Official plugins are vetted by Michael Drogalis. Ensure in your project that plugin versions directly correspond to the same Onyx version (e.g. onyx-kafka version 0.14.6.0-SNAPSHOT goes with onyx version 0.14.6). Fixes to plugins can be applied using a 4th versioning identifier (e.g. 0.14.6.1-SNAPSHOT).

Generate plugin templates through Leiningen with onyx-plugin.

3rd Party plugin listing

Unofficial plugins have not been vetted.

Need help?

Check out the Onyx Google Group.

Want the logo?

Feel free to use it anywhere. You can find a few different versions here.

Running the tests

A simple lein test will run the full suite for Onyx core.

Contributor list

Acknowledgements

Some code has been incorporated from the following projects:

License

Copyright © 2017 Michael Drogalis

Distributed under the Eclipse Public License, the same as Clojure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].