Git Product home page Git Product logo

noria-ui's Introduction

Noria web UI

This repository contains the web UI for Noria servers. You connect it to a running Noria deployment by pointing the web UI at the Noria controller's external port.

Requirements

Python and a recent version of Pystache.

On Ubuntu:

$ apt-get install python-pystache

Other platforms with pip:

$ pip install pystache

Serving the UI

To generate static HTML files, run:

$ make

To serve the UI on localhost port 8000 via Python's simplehttp:

$ ./run.sh

You can now access the UI in your browser at http://localhost:8000.

Use the top-right hand control to point the UI to a running controller's external REST API address.

Noria prints this address on startup:

Oct 08 18:01:56.004 INFO became leader at epoch 587761
Oct 08 18:01:56.006 INFO found initial leader
Oct 08 18:01:56.007 INFO leader listening on external address V4(127.0.0.1:6033)

The last line specifies the external address and port; the default port is 6033.

noria-ui's People

Contributors

jonhoo avatar ms705 avatar msierks 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.