Code Monkey home page Code Monkey logo

Welcome to GottWall's documentation!

GottWall is a scalable realtime metrics collecting and aggregation platform and service. This package, at its core, is just a simple aggregation server and beautiful customizable web dashboard for visualizing metrics with charts.

It will handle authenticating clients (such as stati) and all of the logic behind storage and aggregation.

image

image

Features

  • Beautiful customizable dashboard for visualizing metrics with charts.
  • Data aggregation
  • Data collection
  • Embedded charts (HTML, iframe, javascript, JSON)

Demo

You can try free demo charts on demo.gottwall.com. Login opened for all users.

Screenshots

Dashboard

image

image

Custom graph type and title

image

image

Simple chart charing

image

image

Installation

To use gottwall use pip or `easy_install`:

pip install gottwall

or :

easy_install gottwall

Also you need to install storage application(example):

pip install gottwall_storage_redis

or you can use official gottwall chef cookbook for automatic setup on system.

Configuration

See gottwall/examples/config.py

or create default config by command:

gottwall init ./config.py

Usage

GottWall have 2 independent parts. Web interface application and aggregator application (application that process data).

Starting web dashboard

To run web application execute command:

gottwall --config="examples/config.py" server start

Starting aggregator

To run aggregator application execute command:

gottwall --config="examples/config.py" aggregator start

Available storages

Storages that store metrics:

  • Memory storage (for tests only)
  • Redis storage (fast for counters increment, but not effective for data range select)
  • TODO: mongodb (We need your help).
  • TODO: SQL

Available transport backends with clients

The following transport available:

Available clients

The following clients are officially recognized as production-ready, and support the current GottWall protocol:

CONTRIBUTE

We need you help.

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository on Github to start making your changes to the develop branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published.

ETC

  • Graphs widgets rendered with rickshaw (HTML5 + SVG and d3.js) library.

GottWall's Projects

gottwall icon gottwall

GottWall is a scalable realtime metrics collecting and aggregation platform and service.

stati-go-net icon stati-go-net

Golang client with HTTP & UDP & TCP/IP transports for GottWall statistics aggregator

stati-python-net icon stati-python-net

Python client with HTTP & UDP & TCP/IP transports for GottWall statistics aggregator

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.