Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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](https://github.com/open-lambda/open-lambda/blob/main/docs/worker.md)
or just get started by [deploying a worker](https://github.com/open-lambda/open-lambda/blob/main/docs/quickstart.md).
You can read more about the OpenLambda worker [here](https://github.com/open-lambda/open-lambda/blob/main/docs/worker/README.md)
or just get started by [deploying a worker](https://github.com/open-lambda/open-lambda/blob/main/docs/worker/getting-started.md).

```{note}
We are currently working on a **cluster mode**, where a pool of VMs running the worker
Expand All @@ -40,7 +40,7 @@ manually deploy workers yourself and put an HTTP load balancer in front of them.
* - Title
- Authors
- Venue
* - [**Forklift: Fitting Zygote Trees for Faster Package Initialization**](https://github.com/open-lambda/open-lambda)
* - [**Forklift: Fitting Zygote Trees for Faster Package Initialization**](https://dl.acm.org/doi/10.1145/3702634.3702952)
- Yang et al.
- WoSC '24
* - [**SOCK: Rapid Task Provisioning with Serverless-Optimized Containers**](https://www.usenix.org/conference/atc18/presentation/oakes)
Expand Down
2 changes: 1 addition & 1 deletion worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ multi-node setups.

## Further Reading

- [Quickstart guide](https://github.com/open-lambda/open-lambda/blob/main/docs/quickstart.md) — get a single worker running locally in minutes
- [Quickstart guide](https://github.com/open-lambda/open-lambda/blob/main/docs/worker/getting-started.md) — get a single worker running locally in minutes
- [SOCK: Rapid Task Provisioning with Serverless-Optimized Containers](https://www.usenix.org/conference/atc18/presentation/oakes) — the research paper describing the container backend.