pylytics
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
Version 1
Version 1 of pylytics is a considerable departure from the previous stable version (v.0.7.0).
Projects created using pylytics versions < 1.0 are not compatible with pylytics >= 1.0.
We recommend you version pin your old pylytics projects to v.0.7.0.
Installing the MySQL connector
Pylytics v1 uses Oracle’s Python MySQL adapter. It can be installed using pip, but isn’t hosted on PyPi.
Depending on your version of pip, you may need to install the requirements as follows:
pip install -r requirements.txt --allow-external mysql-connector-python
Supported MySQL version
Pylytics has been tested with MySQL versions 5.5.37 and 5.6.5.
The recommended version is 5.6.5.
Release files for pylytics 1.0.5
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-1.0.5.tar.gz | 29.6 kB | Details |
Release files / pylytics-1.0.5.tar.gz
| Download URL | pylytics-1.0.5.tar.gz |
|---|---|
| Size | 29.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b0bd1595cfcfa6a96a0d41d6eaf6010e6574cd67eab5d4cb37384d251fffd0a
|
|
BLAKE2b-256 checksum How to use checksums |
ae43d1c98bc32485fd987adabe7b0fea44624f57d37f22bff666c18794b64b07
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |