Skip to content
/ mucache Public

A caching framework for microservice applications

License

Notifications You must be signed in to change notification settings

eniac/mucache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mucache

This repository contains the prototype system for our NSDI 2024 paper: Mucache: a General Framework for Caching in Microservice Graphs.

How to run our code and reproduce our results

See scripts/README.md for a detailed description of how to set up our code, run our experiments, and reproduce our results.

Cite

@inproceedings{zhang24mucache,
 author = {Haoran Zhang and Konstantinos Kallas and Spyros Pavlatos and Rajeev Alur and Sebastian Angel and Vincent Liu},
 title = {Mucache: a General Framework for Caching in Microservice Graphs},
 booktitle = {USENIX Symposium on Networked Systems Design and Implementation (NSDI)},
 month = {April},
 year = {2024}
}