Introduction
This is a set of python libraries that allow you to build and manage a star schema.
The star schema is a simple approach to data warehousing. In contrast to big data tools, the star schema is suited to mid-size data problems.
Its biggest benefit is the strict generation and management of facts.
facts and dimensions
The pylitics project creates a set of facts based on dimensions.
Dimensions are the finite data sets you wish to measure your facts against. Common dimensions include dates, lists of customers and sizes/colours.
Facts are the measurements you take. They are most often calculations or summations. Example facts include gross sales by colour per day, total clicks per customer and customers added per week.
Documentation
The full documentation is available at readthedocs.org
Release files for pylytics 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylytics-0.2.1.tar.gz | 9.5 kB | Details |
Release files / pylytics-0.2.1.tar.gz
| Download URL | pylytics-0.2.1.tar.gz |
|---|---|
| Size | 9.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2babe575bc69ec794e4741cd5c2f6c29c5a57addda8897fd26b92f02b7d05263
|
|
BLAKE2b-256 checksum How to use checksums |
f68582810fa86cb3d9e4554974aed636ceabe751086fb5f00bf0b65cef0a2368
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |