Utilities for easier development of extractors for CDF
Project description
Cognite Python extractor-utils
The extractor-utils
package is an extension of the Cognite Python SDK intended to simplify the development of data
extractors or other integrations for Cognite Data Fusion.
Documentation is hosted here, including a quickstart tutorial.
The changelog is found here.
Overview
The best way to start a new extractor project is to use the cogex
CLI. You can install that from PyPI:
pip install cognite-extractor-manager
To initialize a new extractor project, run
cogex init
in the directory you want your extractor project in. The cogex
CLI will prompt you for some information about your
project, and then set up a poetry environment, git repository, commit hooks with type and style checks and load a
template.
Extensions
Some source systems have a lot in common, such as RESTful APIs or systems exposing as MQTT. We therefore have extensions
to extractor-utils
tailroed to these protocols. These can be found in separate packages:
Contributing
The package is open source under the Apache 2.0 license, and contribtuions are welcome.
This project adheres to the Contributor Covenant v2.0 as a code of conduct.
Development environment
We use poetry to manage dependencies and to administrate virtual environments. To develop
extractor-utils
, follow the following steps to set up your local environment:
-
Install poetry if you haven't already.
-
Clone repository:
$ git clone git@github.com:cognitedata/python-extractor-utils.git
-
Move into the newly created local repository:
$ cd python-extractor-utils
-
Create virtual environment and install dependencies:
$ poetry install
Code requirements
All code must pass black and isort style checks to be merged. It is recommended to install pre-commit hooks to ensure this locally before commiting code:
$ poetry run pre-commit install
Each public method, class and module should have docstrings. Docstrings are written in the Google style. Please include unit and/or integration tests for submitted code, and remember to update the changelog.
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
File details
Details for the file cognite_extractor_utils-7.5.1.tar.gz
.
File metadata
- Download URL: cognite_extractor_utils-7.5.1.tar.gz
- Upload date:
- Size: 64.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e261d2a15b28f9a2aa8bffd1b40e8107759deeb3ec175620b68a8efc607e3817 |
|
MD5 | ec492540095ec064fa947ec3090dab34 |
|
BLAKE2b-256 | 36338bbd86ce243d73e31371247be059a5efc6c3fc8a32275a81d26e0c9bf3e4 |
Provenance
File details
Details for the file cognite_extractor_utils-7.5.1-py3-none-any.whl
.
File metadata
- Download URL: cognite_extractor_utils-7.5.1-py3-none-any.whl
- Upload date:
- Size: 90.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33a78c3bb6d931c291561b0497657907ea3c95e78e95341f21d8b550d1852b14 |
|
MD5 | ee6904a7a6bf9506b2c006dfaff2b336 |
|
BLAKE2b-256 | 9ead49f1777a131d31901e3172dbf3f776811fb04491c396ee0548db5e863835 |