Code Monkey home page Code Monkey logo

onyx-dashboard's Introduction

onyx-dashboard

UNMAINTAINED

A dashboard for the Onyx distributed computation system.

Gitter

Circle CI

Design and User Guide

A description and user guide disguised as a blog post can be found here.

Versioning

Version numbers will be kept in sync with [Onyx] (https://github.com/onyx-platform/onyx). For example, to use a version compatible with Onyx 0.8.1.0-alpha8, use a version of the dashboard beginning with 0.8.1.0-alpha8. The fourth version number will be reserved for dashboard versioning, in order to provide releases out of band with Onyx.

Releases are listed at RELEASES.md.

Deployment

Run the jar via:

java -server -jar onyx-dashboard-VERSION.jar ZOOKEEPER_ADDR

By default the server will listen on port 3000, but this can be configured via the PORT environment variable.

Alternately, run the docker image like so:

docker run -p 3000:3000 onyx/onyx-dashboard:<tag> 192.168.1.170:2188

The IP passed in is used by ZooKeeper.

NOTE: If you are running the Onyx Dashboard via Docker on Mac, but are running ZooKeeper locally, be aware that there are limitations with networking on Mac. Per the Docker on Mac networking documentation, your best work around is to assign a dummy IP as an alias to the loopback adapter on the host machine and point the Docker image at that IP. Something like this should do the trick:

sudo ifconfig lo0 alias 10.200.10.1/24
docker run -p 3000:3000 onyx/onyx-dashboard:latest 10.200.10.1:2188

Development

In a terminal start a sample job and cluster to dashboard against:

lein run -m onyx.peer.dag-test

Then start developyment:

Run lein repl to start your repl.

In the REPL, run

(onyx-dashboard.dev/start-figwheel)

Then run:

(user/stop) (clojure.tools.namespace.repl/refresh) (user/go "127.0.0.1:2188")

to start the server, and each time you make a change on the server.

Then point your browser at http://localhost:3000/

License

Copyright © 2016 Distributed Masonry

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Chestnut

Created with Chestnut 0.7.0-SNAPSHOT (ecadc3ce).

onyx-dashboard's People

Contributors

michaeldrogalis avatar lbradstreet avatar gardnervickers avatar mariusz-jachimowicz-83 avatar neverfox avatar enragedginger avatar drewverlee avatar achengs avatar lsnape avatar manuel-uberti avatar gitter-badger avatar eelkevanfoeken avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.