Skip to content

Ddnirvana/awesome-serverless-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Serverless Research

A curated list of awesome serverless research works, including papers and open-sourced projects.

If you find some interesting work/projects missing in this list, please contact me through issues or email (dd_nirvana@sjtu.edu.cn) :)

Contents

Review

Serverless System and Framework

Heterogeneous Serverless

Optimizations

Stateful serverless computing

There are many emerging works trying to introduce states to serverless computings --- therefore, we can have more applications like machine learning and data analysis on serverless.

  • Boki: Stateful Serverless Computing with Shared Logs (SOSP'21) - Boki solves many problems on stateful serverless computing, including state consistency, fault tolerance, and high-level abstractions for stateful serverless applications. The major novelity is its shared log design. The system is open-sourced at github. And you can quickly learn the high-level ideas through its SOSP video.
  • Cloudburst: stateful functions-as-a-service (VLDB'20) - The paper presents Cloudburst, a stateful FaaS platform that provides Python-like programming models. Cloudburst leverages Anna, a scalable key-value store, to achieve low-latency mutable state and communication.

Benchmarking

Reliability and Fault Tolerance

Security

Applications

This section lists interesting applications/systems built upon serverless computing.

Programming Models

Other Related Works

Other Recommended Lists

  • Awesome Serverless - A curated list of awesome services, solutions and resources for serverless / nobackend applications.
  • awesome-serverless-security - A curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.

About

A curated list of awesome serverless research works, including papers and open-sourced projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published