Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datapipe-core

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datapipe-core

`datapipe` is a realtime incremental ETL library for Python application

  • 0.14.0
  • PyPI
  • Socket score

Maintainers
1

Datapipe

Datapipe is a real-time, incremental ETL library for Python with record-level dependency tracking.

The library is designed for describing data processing pipelines and is capable of tracking dependencies for each record in the pipeline. This ensures that tasks within the pipeline receive only the data that has been modified, thereby improving the overall efficiency of data handling.

https://datapipe.dev/

Development

At the moment these branches are active:

  • master - current development state, will be promoted to 0.13.x series release once ready
  • v0.13 - current stable version
  • v0.11 - legacy stable version (v0.12 was skipped due reasons)

Version compatibility

At the moment, the datapipe library is under active development. Versions: v0.*.*

It should be expected that each minor version is not backward compatible with the previous one. That is, v0.7.0 is not compatible with v0.6.1. Dependencies should be fixed to the exact minor version.

After stabilization and transition to the major version v1.*.*, the common rules will apply: all versions with the same major component are compatible.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc