GitXplorerGitXplorer
m

noria-ui

public
67 stars
15 forks
0 issues

Commits

List of commits on branch master.
Unverified
5722e6112a41d3b3c6c51195d4bb7a700c725a36

More deps

mms705 committed 5 years ago
Unverified
63d206797f2663c6764b3f5f4e042e2b99e65b93

Connect on enter in controller address field

mms705 committed 5 years ago
Unverified
8c2c20ef3cf4895cd64ca92a4bf76266497d46e8

Human-readable memory sizes

mms705 committed 5 years ago
Unverified
8a24b995c2d88d3ab1f9f93af20e4aa582d12b82

Correctly display partial materialization state

mms705 committed 5 years ago
Unverified
7f65918027f5e537f3410dbbb73b6ed790490af3

One more

mms705 committed 5 years ago
Unverified
c48097a946c3370972f18392e5885849fd2cf07b

Show vertex ID; data-flow -> dataflow

mms705 committed 5 years ago

README

The README file for this repository.

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.