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.3.0.tar.gz (28.2 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.3.0-py3-none-any.whl (39.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for datarush-0.3.0.tar.gz
Algorithm Hash digest
SHA256 c180324f75ec72afde5ecc83a8461ef7881064c98a1cdd9e831a1d5e2f1d194c
MD5 17a37117c6334b326366607569246fc2
BLAKE2b-256 f200918ef6565eae858474d5360c7bbb7698dd4a974dd63173ece90550ca5e86

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for datarush-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d286aaf10dba3fc4ce6f19b89d3a18b5a2a17dfcb232ba31664b4063e6b75fe
MD5 19d7d81a67db7ef48a27a21d14cef497
BLAKE2b-256 ce81b53907d233628d45d7a4a9de4b880b86a56cf9dd805a7c984737034b717f

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