Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 308 Bytes

File metadata and controls

12 lines (7 loc) · 308 Bytes

PythonElixir

Sample project - How to add Python to an Elixir project with ErlPort + Poolboy

Description

This is sample project to demonstrate how easy is to interact with Python from an Elixir project.

We use:

  • ErlPort to interact with Python
  • Poolboy as a connection pool for Python workers