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.

IronFunctions: language agnostic open-source alternative to AWS Lambda

71 pointsby martinpintoover 8 years ago

11 comments

wilsonfiifiover 8 years ago
This is absolutely fab! I&#x27;ve been trying to figure out an elegant way to &#x27;pipe&#x27; query results to user defined filter functions[0] for my side-project[1]. Can&#x27;t wait to give this a go and dig into it. Thanks for making this open source and writing it in Go(lang) :-D<p><pre><code> [0] https:&#x2F;&#x2F;bytengine.readthedocs.io&#x2F;en&#x2F;latest&#x2F;funcs.html [1] https:&#x2F;&#x2F;github.com&#x2F;johnwilson&#x2F;bytengine</code></pre>
kennuover 8 years ago
It&#x27;s not strictly speaking an alternative to AWS Lambda, because you have to run your own IronFunctions server somewhere. So you will again have to manage servers instead of being serverless.<p>It&#x27;s nice to have this platform available though.
评论 #12972308 未加载
kaishiroover 8 years ago
Woah, this is a big deal.<p>I played with IronWorkers a lot and even built some tooling around spinning up a worker and long polling an IronCache waiting for output (yes, it was a little gnarly). I&#x27;m really excited to play with this.
carimuraover 8 years ago
also join the real-time conversation: <a href="http:&#x2F;&#x2F;get.iron.io&#x2F;open-slack" rel="nofollow">http:&#x2F;&#x2F;get.iron.io&#x2F;open-slack</a>
rendered_fatover 8 years ago
neat. Is there any plans to tie this into the serverless (or JAWS whatever) framework?
评论 #12961390 未加载
fierroover 8 years ago
Assuming you want to expose a set of APIs, each corresponding to a single function, each API is a separate docker container? What are the performance ramifications of functions-in-docker?
评论 #12972048 未加载
out_of_protocolover 8 years ago
Are both sync and async modes supported?
评论 #12961358 未加载
评论 #12961364 未加载
sandGorgonover 8 years ago
Are you planning on adding scheduled functions? Kind of like a cron..
评论 #12967026 未加载
bglynnover 8 years ago
How&#x27;s the difference between between IronWorker and IronFunctions?
评论 #12961617 未加载
aisoftengover 8 years ago
OpenWhisk is also in this space.
kholmes79over 8 years ago
do you support java?
评论 #12961377 未加载
评论 #12961353 未加载
评论 #12961346 未加载
评论 #12961382 未加载