GithubHelp home page GithubHelp logo

chiehwen / insight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryangreenhall/insight

0.0 2.0 0.0 9.48 MB

Provides a dashboard collating status and configuration information from multiple webapps.

insight's Introduction

#Insight

Provides a dashboard that collates information from multiple deployed web application nodes into a single view. Insight relies on web applications exposing their configuration properties as a resource, which provides status information as JSON.

###Example

A request to http://mywebapp:8080/internal/status.json

could respond with a collection of properties:

{ "application-version" : "1.0.3", "git-commit" : "c7b43bdb9b92a763c8b8", "username" : "user", "last-deployed": "16th Feb, 10:45am" }

##Configuration

Insight is configured as follows:

{
    "environments": {
        "Staging": {
            "urls":["http://localhost:8081/status.json", "http://localhost:8081/status.json"]
        },
        "Showcase": {
            "urls":["http://localhost:8081/status.json", "http://localhost:8081/status.json"]
        },
        "Prod": {
            "urls":["http://localhost:8081/status.json", "http://localhost:8081/status.json"]
        }
    }
}

Example Dashboard

Insight Dashboard

Getting Started

Dependencies

The only dependency for using Insight is nodejs which can be downloaded here

Installation

1. npm install -g insight-dashboard
2. insight-dashboard --port 3000 --configPath /full/path/to/config.json 
3. Insight will be running on http://localhost:3000

insight's People

Contributors

ryangreenhall avatar redroot avatar

Watchers

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