Cubes and Slicer were built with Open Data or rather Open Analytical Data in mind.
Read more about Open Data:
With Cubes you can have a server that provides raw detailed data (denormalized facts) and grouped and aggregated data (aggregates). It is possible to serve multiple datasets which might share properties (dimensions).
Just create a public Slicer server. To provide more metadata add a info.json file with the following contents:
Create a info.json file:
{
"description": "Some Open Data",
"license": "Public Domain",
"keywords": ["budget", "financial"],
}
Include info option in the slicer configuration:
[workspace]
info: info.json