Skip to content

Build, run and manage your data pipelines with Python or SQL on any cloud

License

Notifications You must be signed in to change notification settings

Saumya-ranjan/versatile-data-kit

 
 

Repository files navigation

Versatile Data Kit Versatile Data Kit

Last Activity license pre-commit build status twitter YouTube Channel Subscribers

Overview

Versatile Data Kit (VDK) is an open source framework that enables anyone with basic SQL or Python knowledge to build their own data pipelines.

Versatile Data Kit enables Data Engineers to develop, deploy, run and manage Data Jobs. A Data Job is a data processing workload and can be written in Python, SQL, or both at the same time. A Data Job enables Data Engineers to implement automated pull ingestion (E in ELT) and batch data transformation (T in ELT) into a database or any type of data storage.

Without / With Versatile Data Kit Without / With Versatile Data Kit

Versatile Data Kit consists of two main components:

  • A Data SDK provides all tools for the automation of data extraction, transformation, and loading, as well as a plugin framework that allows users to extend the framework according to their specific requirements.
  • A Control Service allows users to create, deploy, manage and execute Data Jobs in Kubernetes runtime environment.

To help solve common data engineering problems Versatile Data Kit:

  • allows ingestion of data from different sources, including CSV files, JSON objects, data provided by REST API services, etc.;
  • ensures data applications are packaged, versioned, and deployed correctly while dealing with credentials, retries, reconnects, etc.;
  • provides built-in monitoring and smart notification capabilities;
  • tracks both code and data modifications and the relations between them, enabling engineers to troubleshoot faster and providing an easy revert to a stable version.

Data Journey and where VDK fits in

Data Journey Data Journey

Installation and Getting Started

Install Versatile Data Kit SDK

pip install -U pip setuptools wheel
pip install quickstart-vdk

Note that Versatile Data Kit requires Python 3.7+.

See the Installation page for more details.

Use

# see Help to see what you can do
vdk --help

Check out the Getting Started page to create and run your first Data Job.

Documentation

Official documentation for Versatile Data Kit can be found here.

Contributing

If you are interested in contributing as a developer, visit CONTRIBUTING.md.

Contacts

Feedback is very welcome via the GitHub site as issues or pull requests

How to use Versatile Data Kit?

For the full list of resources go to Community and Resources

Code of Conduct

Everyone involved in working on the project's source code, or engaging in any issue trackers, Slack channels and mailing lists is expected to follow the Code of Conduct.

About

Build, run and manage your data pipelines with Python or SQL on any cloud

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 55.7%
  • Java 42.2%
  • Shell 1.5%
  • Mustache 0.3%
  • Dockerfile 0.1%
  • TypeScript 0.1%
  • Other 0.1%