Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 351 Bytes

Python pipelines project

Sample project for the article on Python data pipelines

Examples

  • Flask Dev. Server, Single-threaded
  • Flask + Gunicorn Server, Multi-threaded
  • Starlette + Uvicorn, Single-threaded
  • Server to server connect
    • Flask + Gunicorn, Single-threaded
    • Starlette + Uvicorn, Single-threaded