Skip to main content

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

  1. sudo apt-get update

  2. sudo apt-get install python3.8-dev python3.8-venv

  3. python3 -m venv venv

  4. pip3 install wheel

  5. pip3 install enrichsdk

  6. enrichpkg start

Docs

  1. python3 -m venv venv

  2. pip3 install -r requirements.txt

  3. mkdocs serve

Updating Release Tag

  1. 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
    }
  2. 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
  3. Push the changes to github:

    # See above
    git_push master
  4. 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
  5. Install at customer:

    cd scribble-deploy
    fab install_enrichsdk:role=demo
  6. Known issues

    The package dependencies are a jungle.Problematic packages include:

    boto3 botocore aiobotocore jupyter-events nbconvert

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enrichsdk-5.0.4.tar.gz (387.6 kB view details)

Uploaded Source

File details

Details for the file enrichsdk-5.0.4.tar.gz.

File metadata

  • Download URL: enrichsdk-5.0.4.tar.gz
  • Upload date:
  • Size: 387.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for enrichsdk-5.0.4.tar.gz
Algorithm Hash digest
SHA256 07ac2602d7ef3cc7f48b0f4ff1cc48f15b89358f8a1c957143d8d05eb1adf8f9
MD5 5c7953a01c5fb00dccf408f0b8301c0b
BLAKE2b-256 10518c796f6f6a4a767e435709c3231b91dd03d26e25f54daf802118eb619c12

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page