Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.84 KB

README.md

File metadata and controls

79 lines (53 loc) · 2.84 KB

JBoss Data Grid / Infinispan Tech Talk

Slide Deck: Why Data Grid?

A Basic App in Need of Data Grid

  • flight records
  • stock tickers
  • car mart

Query the Data Grid

  • How does it compare to searching JBDC or Hibernate / traditional EntityManager?
  • Lucene Query
  • Inifispan Query
  • MapReduce Query

Other topics for consideration not included in this tech talk

  • Remote Server mode and Remote Querying
  • Security
  • Clustering
  • Eviction and Expiration
  • Persistence
  • Cache Integrity

Competitors:

  • Top 15 In Memory Data Grid Platform
  • Hazelcast IMDG
  • GridGain IMDG (Apache Ignite)
  • Oracle Coherence
  • Pivotal GemFire XD (Apache Geode)
  • IBM WebSphere Application Server / eXtreme Scale
  • XAP
  • Terracotta Enterprise Suite (Ehcache)

Links

Red Hat JBoss Data Grid 7.1 API (based on Infinispan 8.4.0)

Infinispan 8.2.8 API

Red Hat JBoss Data Grid

Red Hat JBoss Data Grid Documentation

Infinispan Community Project

Infinispan Source Code

infinispan-simple-tutorials

infinispan-quickstart

Red Hat Middleware Training Labs for JBoss Data Grid

Red Hat JBoss Data Grid Quickstarts

Be sure to checkout the latest GA (tag) to get it to build correctly. Other working branches expect older and sometimes unpublished dependency builds. Alternatively you can download the sources zipped from access.redhat.com.

$ git clone git@github.com:jboss-developer/jboss-jdg-quickstarts.git
(or)
$ git clone https://github.com/jboss-developer/jboss-jdg-quickstarts.git

$ cd jboss-jdg-quickstarts
$ git checkout JDG_7.1.0.GA

Red Hat JBoss Data Grid Tech Talk

Simple JDG 7.0 Labs

Red Hat Certificate of Expertise in Fast-Cache Application Development

Red Hat Certificate of Expertise in Fast-Cache Application Development exam

Jags Ramnarayan on In-Memory Data Grids