https://github.com/ambud/flux-viewer
(Archieved: contributed to Storm) A simple DAG viewer for Storm Flux
https://github.com/ambud/flux-viewer
dag flux storm storm-flux view visualization
Last synced: 12 months ago
JSON representation
(Archieved: contributed to Storm) A simple DAG viewer for Storm Flux
- Host: GitHub
- URL: https://github.com/ambud/flux-viewer
- Owner: ambud
- License: apache-2.0
- Created: 2017-02-02T18:22:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T01:46:55.000Z (over 9 years ago)
- Last Synced: 2025-06-29T01:34:51.659Z (12 months ago)
- Topics: dag, flux, storm, storm-flux, view, visualization
- Language: JavaScript
- Homepage: http://jsbin.com/gawosuw
- Size: 572 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flux Viewer
This is a simple browser visualization to edit Storm Flux files YAML and validate the logical layout of the topology prior to deployments.
# Installation
Simply deploy the contents of this folder to a webserver.
Use ```git clone https://github.com/ambud/flux-viewer.git; cd flux-viewer;./start.sh```
Use JSBin http://jsbin.com/gawosuw
# Example
This is how the UI looks

# License
Copyright 2017 Ambud Sharma
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.