forked from DataBrewery/cubes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
54 lines (34 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Cubes - Online Analytical Processing Framework for Python
ABOUT
=====
Cubes is a python framework for:
* Online Analytical Processing - OLAP
* multidimensional analysis
* cube comptutation
Framework is database agnostic and supports (weak dependency):
* relational databases with SQL (through SQL Alchemy)
* MongoDB
DOCUMENTATION
=============
Documentation can be found at: http://packages.python.org/cubes
SOURCE
======
Main source repository: https://github.com/Stiivi/cubes
Bitbucket copy (for mercurial users): https://bitbucket.org/Stiivi/cubes
REQUIREMENTS
============
Developed using python 2.7, reported to work with 2.6.
Most of the requirements are soft (optional) and need to be satisfied only if certain parts of cubes are
being used.
* SQLAlchemy from http://www.sqlalchemy.org/ version >= 0.7.1 - for SQL backend
* PyMogno - for MongoDB backend
* Werkzeug from http://werkzeug.pocoo.org/ for Slicer server
SUPPORT
=======
If you have questions, problems or suggestions, you can send a message to the Google group or
write to the author.
* Google group: http://groups.google.com/group/cubes-discuss
Report bugs using github issue tracking: https://github.com/Stiivi/cubes/issues
AUTHOR
======
Stefan Urbanek <[email protected]>