DataBrewery / cubes

[NOT MAINTAINED] Light-weight Python OLAP framework for multi-dimensional data analysis
http://cubes.databrewery.org
Other
1.49k stars 312 forks source link

Need programatic entry points to launch server #440

Open jjmontesl opened 7 years ago

jjmontesl commented 7 years ago

Launching Cubes server currently requires creating a config object.

Ideally, an API entry point would be provided for use cases when the server needs to be started from code.

Stiivi commented 7 years ago

In 2.0 this should be done along with the #421 change.