Skip to content

Latest commit

 

History

History
102 lines (86 loc) · 4.43 KB

index.md

File metadata and controls

102 lines (86 loc) · 4.43 KB
layout title nav_order description permalink
default
Home
1
Welcome to InfiniCache project site
/

InfiniCache

{: .fs-9 }

InfiniCache is a cost-effective memory cache that is built atop ephemeral serverless functions {: .fs-6 .fw-300 }

 PAPER {: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-6 }  TALK {: .btn .fs-5 .mb-4 .mb-md-0 .mr-6 }  CODE {: .btn .fs-5 .mb-4 .mb-md-0 .mr-6 }  SLIDE {: .btn .fs-5 .mb-4 .mb-md-0 .mr-6 } POSTER{: .btn .fs-5 .mb-4 .mb-md-0 }

Press:

{: .fs-6 .fw-300 }


What is InfiniCache

{: .fs-6.5 }

InfiniCache is a first-of-its-kind in-memory object caching system that is completely built and deployed atop ephemeral serverless functions. InfiniCache exploits and orchestrates serverless functions’ memory resources to enable elastic pay per-use caching. InfiniCache's design combines erasure coding, intelligent billed duration control, and an efficient data backup mechanism to maximize data availability and cost effectiveness while balancing the risk of losing cached state and performance.


Feature

{: .fs-6.5 }

  • The very first in-memory object caching system powered by ephemeral and “stateless” cloud functions.
  • Leverage several intelligent techniques to maxmize data availability, such as erasure coding periodic warm-up and periodic delta-sync techniques.
  • InfiniCache achieves performance comparable to ElastiCache (600GB cache capacity) for large objects and improves the cost effectiveness of cloud IMOCs by 31 – 96x.
<style type="text/css"> .tg {border-collapse:collapse;border-color:#ccc;border-spacing:0;} .tg td{background-color:#fff;border-color:#ccc;border-style:solid;border-width:1px;color:#333; font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;} .tg th{background-color:#f0f0f0;border-color:#ccc;border-style:solid;border-width:1px;color:#333; font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;} .tg .tg-c6m9{font-family:"Comic Sans MS", cursive, sans-serif !important;;font-size:22px;font-weight:bold;text-align:center; vertical-align:top} .tg .tg-a3by{background-color:#e7f2fe;color:#000000;font-family:Arial, Helvetica, sans-serif !important;;font-size:16px; font-style:italic;font-weight:bold;text-align:center;vertical-align:top} .tg .tg-480y{font-family:Arial, Helvetica, sans-serif !important;;font-size:16px;text-align:center;vertical-align:top} </style>
Service Performance Price
InfiniCache Fast Low
ElastiCache Fast High
S3 Object Store Slow Low

Contact

Please feel free to reach out us if you have any questions about InfiniCache.

Contributing

Please feel free to hack on InfiniCache! We're happy to accept contributions.

Thank you to the contributors of InfiniCache!