8000 GitHub - hootanht/open-lambda: An open source serverless computing platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

An open source serverless computing platform

License

Notifications You must be signed in to change notification settings

hootanht/open-lambda

 
 

Repository files navigation

OpenLambda

CI License

OpenLambda is an Apache-licensed serverless computing project, written (mostly) in Go and based on Linux containers. The primary goal of OpenLambda is to enable exploration of new approaches to serverless computing. We hope to eventually make it suitable for use in production as well.

The main system implemented so far is a single-node OpenLambda worker that can take HTTP requests and invoke lambdas locally to compute responses.

You can read more about the OpenLambda worker here or just get started by deploying a worker.

We are currently working on a cluster mode, where a pool of VMs running the worker service are managed by a centralized OpenLambda boss. With a bit of work, you could also manually deploy workers yourself and put an HTTP load balancer in front of them.

Related Publications

License

This project is licensed under the Apache License - see the LICENSE.md file for details.

About

An open source serverless computing platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published
3DC9

Languages

  • Go 57.9%
  • Python 16.6%
  • Rust 16.4%
  • C 7.5%
  • Makefile 1.0%
  • Dockerfile 0.3%
  • Shell 0.3%
0