Storage Drivers

hbase

Put the alarm data into a HBase database

Collections:

  • alarm:

    • row_key: uuid of alarm

    • Column Families:

      f: contains the raw incoming alarm data

  • alarm_h:

    • row_key: uuid of alarm + ”:” + reversed timestamp

    • Column Families:

      f: raw incoming alarm_history data. Timestamp becomes now()

      if not determined

log

Log the data.

mongodb

Put the alarm data into a MongoDB database.

mysql

Put the data into a SQLAlchemy database.

mysql+pymysql

Put the data into a SQLAlchemy database.

postgresql

Put the data into a SQLAlchemy database.

sqlite

Put the data into a SQLAlchemy database.

Table Of Contents

Previous topic

Installing Manually

Next topic

Installing the API behind mod_wsgi

This Page