No project description provided
Project description
Kartothek
Kartothek is a Python library to manage (create, read, update, delete) large amounts of tabular data in a blob store. It stores data as datasets, which it presents as pandas DataFrames to the user. Datasets are a collection of files with the same schema that reside in a blob store. Kartothek uses a metadata definition to handle these datasets efficiently. For distributed access and manipulation of datasets Kartothek offers a Dask interface.
Storing data distributed over multiple files in a blob store (S3, ABS, GCS, etc.) allows for a fast, cost-efficient and highly scalable data infrastructure. A downside of storing data solely in an object store is that the storages themselves give little to no guarantees beyond the consistency of a single file. In particular, they cannot guarantee the consistency of your dataset. If we demand a consistent state of our dataset at all times, we need to track the state of the dataset. Kartothek frees us from having to do this manually.
The kartothek.io
module provides building blocks to create and modify these
datasets in data pipelines. Kartothek handles I/O, tracks dataset partitions
and selects subsets of data transparently.
Installation
Installers for the latest released version are availabe at the Python package index and on conda.
# Install with pip
pip install kartothek
# Install with conda
conda install -c conda-forge kartothek
What is a (real) Kartothek?
A Kartothek (or more modern: Zettelkasten/Katalogkasten) is a tool to organize (high-level) information extracted from a source of information.
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
Built Distribution
Hashes for kartothek-3.14.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae3250e42e515f8e50d01b24c61a2d85967103c86cf6d46f3c74312176271669 |
|
MD5 | 15862a5ef135cd961da36617e464cb42 |
|
BLAKE2b-256 | 7a898e0f5fa1cfddfdb91af5f8f64babf23bd948599598fa6dbb9e901dcd4d29 |