Skip to content

spotify/pythonflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b71259 Â· Sep 2, 2022
Aug 8, 2022
Aug 7, 2022
Aug 8, 2022
Aug 7, 2022
Jun 5, 2018
Jun 1, 2018
Jun 4, 2018
Sep 6, 2017
Sep 6, 2017
Sep 7, 2017
Aug 7, 2022
Sep 6, 2017
Sep 7, 2017
Aug 7, 2022
Aug 7, 2022
Aug 7, 2022
Aug 7, 2022
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.