Demo Application

The demo application is build with Flask and you run it directly. All it needs is the connection parameters for the Redis database.

  1. Start the web application:

    cd demo
    python view.py key ...

    The application defaults to a local database. You can connect to a Redis database with the following parameters:

    The remaining arguments are the graph keys to use.

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

    The environment variables are:

  2. Visit http://localhost:5000/