svetakvsundhar / pydf

Python package for Dataflow at GCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pydf

Python package for Dataflow at GCP

Developer's Guide

IDE

VSCode with Code Spell Checker + autoDocstring + Python + Pylance

Setup Environment

make init
source venv/bin/activate

If you want to clean up your environment,

make clean

Please always run these before you commit your code:

make format
make lint

Run tests:

make test

User's Guide

To-Do.

About

Python package for Dataflow at GCP

License:Apache License 2.0


Languages

Language:Jupyter Notebook 59.6%Language:Python 28.0%Language:Makefile 12.4%