Skip to main content

Rudderlabs data apps library

Project description

This package containes scripts for creating new data apps project and running data apps pipeline using amazon sagemaker instance.

Development

Conda environment setup

# Create the enviroment
$ conda env create -f conda/environment.yaml
# Activate and install this repository in edit mode
$ conda activate rudderlabs
$ pip install -e .

Code checks

All the staged code changes needs to be passed pre-commit checks before committed and pushed to the remote repository

#Adding all changes to staging
$ git add --all

#Running pre-commmit checks
$ pre-commit run

Publishing new version

To publish a new version of this package, you need to update the version number in version.txt file and run the following command

# Create a new tag
$ git tag release/<version> # Ex. release/0.0.1b28

# Push the tag to remote
$ git push origin main --tags

Documentation

All the documentation written in ReStructuredText markup language, Follow Data Apps Utils Documentation for generated html pages.

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

rudderlabs.data.apps-0.0.1b33.tar.gz (484.6 kB view hashes)

Uploaded Source

Built Distribution

rudderlabs.data.apps-0.0.1b33-py3-none-any.whl (359.1 kB view hashes)

Uploaded Python 3

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