A package to perform ETL (Extract, Transform and Load) and interact with the mediumroast.io application.
Project description
Introduction
This is the Python Software Development Kit (SDK) for the mediumroast.io. Internal tooling from Mediumroast, Inc. uses this SDK, so it will always be a first class citizen. Specifically, we build tools requiring ETL (Extract, Transform and Load), Machine Learning and Natural Language Processing (NLP) with this SDK. As appropriate examples illustrating various capabilities of the SDK can be found in the mediumroast_examples/ directory of this package.
Current status
This SDK mirrors the capabilities of the mediumroast.io application server. Therefore it is fully functional mapping to the capabilities aavailable from the server. Specifically this means the SDK is capable of:
- Creating interaction, company, study and user objects
- Reporting on or listing interaction, company, study and user objects
- Transforming raw inputs into respective objects.
- Ingesting metadata from S3 buckets, provided they match a file name specification, into raw inputs that can be transformed. Many of these functionalities have example implementations that enable the developer to understand how to use the SDK. Also the file name specification can be found in the github mediumroast_examples directory of the repository for mediumroast_py.
The Examples
To illustrate how to interact programmatically with the mediumroast.io application several examples have been created to make it easier for developers to interact with the system. The scope of the examples, over time, will include all aspects of the SDK to speed up 3rd party development processes. This means that over time examples for all apsects of the SDK will be produced and made available under the Apache Software License. As with anything in the SDK if you run into problems please make sure that you raise an issue in the repository. More detail on the examples can be found within the examples directory of this repository.
Installation
Since the package is under heavy development please check in often and upgrade frequently.
Installation
This package is available on PyPi and can be installed via pip use: pip install mediumroast_py
Upgrade
You can perform an upgrade using pip: pip install mediumroast_py --upgrade
Availability of mediumroast_examples
Installation through pip from PyPi the examples will be installed in dist-packages/mediumroast_examples. For example if you're using Python 3.8 with dist-packages kept in /usr/local then this would be the path for the examples: /usr/local/lib/python3.8/dist-packages/mediumroast_examples.
Structure of the repository
The following structure is available for the Python SDK, as new SDK implementations are created additional top level directories will be created.
mediumnroast_py/
mediumroast_examples/
mediumroast_py/
api/
extractors/
transformers/
helpers.py
project.toml
README.md
LICENSE
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mediumroast_py-0.3.26.tar.gz.
File metadata
- Download URL: mediumroast_py-0.3.26.tar.gz
- Upload date:
- Size: 57.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c2bcea0b0fc6e84aa8452b1f76f8cb7901a22e3fbe4aec7e7244d4c72c854b3
|
|
| MD5 |
9cf9448d86679b42d811e490e98de87c
|
|
| BLAKE2b-256 |
572de7a6b5038fcf6c0f703978ccf92a6af18e2cde68f483c2345c0115083438
|
File details
Details for the file mediumroast_py-0.3.26-py3-none-any.whl.
File metadata
- Download URL: mediumroast_py-0.3.26-py3-none-any.whl
- Upload date:
- Size: 71.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.7 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71382793c262337a4999338361b9d0db322479fd9dfafb39b12ad2eba02c0a89
|
|
| MD5 |
bc45df01540b1b67c0cad70f7fc17b50
|
|
| BLAKE2b-256 |
a4ebe0bf96eb890371c8551eb6456d342c36fbfe6509300fd2fff1b15df339b5
|