Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IntelligentDDS/awesome-papers
Awesome-papers is a collection of awesome papers about cloud computing including resource management, serverless, microservice, observerbility and so on.
https://github.com/IntelligentDDS/awesome-papers
List: awesome-papers
aiops cloud microservice observability papers resource-management serverless
Last synced: 15 days ago
JSON representation
Awesome-papers is a collection of awesome papers about cloud computing including resource management, serverless, microservice, observerbility and so on.
- Host: GitHub
- URL: https://github.com/IntelligentDDS/awesome-papers
- Owner: IntelligentDDS
- Created: 2022-02-18T02:39:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T06:36:50.000Z (6 months ago)
- Last Synced: 2024-05-21T13:26:54.510Z (6 months ago)
- Topics: aiops, cloud, microservice, observability, papers, resource-management, serverless
- Homepage:
- Size: 126 KB
- Stars: 85
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security/README.md
Awesome Lists containing this project
README
# awsome-papers
Awesome-papers is a collection of awesome papers about cloud computing including resource management, serverless, microservice, observerbility and so on.# Catalogue
- [Anomaly Detection](./Anomaly_detection/README.md)
- [Best Paper Award](./Best_paper_award/README.md)
- [Config Optimization](./Config_optimization/README.md)
- [eBPF](./eBPF/README.md)
- [Fault Tolerance](./Fault_tolerance/README.md)
- [LLM4Ops](./LLM4Ops/README.md)
- [MLOps](./MLOps/README.md)
- [Network](./Network/README.md)
- [Resource schedule](./Resource_schedule/README.md)
- [Root Cause Analysis](./Root_cause_analysis/README.md)
- [Serverless](./Serverless/README.md)
- [Security](./Security/README.md)
- [Telemetry](./Telemetry/README.md)# Contributing
Pull requests for adding new papers and fixing bugs are welcome.
### Add new direction
Creat a new fold in the root directory and then creat a new markdown file in this fold.
### Add new papers
Enter the target directory and add the paper in the README.md file follow the below format, arranging the papers in **descending order** by year
```
year_confluence/journal name_papername [[paper]](paper links) [[note]](note links) [[code]](code links) [[video]](video links) [[ppt]](ppt links)
```For example
```
21_WWW_MicroRank: End-to-End Latency Issue Localization with Extended Spectrum Analysis in Microservice Environments [[paper]](https://dl.acm.org/doi/10.1145/3442381.3449905) [[code]](https://github.com/IntelligentDDS/MicroRank)
```### 新增方向
对于当前不具备的大方向,可以创建新的目录并在新目录内创建新的 `README.md` 文档
### 新增论文
进入对应方向的文件夹内,然后按下面的格式修改 `README.md` 文档,根据年份**降序**排列论文
```
year_confluence/journal name_papername [[paper]](paper links) [[note]](note links) [[code]](code links) [[video]](video links) [[ppt]](ppt links)
```例如
```
21_WWW_MicroRank: End-to-End Latency Issue Localization with Extended Spectrum Analysis in Microservice Environments [[paper]](https://dl.acm.org/doi/10.1145/3442381.3449905) [[code]](https://github.com/IntelligentDDS/MicroRank)