fx
fn
fx | fn | |
---|---|---|
1 | 11 | |
2,194 | 5,841 | |
0.0% | 0.9% | |
4.1 | 0.0 | |
over 1 year ago | 2 months ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fx
fn
-
I asked 100 devs why they aren't shipping faster. Here's what I learned
Not always. Check out how Oracle Cloud does it. It's a hosted version of an open source stack called fn, which you can run fully locally via a simple CLI tool.
https://fnproject.io
- XFaaS: Hyperscale and Low Cost Serverless Functions at Meta
- GraalOS: Containerless instant-on cloud functions for Java
- Oracle Cloud is having a major outage
-
My very first Hackathon and my first Dev.to post
Functions: Scalable, multi-tenant serverless functions based on Fn
-
Any self-hosted equivalent to AWS Lambdas?
OpenFAAS or FN Project are options
- Self hosted Aws Lamda / FaaS alternative
-
Java Serverless on Steroids with fn+GraalVM Hands-On
Install fn (refer to https://fnproject.io/ for latest instructions)
-
Don't start with microservices – monoliths are your friend
I disagree, microservices are an architectural concept related to the software, not to the infrastructure.
Whether you are using containers or VPS or serverless or bare metal for your infrastructure, that's completely unrelated to the concept of microservices: you can deploy either a monolith or microservices in any of the above.
As an example you can deploy a monolith on Lambda[1] or you can deploy microservices on bare metal using one of the several self managed serverless engines available[2].
[1] see e.g. https://claudiajs.com/tutorials/serverless-express.html or https://blog.logrocket.com/zappa-and-aws-lambda-for-serverle...
[2] see e.g. https://fnproject.io/ and https://knative.dev/
-
Serverless functions with FN project
Still, for today I would like to talk to you about the FN project, an open-source alternative.
What are some alternatives?
OpenFaaS - OpenFaaS - Serverless Functions Made Simple
IronFunctions - IronFunctions - the serverless microservices platform by
fission - Fast and Simple Serverless Functions for Kubernetes
LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
faas-netes - Serverless Functions For Kubernetes