HTTP WSGI OLAP Server Reference

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

cubes.server.slicer

Flask Blueprint instance.

See Integration With Flask Application for a use example.

cubes.server.workspace

Flask Local object referring to current application’s workspace.

cubes.server.run_server(config, debug=False)

Run OLAP server with configuration specified in config

cubes.server.create_server(config=None)

Returns a Flask server application. config is a path to a slicer.ini file with Cubes workspace and server configuration.

Previous topic

Aggregation Browsing Backends

Next topic

Authentication and Authorization

This Page