Downloadliste

Projektbeschreibung

Cubes is a Python framework for online analytical processing (OLAP), multidimensional analysis, star and snowflake schema denormalization, and cube comptutation. It features a logical model that describes how data are being analyzed and reported, independent of physical data implementation, hierarchical dimensions (attributes that have hierarchical dependencies, such as category-subcategory or country-region), localizable metadata and data localization.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-06 07:23
0.7.1

Eine neue Methode Dimension.attribute_reference gibt den vollständigen Verweis auf ein Attribut zurück. Str(Cut) wird jetzt die konstruierten Zeichenfolgendarstellung einen Schnitt zurückgeben, wie es von Slicer verwendet werden kann. Slicer Server enthält jetzt Informationen zum Modell Gebietsschemas. Dimensionen in einem Cube können eine Liste sein. Würfel in einem Modell können eine Liste sein. Mehrsprachige dienen Modelle funktioniert jetzt wie erwartet. Diese Version behebt alte Zelle Aggregation Anrufe nach Browser anrufen. Lernprogramme wurden hinzugefügt.
A new method Dimension.attribute_reference returns the full reference to an attribute. str(cut) will now return the constructed string representation of a cut as it can be used by Slicer. Slicer server now provides information about model locales. Dimensions in a cube can be a list. Cubes in a model can be a list. Serving multilingual models now works as expected. This release fixes old Cell aggregation calls to Browser calls. Tutorials have been added.

2011-10-01 07:12
0.7.0

Die Klasse "Quader" wurde umbenannt in korrekter "Zelle". Alle APIs mit "Quader" in ihren Namen/Argumenten wurden umbenannt, "Zelle" verwenden. Die Initialisierung des Model-Klassen hat sich verändert: Modell, Cube, Dimension, Hierarchie und Ebene sind mehr "pythony". Verbesserte Verarbeitung von flach und Detail-weniger Dimensionen (Dimensionen, die nur durch ein Attribut, die auch ein Schlüssel dargestellt). Modell Initialisierung Standardwerte. Die Slicer-Servers wurde geändert, um mehrere Cubes innerhalb eines Modells zu behandeln. In Summe Drilldown-kann eine explizite Dimension angegeben werden.
The class 'Cuboid' was renamed to the more correct 'Cell'. All APIs with 'cuboid' in their name/arguments were renamed to use 'cell' instead. The initialization of model classes has changed: Model, Cube, Dimension, Hierarchy, and Level are more "pythony". Improved handling of flat and detail-less dimensions (dimensions represented just by one attribute which is also a key). Model Initialization Defaults. The slicer server has been changed to handle multiple cubes within a model. In aggregate drill-down, an explicit dimension can be specified.

Project Resources