Infinispan
From Infogalactic: the planetary knowledge core
Lua error in package.lua at line 80: module 'strict' not found.
Developer(s) | Red Hat |
---|---|
Written in | Java |
Platform | Platform independent |
Type | Data Grid |
License | Apache Software License 2.0 |
Website | infinispan |
Infinispan is a distributed cache and key-value NoSQL data store software developed by Red Hat. Java applications can embed it as library, use it as a service in WildFly[1] or any non-java applications[2] can use it as remote service through TCP/IP.[3]
Contents
History
Infinispan is the successor of JBoss Cache. The project was announced in 2009.
Features
- Transactions
- MapReduce
- Support for LRU and LIRS eviction algorithms
- Through plugable architecture, infinispan is able to persist data to filesystem, relational databases with JDBC, LevelDB, NoSQL databases like MongoDB, Apache Cassandra or HBase and others.[4]
Usage
Typical use-cases for Infinispan include:
- Distributed cache, often in front of a database
- Storage for temporal data, like web sessions
- In-memory data processing and analytics
- Cross-JVM communication and shared storage
- MapReduce Implementation in the In-Memory Data Grid.
Infinispan is also used in academia and research as a framework for distributed execution and storage.
- Cloud2Sim[5] leverages Infinispan for its distributed execution of MapReduce workflows and simulations.
- MEDIator data sharing synchronization platform for medical image archives[6] leverages Infinispan as its distributed in-memory storage, as well as distributed execution framework.
- Cassowary[7] uses Infinispan to store the context information in-memory, in order to provide the middleware platform for context-aware smart buildings.
See also
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Lua error in package.lua at line 80: module 'strict' not found.