Giter Site home page Giter Site logo

visual-tail's Introduction

Visual Tail

Framework to connect datasources (ideally streaming ones), transform extracted data entries and feed them to visualizations which accept data events.

Code adapted from Bogey


Included datasources

Http Streaming Json

Works on json objects sent over http stream (contiguous, not separated by any character) Supports running fetch in a continuous loop and handles streams on every chunk basis.


Included visualizations

Pong visualization

Pong visualization adapted from Bogey Pong which in turn is heavily inspired by Logstalgia.

Pong represents web server traffic as a giant pong game. Every request is a ball. Successful requests (200 status codes) are returned by the paddle, 400 status codes are misses and 500s are screen-shaking explosions. Requests are grouped together by IP address and floods of requests from the same client are represented as long streams of balls. This makes it really easy to pick out strange or suspicious traffic patterns.

Pong uses the Phaser game engine. It also comes with a bunch of themes based on popular coding color schemes.

Announces visualization

Visualizes announces received by chihaya, a popular torrent tracker. Announces are grouped by infohash and display following stats: left bytes, downloaded bytes and uploaded bytes for every peer announcing for the infohash. Dashboard is kept in sync with the backing data stream which has json logs emitted by chihaya.


Build and Run

For node v10

npm install gulp build python -m SimpleHTTPServer

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.