Build and manage a star schema.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pylytics-0.4.1.tar.gz
.
File metadata
- Download URL: pylytics-0.4.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b4c5ce043d1ac2abba42e576721a07e9d1e5db953bf566019fbcf0331ae816f |
|
MD5 | 0c5b55194873a1982e70a58138208c12 |
|
BLAKE2b-256 | 77dca6c9347e089bdb7ff9c89da6a49fd892a1f27255c454d8a21078dfabfd3b |