Giter Site home page Giter Site logo

storm-hue's Introduction

Storm-HUE: Apache Storm HUE Application

Storm-HUE is a HUE application to admin and manage a pool of Apache Storm topologies.

Requirements

  • HUE 3.5.0 or higher
  • Storm Client in the same Hue Server.

Main Stack

  • Python
  • Django
  • Mako
  • jQuery
  • Knockout.js
  • Bootstrap

Installation

To get the Storm-HUE app integrated and running in your HUE deployment:

$ git clone http://github.com/jjmleiro/storm-hue.git
$ mv storm-hue/storm $HUE_HOME/apps
$ cd $HUE_HOME/apps
$ sudo ../tools/app_reg/app_reg.py --install storm --relative-paths

Modify the hue.ini config file as follows and restart HUE.

HUE.ini Config section

Configs needed in hue.ini config file.

[storm]
    # The url of the Storm UI
    url=http://storm_server:8080/

    # The URL of the STORM REST service
    # e.g. localhost:8080
    storm_server=localhost
    storm_ui=http://localhost:8080/api/v1
    storm_ui_log=http://localhost:8000/log?file=worker-
    storm_ui_cluster=/cluster/summary
    storm_ui_supervisor=supervisor/summary
    storm_ui_topologies=/topology/summary
    storm_ui_topology=/topology/
    storm_ui_configuration=/cluster/configuration

License

Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

-- Jose Juan Martínez [email protected]

storm-hue's People

Watchers

James Cloos avatar Jason 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.