Skip to content
/ databroker Public

Data Broker system used for the ITaaU sensor network.

Notifications You must be signed in to change notification settings

dgc/databroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Broker

Introduction

Data Broker is a system that is used to collect and store data from devices over a message bus. It uses MQTT however it could support other message buses in the future.

This software was developed to support measurement of laboratory equipment at the University of Southampton in Chemistry, Physics and as part of a site-wide carbon monitoring programme. The development was supported by the IT as a Utility Network.

Get Started

  1. Install prerequisites (CentOS):

     sudo yum install nodejs mosquitto
    
  2. Clone the repository:

     git clone https://github.com/dgc/databroker.git
    
  3. Install the dependencies:

     npm install
    
  4. Adjust the configuration file by editing conf/configuration.json.

  5. Run the server:

     bin/www
    
  6. Point your web browser at http://127.0.0.1/

About

Data Broker system used for the ITaaU sensor network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published