ploomber | fastest ⚡️ way to build data pipelines | BPM library

 by   ploomber Python Version: 0.23.2 License: Apache-2.0

kandi X-RAY | ploomber Summary

kandi X-RAY | ploomber Summary

ploomber is a Python library typically used in Automation, BPM applications. ploomber has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can install using 'pip install ploomber' or download it from GitHub, PyPI.

Join our community | Newsletter | Contact us | Docs | Blog | Website | YouTube. Ploomber is the fastest way to build data pipelines ️. Use your favorite editor (Jupyter, VSCode, PyCharm) to develop interactively and deploy ️ without code changes (Kubernetes, Airflow, AWS Batch, and SLURM). Do you have legacy notebooks? Refactor them into modular pipelines with a single command.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ploomber has a medium active ecosystem.
              It has 3074 star(s) with 210 fork(s). There are 29 watchers for this library.
              There were 2 major release(s) in the last 6 months.
              There are 131 open issues and 703 have been closed. On average issues are closed in 67 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of ploomber is 0.23.2

            kandi-Quality Quality

              ploomber has 0 bugs and 0 code smells.

            kandi-Security Security

              ploomber has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ploomber code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ploomber is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ploomber releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              ploomber saves you 9830 person hours of effort in developing the same functionality from scratch.
              It has 20034 lines of code, 2144 functions and 263 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed ploomber and discovered the below as its top functions. This is intended to give you an instant insight into ploomber implemented functionality, and help decide if they suit your requirements.
            • Derives a class from the base class
            • Show info
            • Load the DAG
            • Print a separable separator
            • Run the task
            • Write text to path
            • Convert a notebook into a text file
            • Convert to notebook
            • Decorator to handle CLI endpoint
            • Return a default meta dict
            • Load the pipeline
            • Returns the environment variable for a given path
            • Build the DAG
            • Add a file to the pipeline
            • Extract created relations from a SQLite database
            • Return debug information about this task
            • Run a primitive function
            • Build a subprocess in subprocess
            • Preprocess raw data
            • Set the execution status of the DAG
            • Render the plot as HTML
            • Create a DAG from a list of functions
            • Create the task CLI
            • Create a scaffold
            • Builds a fully - qualified dag
            • Run a subprocess
            Get all kandi verified functions for this library.

            ploomber Key Features

            No Key Features are available at this moment for ploomber.

            ploomber Examples and Code Snippets

            MLops review
            Jupyter Notebookdot img1Lines of Code : 15dot img1no licencesLicense : No License
            copy iconCopy
               #!/bin/bash
               #SBATCH --job-name={{name}}
               #SBATCH --output=result.out
               #
               
               # load anaconda module
               module purge
               ml Anaconda3/2021.05
               # activate prepared environment
               
               eval "$(conda shell.bash hook)"
               conda activate $HOME/  
            Ploomber sample projects,Running examples
            Jupyter Notebookdot img2Lines of Code : 10dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            pip install ploomber
            
            # list examples
            ploomber examples
            
            # download example with name
            ploomber examples --name {name}
            
            # example
            ploomber examples --name templates/mlflow
              
            How to mass produce reports with jupyter notebooks?
            Pythondot img3Lines of Code : 21dot img3License : Strong Copyleft (CC BY-SA 4.0)
            copy iconCopy
            dag = DAG()
            
            get_data = PythonCallable(_get_data,
                                      product=File('raw.parquet'),
                                      dag=dag)
            
            clean_data = PythonCallable(_clean_data,
                                        product=File('clean.parquet')

            Community Discussions

            Trending Discussions on ploomber

            QUESTION

            Extracting variables from jinja templates
            Asked 2020-Jun-24 at 15:06

            I'm working on a program to extract variables from jinja templates.

            So far this works fine:

            ...

            ANSWER

            Answered 2020-Jun-24 at 15:06

            I took a look at the source code and this is not possible as of version 2.11.2.

            When building the code's AST, Custom(1) is parsed as a jinja2.nodes.Call node, which is a subclass of jinja2.nodes.Expr.

            The Expr.as_const method is not implemented, it just raises an exception (raise Impossible()).

            Source https://stackoverflow.com/questions/62545991

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ploomber

            You just ran a Ploomber pipeline! 🎉.
            A simple YAML API to get started quickly, a powerful Python API for total flexibility.

            Support

            Join us on SlackNewsletterYouTubeContact the development team
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install ploomber

          • CLONE
          • HTTPS

            https://github.com/ploomber/ploomber.git

          • CLI

            gh repo clone ploomber/ploomber

          • sshUrl

            git@github.com:ploomber/ploomber.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular BPM Libraries

            Try Top Libraries by ploomber

            sklearn-evaluation

            by ploomberPython

            soorgeon

            by ploomberPython

            projects

            by ploomberJupyter Notebook

            ploomber-engine

            by ploomberPython

            nbsnapshot

            by ploomberPython