Difference between revisions of "Infinispan"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
(→Usage) |
||
| Line 25: | Line 25: | ||
* MEDIator data sharing synchronization platform for medical image archives<ref>{{cite conference |first1=Pradeeban |last1=Kathiravelu | first2=Ashish |last2=Sharma |title=MEDIator: A Data Sharing Synchronization Platform for Heterogeneous Medical Image Archives |conference=Workshop on Connected Health at Big Data Era (BigCHat'15) , co-located with 21 st ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2015) |date=10 August 2015 |location=Sydney |url=https://www.researchgate.net/publication/280925169 |access-date=2 January 2016}}</ref> leverages Infinispan as its distributed in-memory storage, as well as distributed execution framework. | * MEDIator data sharing synchronization platform for medical image archives<ref>{{cite conference |first1=Pradeeban |last1=Kathiravelu | first2=Ashish |last2=Sharma |title=MEDIator: A Data Sharing Synchronization Platform for Heterogeneous Medical Image Archives |conference=Workshop on Connected Health at Big Data Era (BigCHat'15) , co-located with 21 st ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2015) |date=10 August 2015 |location=Sydney |url=https://www.researchgate.net/publication/280925169 |access-date=2 January 2016}}</ref> leverages Infinispan as its distributed in-memory storage, as well as distributed execution framework. | ||
* Cassowary<ref>{{cite conference |first1=Pradeeban |last1=Kathiravelu | first2=Leila |last2=Sharifi | first3=Luís |last3=Veiga |title=Cassowary: Middleware Platform for Context-Aware Smart Buildings with Software-Defined Sensor Networks |format=pdf |conference=Proceedings of the 2nd Workshop on Middleware for Context-Aware Applications in the IoT |pages=1–6 |date=8 December 2015 |location=Vancouver |url=http://dl.acm.org/citation.cfm?id=2836132 |access-date=2 January 2016 |archive-url=http://www.navigators.di.fc.ul.pt/w2/img_auth.php/9/90/Navtalk20151120_Kathiravelu.paper.pdf |archive-date=8 December 2015}}</ref> uses Infinispan to store the context information in-memory, in order to provide the middleware platform for context-aware smart buildings. | * Cassowary<ref>{{cite conference |first1=Pradeeban |last1=Kathiravelu | first2=Leila |last2=Sharifi | first3=Luís |last3=Veiga |title=Cassowary: Middleware Platform for Context-Aware Smart Buildings with Software-Defined Sensor Networks |format=pdf |conference=Proceedings of the 2nd Workshop on Middleware for Context-Aware Applications in the IoT |pages=1–6 |date=8 December 2015 |location=Vancouver |url=http://dl.acm.org/citation.cfm?id=2836132 |access-date=2 January 2016 |archive-url=http://www.navigators.di.fc.ul.pt/w2/img_auth.php/9/90/Navtalk20151120_Kathiravelu.paper.pdf |archive-date=8 December 2015}}</ref> uses Infinispan to store the context information in-memory, in order to provide the middleware platform for context-aware smart buildings. | ||
| + | |||
| + | |||
| + | == Related == | ||
| + | * [[Temporal Server]] | ||
== See also == | == See also == | ||
Latest revision as of 14:05, 19 June 2026
Infinispan (2009) 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[edit]
Infinispan is the successor of JBoss Cache. The project was announced in 2009.
Features[edit]
- 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[edit]
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.
Related[edit]
See also[edit]
- GridGain Systems
- Key-value databases: Berkeley DB, Redis,
etcd, leveldb, RocksDB (MyRocks), Infinispan, Amazon DynamoDB, Apache Zookeeper, LevelDB, RocksDB, Pebble - Ehcache
- Hazelcast
- Java Transaction API
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.
Source: wikipedia
- ↑ Francesco Marchioni and Manik Surtani (2012). Infinispan Data Grid Platform. ISBN 9781849518222.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Manik Surtani. "Infinispan: the Start of a New Era in Open Source Data Grids".<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Manik Surtani. "Infinispan".<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ "Infinispan User Guide".<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Kathiravelu, Pradeeban; Veiga, Luís (8 December 2014). An Adaptive Distributed Simulator for Cloud and MapReduce Algorithms and Architectures (PDF). IEEE/ACM 7th International Conference on Utility and Cloud Computing (UCC), 2014. London. pp. 79–88. Archived from the original (pdf) on 8 December 2014. Retrieved 2 January 2016.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Kathiravelu, Pradeeban; Sharma, Ashish (10 August 2015). MEDIator: A Data Sharing Synchronization Platform for Heterogeneous Medical Image Archives. Workshop on Connected Health at Big Data Era (BigCHat'15) , co-located with 21 st ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2015). Sydney. Retrieved 2 January 2016.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
- ↑ Kathiravelu, Pradeeban; Sharifi, Leila; Veiga, Luís (8 December 2015). Cassowary: Middleware Platform for Context-Aware Smart Buildings with Software-Defined Sensor Networks (PDF). Proceedings of the 2nd Workshop on Middleware for Context-Aware Applications in the IoT. Vancouver. pp. 1–6. Archived from the original (pdf) on 8 December 2015. Retrieved 2 January 2016.<templatestyles src="Module:Citation/CS1/styles.css"></templatestyles>
Advertising: