/intuition-gem

A gem for use when using and integrating with an OWL Intuition system. It aims to provide a core module for use in other Ruby projects, as well as some basic tools for using it.

Primary LanguageRuby

Build Status Coverage Status Code Climate Dependency Status

At the moment there are the following collector modules (which will eventually be split out into their own gems)

  • MongoDB Collector - Inserts using Cube data schema
  • WebSocket Relay - Sends all data instantly to all connected websocket clients

Installation

gem install intuition
intuition

This will start the fully-fledged listener with both MongoDB and WebSockets collectors. See the bin/intuition script if you want to change how this works (eg. port numbers/Mongo server address).