TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Burla – Scale Python to 10,000 VM's with one line of code.

4 pointsby pancakeguy16 days ago
Hi HN! We&#x27;re Jake, Jack, and Joe, and we&#x27;re the makers of Burla, an open-source, batch-processing platform for python.<p>We were frustrated by how slow and difficult it can be to iterate on large batch processing pipelines. Simple small changes necessitated rebuilding docker containers, waiting for GCP-batch, or AWS-batch pipelines to redeploy, and waiting for vm&#x27;s to cold boot, a &gt;5minute per iteration dev cycle, all just so I can see what error my code throws this time, then do it all over again! Many other tools in the space were either too complicated, closed-source &#x2F; managed only, too difficult to setup and manage, or simply too expensive.<p>This is why we created Burla, a way to just run my stupid python function, in whatever docker container I want, on whatever hardware I want, on thousands of VM&#x27;s, until it&#x27;s done. It comes with a dashboard where I can monitor long running background jobs. It&#x27;s open-source, and can be installed with one command. Even with thousands of vm&#x27;s running, changes to code deploy and start running in around 2 seconds, vastly shortening the developer cycle compared to tools like GCP-batch and AWS-Batch.<p>Our long term goal is to just make more cloud services simple, fast, and open-source. We believe that, in general, whether you&#x27;re coding locally, or on a cluster of 1000 machines, infrastructure should update and react quickly, like under-a-second quickly. We should be able to iterate at the speed of thought, not at the speed my lambda function, batch workload, ETL-pipeline, or Kubernetes service takes to redeploy!

no comments

no comments