DataBrewery / cubes

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

Separate Flask server from Cubes #421

Open Stiivi opened 7 years ago

Stiivi commented 7 years ago

Separate the flask slicer serve functionality from cubes.server into a separate module.

Reasons:

Changes needed:

Recommended external server module naming: cubes-server-TYPE such as cubes-server-FLASK for stand-alone packages with server implementations. It is just a convenience, since we are going to use entry_points anyway.

Default server type should remain flask and will not have to be specified explicitly in the slicer.ini.