Enrich Developer Kit
Project description
Enrich is a customizable, privacy law-aware enterprise Feature Store of Scribble Data. This SDK is part of the feature store stack. It enables local development, testing and documentation of simple to complex feature transformations and other modules required for building and managing robust features.
This is not for general purpose use. Please get in touch with us at hello@scribbledata.io to discuss potential use of this SDK.
For enterprise users of Enrich, the documentation is available on the server. Please see the Developer section.
Usage
sudo apt-get update
sudo apt-get install python3.8-dev python3.8-venv
python3 -m venv venv
pip3 install wheel
pip3 install enrichsdk
enrichpkg start
Docs
python3 -m venv venv
pip3 install -r requirements.txt
mkdocs serve
Updating Release Tag
Add to $HOME/.bashrc. Make sure you source ~/.bashrc before using:
function git_move_tag { git push origin; git tag -d $1; git tag $1 ; git push origin --tags --force } function git_push { git push origin $1; git push origin $1 --tags ; git push origin $1 refs/notes/* } function git_rm_tag { git push origin; git tag -d $1; git push --delete origin $1 }
Bump the version. Version is typically a.b.c:
# activate the environment workon dev cd scribble-enrichsdk # cd to the root # If bumpversion doesnt exist pip install bump2version # Check existing tags once git tag -l # Bump the right version bumpversion patch # for updating c bumpversion minor # for updating b bumpversion major # for updating a
Push the changes to github:
# See above git_push master
Update deployment version:
cd scribble-deploy-v2/configuration # update enrichsdk_branch vi defaults.json # Make git commit -a -m "Updated enrichsdk version" git push origin
Install at customer:
cd scribble-deploy fab install_enrichsdk:role=demo
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 enrichsdk-4.7.1.tar.gz
.
File metadata
- Download URL: enrichsdk-4.7.1.tar.gz
- Upload date:
- Size: 306.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a6e3ef3469764e6ca370cc24439aa69c3f98104eb6a624a1b385373fc53a50a |
|
MD5 | b73d4cec9a5644dc849f065c2e4cd09f |
|
BLAKE2b-256 | cc67187d43dcab04600c0cb2d7b098dc0c5aacbf57fba2733a737581e1c3cc39 |