Demo Application

The demo application is a flask-based application that you can run directly. All it needs is the connection parameters for the Redis database.

  1. Start the web application:

    python app.py

    You can connect to a Redis database with the following parameters:

    The data is stored in Redis by ISO 8601 dateTime labeled partitions. You can provide alternate key prefix and partition period information by:

    Note: The partition time is in minutes.

    Alternatively, all of the above settings can be set via environment variables or in the Flask configuration file (via the –config option).

    The keys are:

  2. Visit http://localhost:5000/