HTTP WSGI OLAP Server Reference

Light-weight HTTP WSGI server based on the Werkzeug framework. For more information about using the server see OLAP Server.

cubes.server.run_server(config)

Run OLAP server with configuration specified in config

class cubes.server.Slicer(config=None)

Create a WSGI server for providing OLAP web service. You might provide config as ConfigParser object.

Previous topic

Aggregation Browsing Backends

Next topic

Utility functions

This Page