Home

Awesome

Logo Onyx

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

What is it?

What would I use this for?

Installation

Available on Clojars:

[org.onyxplatform/onyx "0.14.6-SNAPSHOT"]

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

Componentreleaseunstable
onyx coreCircle CICircle CI
onyx-local-rtCircle CICircle CI
onyx-kafkaCircle CICircle CI
onyx-datomicCircle CICircle CI
onyx-redisCircle CICircle CI
onyx-sqlCircle CICircle CI
onyx-bookkeeperCircle CICircle CI
onyx-amazon-sqsCircle CICircle CI
onyx-amazon-s3Circle CICircle CI
onyx-httpCircle CICircle CI
learn-onyxCircle CI-
onyx-examplesCircle CICircle CI
onyx-peer-http-queryCircle CICircle CI
lib-onyxCircle CICircle CI
onyx-pluginCircle CICircle CI
onyx-templateCircle CICircle CI

Unsupported plugins

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

Companies Running Onyx in Production

LockedOn                    <img src="doc/images/cognician.png" height="30%" width="30%">                    <img src="doc/images/indaba.png" height="40%" width="40%">                    <img src="doc/images/yapster.png" height="15%" width="15%">                    <img src="doc/images/modnakasta.png">                    <img src="doc/images/breeze-125.png">

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-SNAPSHOT

Developer's Guide 0.14.6-SNAPSHOT

API Docs 0.14.6-SNAPSHOT

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-SNAPSHOT.0-SNAPSHOT goes with onyx version 0.14.6-SNAPSHOT). Fixes to plugins can be applied using a 4th versioning identifier (e.g. 0.14.6-SNAPSHOT.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.