Skip to main content

Ready-to-Use Platform That Drives Business Insights

Project description


Datatailr empowers your team to streamline analytics and data workflows from idea to production without infrastructure hurdles.

What is Datatailr?

Datatailr is a platform that simplifies the process of building and deploying data applications.

It makes it easier to run and maintain large-scale data processing and analytics workloads.

What is this package?

This is the Python package for Datatailr, which allows you to interact with the Datatailr platform.

It provides the tools to build, deploy, and manage batch jobs, data pipelines, services and analytics applications.

Datatailr manages the underlying infrastructure so your applications can be deployed in an easy, secure and scalable way.

Installation

Installing the dt command line tool

Before you can use the Datatailr Python package, you need to install the dt command line tool. [INSTALLATION INSTRUCTIONS FOR DATATAILR GO HERE]

Installing the Python package

You can install the Datatailr Python package using pip:

pip install datatailr

Testing the installation

import datatailr

print(datatailr.__version__)
print(datatailr.__provider__)

Quickstart

The following example shows how to create a simple data pipeline using the Datatailr Python package.

from datatailr.scheduler import batch, Batch

@batch()
def func_no_args() -> str:
    return "no_args"


@batch()
def func_with_args(a: int, b: float) -> str:
    return f"args: {a}, {b}"

with Batch(name="MY test DAG", local_run=True) as dag:
    for n in range(2):
        res1 = func_no_args().alias(f"func_{n}")
        res2 = func_with_args(1, res1).alias(f"func_with_args_{n}")

Running this code will create a graph of jobs and execute it. Each node on the graph represents a job, which in turn is a call to a function decorated with @batch().


Visit our website for more!

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

datatailr-0.1.10.tar.gz (28.6 kB view details)

Uploaded Source

Built Distribution

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

datatailr-0.1.10-py3-none-any.whl (39.4 kB view details)

Uploaded Python 3

File details

Details for the file datatailr-0.1.10.tar.gz.

File metadata

  • Download URL: datatailr-0.1.10.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for datatailr-0.1.10.tar.gz
Algorithm Hash digest
SHA256 f0ad323c6379f7e6faadbbcf13dc94e9e8b6be117315795bdaa3be523d266d0c
MD5 4b6749d477263da614d0cdb1f8d65e31
BLAKE2b-256 bf6115e1d67a093a9e95eb323c7a066294595439158566af4948cc3e744c810f

See more details on using hashes here.

File details

Details for the file datatailr-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: datatailr-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 39.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for datatailr-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 8a6613dbb5ad90d6a8102ba217ddf6db5f4f6906f174d64f02a7cbb783527780
MD5 72880744f22a5eea29170ce06bf47f5a
BLAKE2b-256 c2714ce02fe4ed5b9d208e19f36f5eefee59cc4e5fba5ce39f914b1feda4e5fa

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