Skip to main content

No-code data pipelines

Project description

DataRush

No-Code Data Pipelines

Installation

pip install datarush

Settings

Before running the application, ensure the following environment variables are configured. The use of a .env file is supported.

Name Description Default Value
TEMPLATE_STORE_TYPE Specifies the template store type: S3 or FILESYSTEM.
TEMPLATE_STORE_S3_BUCKET The S3 bucket to store templates when using the S3 store type.
TEMPLATE_STORE_S3_PREFIX The S3 prefix for templates when using the S3 store type. datarush
TEMPLATE_STORE_FILESYSTEM_PATH The filesystem path for templates when using the filesystem store. .
S3_ENDPOINT The endpoint URL for the S3 service.
S3_ACCESS_KEY The access key for the S3 service.
S3_SECRET_KEY The secret key for the S3 service.
S3_DEFAULT_BUCKET The default bucket suggested in the operations UI.

Running UI

To launch the DataRush user interface, follow these steps:

  1. Create a run_ui.py file to serve as the entry point for the Streamlit application:

    from datarush.ui import run_ui
    
    if __name__ == "__main__":
        run_ui()
    
  2. Start the application using the Streamlit command:

    streamlit run run_ui.py
    

Running Templates

To execute a DataRush template, use the following commands:

  • For a template named foo with version 0.0.1:

    python -m datarush --template "foo" --version "0.0.1"
    
  • To pass additional input arguments supported by the template:

    python -m datarush --template "foo" --version "0.0.1" --other_argument "value"
    

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

datarush-0.7.1.tar.gz (38.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datarush-0.7.1-py3-none-any.whl (61.5 kB view details)

Uploaded Python 3

File details

Details for the file datarush-0.7.1.tar.gz.

File metadata

  • Download URL: datarush-0.7.1.tar.gz
  • Upload date:
  • Size: 38.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for datarush-0.7.1.tar.gz
Algorithm Hash digest
SHA256 4df8ed13f2e910698d95103b31870b5eb43817744bd4bd266183fb2aab3579f5
MD5 ae0e784e38b68ae4075fff2455c9c9fa
BLAKE2b-256 073f1758f76334fc360469a91ae9ca7b005aa73540a0facc51ea27d26f48b59c

See more details on using hashes here.

File details

Details for the file datarush-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: datarush-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 61.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for datarush-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4babd62ad096674344c35b0cde3be83b97597e8d5be2bda046bf25445d5d52af
MD5 893d26d387f67967d521f28e4f3949e6
BLAKE2b-256 c0c911d2f11dc8afce4f28099d018a79bd5afa53bb9a6f50283df64a3c487085

See more details on using hashes here.

Supported by

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