Git Product home page Git Product logo

influga's Introduction

Influga Build Status

logo

A InfluxDB Dashboard and Graph Editor.

screenshot

Features

  • Create dashboard for InfluxDB
    • Influga can write raw query for InfluxDB
  • Drag and drop panel sorting
  • Mobile optimized layout

How to use

Install

You can install influga via npm:

$ npm install -g influga

Setup

Move to working directory and type influga init

$ influga init
Config file template is created to influga-config.json
Edit config for your environment

{
  "dashboardDbPath": "./db/influga.db",
  "host": "localhost",
  "port": 8086,
  "database": "db",
  "username": "root",
  "password": "root"
}

Config file template is created to influga-config.json. Open this file on your editor and edit values for your environment.

Name Description
dashboardDbPath Dashboard database file path
host InfluxDB hostname or IP
port InfluxDB HTTP API port. Default is 8086
database InfluxDB database name
username InfluxDB username
password InfluxDB user's password

Run

Run influga server using start command with config file, like this.

$ influga start -c influga-config.json

Now you can access on your browser, http://[server]:8089

How to develop

Install

$ npm install -g gulp
$ npm install -g bower
$ npm install
$ bower install

Build and run

$ gulp
$ gulp watch

Build for production

$ gulp production

LICENSE

MIT

influga's People

Contributors

hakobera avatar anatoo avatar

Watchers

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