Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netflix/EVCache
A distributed in-memory data store for the cloud
https://github.com/Netflix/EVCache
Last synced: about 1 month ago
JSON representation
A distributed in-memory data store for the cloud
- Host: GitHub
- URL: https://github.com/Netflix/EVCache
- Owner: Netflix
- License: apache-2.0
- Created: 2013-02-08T22:52:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T21:25:25.000Z (about 2 months ago)
- Last Synced: 2024-10-22T22:35:08.398Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 2.9 MB
- Stars: 2,040
- Watchers: 505
- Forks: 249
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-systools - EVCache - memory data store for the cloud (Caching / Controllers)
- awesome-dataops - EVCache - A distributed in-memory data store for the cloud. (Database / Key-Value Database)
- awesome-hacking-lists - Netflix/EVCache - A distributed in-memory data store for the cloud (Java)
README
EVCache
=======[![Join the chat at https://gitter.im/Netflix/EVCache](https://badges.gitter.im/Netflix/EVCache.svg)](https://gitter.im/Netflix/EVCache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
EVCache is a memcached & spymemcached based caching solution that is mainly used for AWS EC2 infrastructure for caching frequently used data.
EVCache is an abbreviation for:
* Ephemeral - The data stored is for a short duration as specified by its TTL (Time To Live).
* Volatile - The data can disappear any time (Evicted).
* Cache - An in-memory key-value store.[![ScreenShot](http://image.slidesharecdn.com/evcacheatnetflix-160311224739/95/evcache-at-netflix-1-638.jpg?cb=1457769154)](http://www.slideshare.net/ShashiShekarMadappa/evcache-at-netflix)