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: Meadowrun automates the tedious details of running Python on AWS/Azure

56 pointsby indoorskieralmost 3 years ago

7 comments

indoorskieralmost 3 years ago
Hi HN,<p>We&#x27;re two programmers who have worked in core&#x2F;platform engineering roles for most of our working lives. During that time, one of the main problems we&#x27;ve solved time and time again is to let people run their ad-hoc jobs and scripts on remote compute without hassle.<p>To solve this once and for everyone, we made Meadowrun, an open source tool that automates the tedious details of running Python code on cloud VMs. It runs in your AWS or Azure account, nothing else required.<p>No need to mess around with containers, SSH into remote machines, copy code across, set up images or look up instance types that sound like Starbucks orders (&quot;t3.venti.oatmilk.latte&quot;) and what they cost.<p>All with the same experience as you&#x27;d have running on your laptop - just change the code or dependencies locally and run - meadowrun takes care of the rest.<p>We welcome any and all feedback!
评论 #31695444 未加载
评论 #31700412 未加载
sscarduzioalmost 3 years ago
I&#x27;m seeing a lot of projects that aim to bridge the usability gap between the real world and the bloated, overcomplicated cloud services.<p>Another signal of cloud rot: I see myself and my peers are migrating away from AWS to smaller, less complicated, cheaper providers like Linode, but also Hetzner, Wasabi.<p>Nowadays the cloud fatigue is higher than the burden of self hosting your services.
danbmil99almost 3 years ago
This looks quite a bit like a project we worked on last year:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28191450" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=28191450</a><p>We got quite a few comments on hacker news but unfortunately we didn&#x27;t see a lot of uptake.
评论 #31701488 未加载
garyrobalmost 3 years ago
This reminds me of PyWren.[1] Not sure if that&#x27;s still operational though. The latest update on their site was from 2017.<p>[1] <a href="http:&#x2F;&#x2F;pywren.io" rel="nofollow">http:&#x2F;&#x2F;pywren.io</a>
评论 #31700130 未加载
barefegalmost 3 years ago
What are the pros and cons of implementing this scheduler over the cloud provider’s services rather than using kubernetes?
评论 #31698574 未加载
nathantsalmost 3 years ago
this is fantastic! simple map&#x2F;reduce type abstractions over ec2 spot, lambda, and s3 are definitely the play. this is going to help a lot of people use more cheap vcpu billed by the second.<p>i4i instances recently launched. so much fast local disk. so much bandwidth to s3. needs more data processing.<p>subscribing to the commits on github.
评论 #31698581 未加载
focomalmost 3 years ago
Cool stuff, I wish you guys success!