Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

새 메서드 Dimension.attribute_reference 특성에 대 한 전체 참조를 반환합니다. 슬라이서에 의해 사용 될 수 있습니다 str(cut)는 이제 컷의 생성된 문자열 표현을 반환. 슬라이서 서버는 지금 모델 로케일에 대 한 정보를 제공합니다. 큐브의 차원 목록이 될 수 있습니다. 모델의 큐브 목록을 수 있습니다. 다국어 봉사 모델 이제 예상 대로 작동 합니다. 이 릴리스에 오래 된 셀 집계 호출 브라우저 호출을 수정 합니다. 자습서 추가 되었습니다.
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

'Cuboid' 클래스는 더 정확한 '셀'로 이름이 바뀌었습니다. 'Cuboid' 인수 인수 자신의 이름을 가진 모든 Api는 '세포'를 대신 사용 하 여 이름이 변경 되었습니다. 모델 클래스의 초기화 변경 되었습니다: 모델, 큐브, 차원, 계층 및 수준을 더 "pythony"는. 평면 및 세부 덜 치수 (차원 키 이기도 한 특성으로 그냥 표현)의 향상 된 처리 합니다. 모델 초기화 기본값입니다. 슬라이서 서버 모델 내의 여러 큐브를 처리 하기 위해 변경 되었습니다. 집계 드릴 다운 명시적 치수를 지정할 수 있습니다.
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