Skip to content

Kismuz/pythonflow

This branch is 12 commits behind spotify/pythonflow:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2017
Jun 4, 2018
Feb 6, 2019
Feb 6, 2019
Jun 5, 2018
Jun 1, 2018
Jun 4, 2018
Feb 19, 2019
Sep 6, 2017
Sep 6, 2017
Sep 7, 2017
Feb 19, 2019
Sep 6, 2017
Sep 7, 2017
Feb 19, 2019
Feb 19, 2019
Feb 19, 2019
Jun 4, 2018
Jun 4, 2018
Feb 6, 2019

Repository files navigation

Pythonflow: Dataflow programming for python. Build Status Documentation Status

Pythonflow is a simple implementation of dataflow programming for python. Users of Tensorflow will immediately be familiar with the syntax.

At Spotify, we use Pythonflow in data preprocessing pipelines for machine learning models because

  • it automatically caches computationally expensive operations,
  • any part of the computational graph can be easily evaluated for debugging purposes,
  • it allows us to distribute data preprocessing across multiple machines.

See the documentation for details.

About

🐍 Dataflow programming for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%