Oban, the job processing library for Elixir, now has a Python counterpart that enables seamless cross-language job exchange via a shared PostgreSQL database. Both libraries read and write to the same `oban_jobs` table, allowing Elixir apps to enqueue jobs for Python workers and vice versa. A demo app called 'Badge Forge'
Table of contents
Forging BadgesSharing a Common DatabasePrinting in ActionSample OutputVisualizing the ActivityBridging Both WaysSort: