Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/env
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ Cubes Examples
Cubes is Lightweight Python Online Analytical Processing (OLAP) framework. This
package contains example uses of cubes including data.

This repository is a fork of DataBrewery cubes-examples, but this one contains the
Cubes examples used by CubesViewer.

Contents
--------

* *procurements* - Public Procurements of Slovakia
* *webshop* - Sample model and data of an imaginary online shop
(see `webshop/README.md` file for more information).

A tutorial for Cubes and CubesViewer using this example is available at
http://github.com/jjmontesl/cubesviewer/tree/master/doc/guide/cubesviewer-quickstart.md .

You can see the webshop example online at http://jjmontesl.github.io/cubesviewer/ .

40 changes: 0 additions & 40 deletions procurements/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions procurements/cross.py

This file was deleted.

52 changes: 0 additions & 52 deletions procurements/drilldown_tree.py

This file was deleted.

120 changes: 0 additions & 120 deletions procurements/flask_app.py

This file was deleted.

30 changes: 0 additions & 30 deletions procurements/postgres/README.md

This file was deleted.

Loading