Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Apache Ignite Quick Start Guide

You're reading from   Apache Ignite Quick Start Guide Distributed data caching and processing made easy

Arrow left icon
Product type Paperback
Published in Nov 2018
Publisher Packt
ISBN-13 9781789347531
Length 260 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Sujoy Acharya Sujoy Acharya
Author Profile Icon Sujoy Acharya
Sujoy Acharya
Arrow right icon
View More author details
Toc

Working with Data Grids

So far we learned about Apache Ignite architecture, caching styles, and clustering topology. Caching can be used in the UI layer to serve static content, and a JVM-level local cache can be configured to access the frequently used objects or query results. However, a distributed cache can act as an in-memory data store and move the data closer to the application. The data grid is an abstraction of a distributed cache as a data store. In this chapter, we will explore Apache Ignite's data grid concept and build a highly available web application with Ignite Session Clustering. All user sessions will be stored in a data grid and we will use the Ignite tools to view the user sessions in the grid. The following topics will be covered:

  • Exploring the Data Grid
  • Configuring the Data Grid
  • Web Session Clustering
...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image