SlideShare a Scribd company logo
manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Infinispan
    In-memory data grid meets NoSQL


Manik Surtani
Founder and project lead, Infinispan
Senior Principal Engineer
Red Hat, Inc.
                    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
“Could data storage be the one
thing that hampers true cloud
scalability and elasticity?”




        manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Who is Manik?
• R&D Engineer, Red Hat Inc.
   • Founder and project lead, Infinispan
   • Project lead, JBoss Cache
   • Frequent speaker on cloud computing and
    cloud data storage

   http://twitter.com/maniksurtani
   http://blog.infinispan.org



                    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Agenda



• What is Data-as-a-Service?
• Introducing Infinispan
• Implementing Data-as-a-Service with data grids
• Data grids vs. NoSQL

               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Traditional 3-tier App




   manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Typical IaaS App




 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Typical PaaS App




 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Where’s your
data stored??

    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Clouds are
ephemeral!

    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
State




manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Virtualizing Data

• Some public services do exist
 • Amazon RDS and SimpleDB
 • FathomDB
 • Cloundant
 • MongoHQ
 • etc.

             manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
What about private clouds?

• Not all cloud deployments
  are public!
• Private cloud is very
 important
• How can you build DaaS
  yourself?


               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Characteristics of DaaS
• Elastic data
• Needs to scale with other tiers
• Response times should be linear
• Needs to be highly available
 • Nodes will die! The service
  shouldn’t.



                manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
“Traditional” RDBMSs

• Lack of distribution hampers elasticity and HA
• These limitations can be worked around
 • ... but this isn’t trivial
 • ... or cheap


             manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
“Traditional” RDBMSs

• Lack of distribution hampers elasticity and HA
• These limitations can be worked around
 • ... but this isn’t trivial
 • ... or cheap


             manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Distributed Data Grid


• Far better suited to elastic data
• Distributed by nature
• Highly available by nature
• A good building block for your data service

                 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
API is king
• Apps should use their native data storage APIs
 • E.g., JPA (Java EE), ActiveRecord (Ruby), etc.
• Key/value too low level
 • Akin to direct JDBC calls!



               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Introducing



manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
What is Infinispan?
• Open source (LGPL) in-memory Data Grid
• Some concepts from Amazon Dynamo

2 usage modes
• Embedded
• Client-server
  • memcached
  • Hot Rod
  • REST

                  manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Embedded Mode

   manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
P2P Embedded Architecture




      manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
API
• Map-like key/value store
• Upcoming JPA-like layer
• Other high-level APIs being discussed in the
  community e.g., ActiveRecord



         manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Consistent hash based distribution
• Self healing
• No single point of failure

Highly concurrent
• MVCC locking


               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Persistence
• Not just in memory!
• Write through and write behind
• Pluggable “drivers”

Eviction and expiry
• Efficient, adaptive algorithms
• Addresses shortcomings of LRU & FIFO
              manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
XA Transactions
• 2-phase commit based
• Deadlock detection algorithms
• Coming soon: Atomic Broadcast



       manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Map/Reduce
 • In a pre-release state right now
 • Please try out 5.0.0.ALPHA3 with these APIs!

Querying
 • Using Lucene and Hibernate Search to index


           manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Client/Server Mode

    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Client/Server Architecture

                                        Supported Protocols
                                      • REST
                                      • Memcached
                                      • Hot Rod




      manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
WTF is Hot Rod?
• Wire protocol for client server
  communications
• Open
• Language independent
• Built-in failover and load balancing
• Smart routing


                  manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Server Endpoint Comparison
                           Client       Clustered Smart              Load Balancing/
            Protocol
                          Libraries         ?     Routing               Failover


  REST       Text            N/A            Yes          No       Any HTTP load balancer


                                                                    Only with predefined
Memcached    Text           Plenty          Yes          No
                                                                         server list

                          Currently
 Hot Rod    Binary                          Yes          Yes              Dynamic
                          only Java



                       manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
So is Infinispan
 a data grid?
• In-memory
• P2P, distributed
• Low-latency, fast key/
  value store




                       manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
So is Infinispan
 a data grid?
• In-memory
• P2P, distributed          ... or is it a NoSQL
• Low-latency, fast key/
  value store
                            database?
                           • Persistence
                           • Map/Reduce
                           • Client/Server mode



                       manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
So is Infinispan
 a data grid?
• In-memory
• P2P, distributed           ... or is it a NoSQL
• Low-latency, fast key/
  value store
                             database?
                           • Persistence
                                                ... or something
                           • Map/Reduce
                           • Client/Server mode else?
                                                              • Querying support
                                                              • Transactional

                       manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
DaaS with
Infinispan

    manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Architecture




                                                                Manage and Monitor
manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Data Grids
   vs.
 NoSQL
manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Data Grids vs. NoSQL
• Data grids/distributed caches as proto-NoSQL?
• Been around since early 2000’s
• Used as database offload
   • Bottleneck removal
• Primary K/V stores for certain types of data
• Low latency data access



              manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Their roots
Data Grids
in-memory, non-clustered -> add clustering ->
add persistence -> add txns -> add M/R

NoSQL
persistence -> add clustering -> add M/R -> add
memory cache


                 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Evolving: Enterprise NoSQL
• Taking NoSQL mainstream
• Adding enterprise features
  • Transactions
  • Querying
• Adding common APIs
  • Easy access, portability


              manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
NoSQL standards
• APIs - basic interactions and Map/Reduce
  • JCP for Java + others
    • http://bit.ly/data_grid_jsr
• Wire protocol
  • Remote communications.
    • Hot Rod?
• Query language
  • Without relational presumptions
              manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Summing things up

• Elastic data is hard
• Public data services not always suitable
• Data grids make elastic storage easy
• Infinispan server endpoints help build
  elastic data tiers
• Discussed data grids versus NoSQL

               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Questions?
    http://www.infinispan.org
    http://blog.infinispan.org
    http://github.com/infinispan
    http://twitter.com/infinispan - #infinispan
    #infinispan on FreeNode (IRC)




          manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Starting an Infinispan Server

• Hot Rod or memcached server endpoint

 $ bin/startServer.sh -r           hotrod 
                      -c           infinispan.xml
 $ bin/startServer.sh -r           memcached 
                      -c           infinispan.xml




                     manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Starting an Infinispan Server


• REST endpoint
   • Deploy infinispan-server-rest.war in your
     favorite servlet container.




               manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Roadmap
4.0.0 Starobrno
• Map-like API
• Async API
• Consistent Hash based distribution
• Write-through, write-behind
• Eviction, expiration
• Management tooling
• REST API
• Hibernate 2nd Level Cache
• Released Feb 2010

                manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Roadmap
4.1.0 Radegast
• Deadlock detection
• Client/Server protocols
  • Memcached
  • Hot Rod
  • Smart clients using Hot Rod
• Lucene Directory implementation
• LIRS: adaptive, recency-based eviction policies
• Released August 2010


                 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Roadmap
5.0.0 Pagoa
• JPA-like API
• Fine-grained replication
• Distributed code execution
  • Map/reduce
• Virtual nodes for more even distribution
• In active development

5.1.0 and beyond
• Dynamic provisioning based on SLAs
• Complex event processing features
                 manik@jboss.org | http://twitter.com/maniksurtani | http://blog.infinispan.org
Ad

More Related Content

What's hot (20)

Chicago Data Summit: Geo-based Content Processing Using HBase
Chicago Data Summit: Geo-based Content Processing Using HBaseChicago Data Summit: Geo-based Content Processing Using HBase
Chicago Data Summit: Geo-based Content Processing Using HBase
Cloudera, Inc.
 
Thug feb 23 2015 Chen Zhang
Thug feb 23 2015 Chen ZhangThug feb 23 2015 Chen Zhang
Thug feb 23 2015 Chen Zhang
Chen Zhang
 
In Memory Data Grids, Demystified!
In Memory Data Grids, Demystified! In Memory Data Grids, Demystified!
In Memory Data Grids, Demystified!
Uri Cohen
 
Rails on HBase
Rails on HBaseRails on HBase
Rails on HBase
EffectiveUI
 
Trusted advisory on technology comparison --exadata, hana, db2
Trusted advisory on technology comparison --exadata, hana, db2Trusted advisory on technology comparison --exadata, hana, db2
Trusted advisory on technology comparison --exadata, hana, db2
Ajay Kumar Uppal
 
Thousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/OThousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/O
George Cao
 
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring
Spring Meetup Paris - Getting Distributed with Hazelcast and SpringSpring Meetup Paris - Getting Distributed with Hazelcast and Spring
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring
Emrah Kocaman
 
Introduction to hazelcast
Introduction to hazelcastIntroduction to hazelcast
Introduction to hazelcast
Emin Demirci
 
Web session replication with Hazelcast
Web session replication with HazelcastWeb session replication with Hazelcast
Web session replication with Hazelcast
Emrah Kocaman
 
Demystifying Benchmarks: How to Use Them To Better Evaluate Databases
Demystifying Benchmarks: How to Use Them To Better Evaluate DatabasesDemystifying Benchmarks: How to Use Them To Better Evaluate Databases
Demystifying Benchmarks: How to Use Them To Better Evaluate Databases
Clustrix
 
An Elastic Metadata Store for eBay’s Media Platform
An Elastic Metadata Store for eBay’s Media PlatformAn Elastic Metadata Store for eBay’s Media Platform
An Elastic Metadata Store for eBay’s Media Platform
MongoDB
 
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document StoreConnector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Filipe Silva
 
Hazelcast For Beginners (Paris JUG-1)
Hazelcast For Beginners (Paris JUG-1)Hazelcast For Beginners (Paris JUG-1)
Hazelcast For Beginners (Paris JUG-1)
Emrah Kocaman
 
Transform your DBMS to drive engagement innovation with Big Data
Transform your DBMS to drive engagement innovation with Big DataTransform your DBMS to drive engagement innovation with Big Data
Transform your DBMS to drive engagement innovation with Big Data
Ashnikbiz
 
PayPal Big Data and MySQL Cluster
PayPal Big Data and MySQL ClusterPayPal Big Data and MySQL Cluster
PayPal Big Data and MySQL Cluster
Mat Keep
 
Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)
Anthony Baker
 
Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013
EDB
 
Fast Online Access to Massive Offline Data - SECR 2016
Fast Online Access to Massive Offline Data - SECR 2016Fast Online Access to Massive Offline Data - SECR 2016
Fast Online Access to Massive Offline Data - SECR 2016
Felix GV
 
Building Apps with Distributed In-Memory Computing Using Apache Geode
Building Apps with Distributed In-Memory Computing Using Apache GeodeBuilding Apps with Distributed In-Memory Computing Using Apache Geode
Building Apps with Distributed In-Memory Computing Using Apache Geode
PivotalOpenSourceHub
 
Choosing the Right Big Data Tools for the Job - A Polyglot Approach
Choosing the Right Big Data Tools for the Job - A Polyglot ApproachChoosing the Right Big Data Tools for the Job - A Polyglot Approach
Choosing the Right Big Data Tools for the Job - A Polyglot Approach
DATAVERSITY
 
Chicago Data Summit: Geo-based Content Processing Using HBase
Chicago Data Summit: Geo-based Content Processing Using HBaseChicago Data Summit: Geo-based Content Processing Using HBase
Chicago Data Summit: Geo-based Content Processing Using HBase
Cloudera, Inc.
 
Thug feb 23 2015 Chen Zhang
Thug feb 23 2015 Chen ZhangThug feb 23 2015 Chen Zhang
Thug feb 23 2015 Chen Zhang
Chen Zhang
 
In Memory Data Grids, Demystified!
In Memory Data Grids, Demystified! In Memory Data Grids, Demystified!
In Memory Data Grids, Demystified!
Uri Cohen
 
Trusted advisory on technology comparison --exadata, hana, db2
Trusted advisory on technology comparison --exadata, hana, db2Trusted advisory on technology comparison --exadata, hana, db2
Trusted advisory on technology comparison --exadata, hana, db2
Ajay Kumar Uppal
 
Thousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/OThousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/O
George Cao
 
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring
Spring Meetup Paris - Getting Distributed with Hazelcast and SpringSpring Meetup Paris - Getting Distributed with Hazelcast and Spring
Spring Meetup Paris - Getting Distributed with Hazelcast and Spring
Emrah Kocaman
 
Introduction to hazelcast
Introduction to hazelcastIntroduction to hazelcast
Introduction to hazelcast
Emin Demirci
 
Web session replication with Hazelcast
Web session replication with HazelcastWeb session replication with Hazelcast
Web session replication with Hazelcast
Emrah Kocaman
 
Demystifying Benchmarks: How to Use Them To Better Evaluate Databases
Demystifying Benchmarks: How to Use Them To Better Evaluate DatabasesDemystifying Benchmarks: How to Use Them To Better Evaluate Databases
Demystifying Benchmarks: How to Use Them To Better Evaluate Databases
Clustrix
 
An Elastic Metadata Store for eBay’s Media Platform
An Elastic Metadata Store for eBay’s Media PlatformAn Elastic Metadata Store for eBay’s Media Platform
An Elastic Metadata Store for eBay’s Media Platform
MongoDB
 
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document StoreConnector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Connector/J Beyond JDBC: the X DevAPI for Java and MySQL as a Document Store
Filipe Silva
 
Hazelcast For Beginners (Paris JUG-1)
Hazelcast For Beginners (Paris JUG-1)Hazelcast For Beginners (Paris JUG-1)
Hazelcast For Beginners (Paris JUG-1)
Emrah Kocaman
 
Transform your DBMS to drive engagement innovation with Big Data
Transform your DBMS to drive engagement innovation with Big DataTransform your DBMS to drive engagement innovation with Big Data
Transform your DBMS to drive engagement innovation with Big Data
Ashnikbiz
 
PayPal Big Data and MySQL Cluster
PayPal Big Data and MySQL ClusterPayPal Big Data and MySQL Cluster
PayPal Big Data and MySQL Cluster
Mat Keep
 
Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)Introduction to Apache Geode (Cork, Ireland)
Introduction to Apache Geode (Cork, Ireland)
Anthony Baker
 
Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013Avoiding.the.pitfallsof.oracle.migration.2013
Avoiding.the.pitfallsof.oracle.migration.2013
EDB
 
Fast Online Access to Massive Offline Data - SECR 2016
Fast Online Access to Massive Offline Data - SECR 2016Fast Online Access to Massive Offline Data - SECR 2016
Fast Online Access to Massive Offline Data - SECR 2016
Felix GV
 
Building Apps with Distributed In-Memory Computing Using Apache Geode
Building Apps with Distributed In-Memory Computing Using Apache GeodeBuilding Apps with Distributed In-Memory Computing Using Apache Geode
Building Apps with Distributed In-Memory Computing Using Apache Geode
PivotalOpenSourceHub
 
Choosing the Right Big Data Tools for the Job - A Polyglot Approach
Choosing the Right Big Data Tools for the Job - A Polyglot ApproachChoosing the Right Big Data Tools for the Job - A Polyglot Approach
Choosing the Right Big Data Tools for the Job - A Polyglot Approach
DATAVERSITY
 

Viewers also liked (20)

NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
Kai Wähner
 
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Christian Tzolov
 
Архитектура Apache Ignite .NET
Архитектура Apache Ignite .NETАрхитектура Apache Ignite .NET
Архитектура Apache Ignite .NET
Mikhail Shcherbakov
 
Building Wall St Risk Systems with Apache Geode
Building Wall St Risk Systems with Apache GeodeBuilding Wall St Risk Systems with Apache Geode
Building Wall St Risk Systems with Apache Geode
Andre Langevin
 
JBoss Community Introduction
JBoss Community IntroductionJBoss Community Introduction
JBoss Community Introduction
jbugkorea
 
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Manik Surtani
 
Infinispan Servers: Beyond peer-to-peer data grids
Infinispan Servers: Beyond peer-to-peer data gridsInfinispan Servers: Beyond peer-to-peer data grids
Infinispan Servers: Beyond peer-to-peer data grids
Galder Zamarreño
 
Infinispan from POC to Production
Infinispan from POC to ProductionInfinispan from POC to Production
Infinispan from POC to Production
C2B2 Consulting
 
Apache Geode - The First Six Months
Apache Geode -  The First Six MonthsApache Geode -  The First Six Months
Apache Geode - The First Six Months
Anthony Baker
 
Hacking Infinispan: the new open source data grid meets NoSQL
Hacking Infinispan: the new open source data grid meets NoSQLHacking Infinispan: the new open source data grid meets NoSQL
Hacking Infinispan: the new open source data grid meets NoSQL
Codemotion
 
Apache geode
Apache geodeApache geode
Apache geode
Yogesh BG
 
Redis adaptor for Apache Geode
Redis adaptor for Apache GeodeRedis adaptor for Apache Geode
Redis adaptor for Apache Geode
Swapnil Bawaskar
 
Keeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Keeping Infinispan In Shape: Highly-Precise, Scalable Data EvictionKeeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Keeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Galder Zamarreño
 
Apache Geode Clubhouse - WAN-based Replication
Apache Geode Clubhouse - WAN-based ReplicationApache Geode Clubhouse - WAN-based Replication
Apache Geode Clubhouse - WAN-based Replication
PivotalOpenSourceHub
 
인메모리 클러스터링 아키텍처
인메모리 클러스터링 아키텍처인메모리 클러스터링 아키텍처
인메모리 클러스터링 아키텍처
Jaehong Cheon
 
Infinispan and Enterprise Data Grid
Infinispan and Enterprise Data GridInfinispan and Enterprise Data Grid
Infinispan and Enterprise Data Grid
JBug Italy
 
An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)
Anthony Baker
 
Data Grids and Data Caching
Data Grids and Data CachingData Grids and Data Caching
Data Grids and Data Caching
Galder Zamarreño
 
Going asynchronous with netty - SOSCON 2015
Going asynchronous with netty - SOSCON 2015Going asynchronous with netty - SOSCON 2015
Going asynchronous with netty - SOSCON 2015
Kris Jeong
 
Apache ignite Datagrid
Apache ignite DatagridApache ignite Datagrid
Apache ignite Datagrid
Surinder Mehra
 
NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
NoSQL in Practice with TIBCO: Real World Use Cases and Customer Success Stori...
Kai Wähner
 
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Apache conbigdata2015 christiantzolov-federated sql on hadoop and beyond- lev...
Christian Tzolov
 
Архитектура Apache Ignite .NET
Архитектура Apache Ignite .NETАрхитектура Apache Ignite .NET
Архитектура Apache Ignite .NET
Mikhail Shcherbakov
 
Building Wall St Risk Systems with Apache Geode
Building Wall St Risk Systems with Apache GeodeBuilding Wall St Risk Systems with Apache Geode
Building Wall St Risk Systems with Apache Geode
Andre Langevin
 
JBoss Community Introduction
JBoss Community IntroductionJBoss Community Introduction
JBoss Community Introduction
jbugkorea
 
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Infinispan, Data Grids, NoSQL, Cloud Storage and JSR 347
Manik Surtani
 
Infinispan Servers: Beyond peer-to-peer data grids
Infinispan Servers: Beyond peer-to-peer data gridsInfinispan Servers: Beyond peer-to-peer data grids
Infinispan Servers: Beyond peer-to-peer data grids
Galder Zamarreño
 
Infinispan from POC to Production
Infinispan from POC to ProductionInfinispan from POC to Production
Infinispan from POC to Production
C2B2 Consulting
 
Apache Geode - The First Six Months
Apache Geode -  The First Six MonthsApache Geode -  The First Six Months
Apache Geode - The First Six Months
Anthony Baker
 
Hacking Infinispan: the new open source data grid meets NoSQL
Hacking Infinispan: the new open source data grid meets NoSQLHacking Infinispan: the new open source data grid meets NoSQL
Hacking Infinispan: the new open source data grid meets NoSQL
Codemotion
 
Apache geode
Apache geodeApache geode
Apache geode
Yogesh BG
 
Redis adaptor for Apache Geode
Redis adaptor for Apache GeodeRedis adaptor for Apache Geode
Redis adaptor for Apache Geode
Swapnil Bawaskar
 
Keeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Keeping Infinispan In Shape: Highly-Precise, Scalable Data EvictionKeeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Keeping Infinispan In Shape: Highly-Precise, Scalable Data Eviction
Galder Zamarreño
 
Apache Geode Clubhouse - WAN-based Replication
Apache Geode Clubhouse - WAN-based ReplicationApache Geode Clubhouse - WAN-based Replication
Apache Geode Clubhouse - WAN-based Replication
PivotalOpenSourceHub
 
인메모리 클러스터링 아키텍처
인메모리 클러스터링 아키텍처인메모리 클러스터링 아키텍처
인메모리 클러스터링 아키텍처
Jaehong Cheon
 
Infinispan and Enterprise Data Grid
Infinispan and Enterprise Data GridInfinispan and Enterprise Data Grid
Infinispan and Enterprise Data Grid
JBug Italy
 
An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)An Introduction to Apache Geode (incubating)
An Introduction to Apache Geode (incubating)
Anthony Baker
 
Going asynchronous with netty - SOSCON 2015
Going asynchronous with netty - SOSCON 2015Going asynchronous with netty - SOSCON 2015
Going asynchronous with netty - SOSCON 2015
Kris Jeong
 
Apache ignite Datagrid
Apache ignite DatagridApache ignite Datagrid
Apache ignite Datagrid
Surinder Mehra
 
Ad

Similar to Infinspan: In-memory data grid meets NoSQL (20)

Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History
Batista Harahap
 
Scaling with swagger
Scaling with swaggerScaling with swagger
Scaling with swagger
Tony Tam
 
Single page applications the basics
Single page applications the basicsSingle page applications the basics
Single page applications the basics
Chris Love
 
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Sascha Wenninger
 
Cycling for noobs
Cycling for noobsCycling for noobs
Cycling for noobs
Steve Lee
 
SparxUp - Growth VS Scalability
SparxUp - Growth VS ScalabilitySparxUp - Growth VS Scalability
SparxUp - Growth VS Scalability
Batista Harahap
 
A microservices journey - Round 2
A microservices journey - Round 2A microservices journey - Round 2
A microservices journey - Round 2
Christian Posta
 
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
WSO2
 
Be faster then rabbits
Be faster then rabbitsBe faster then rabbits
Be faster then rabbits
Vladislav Bauer
 
CIS 2015 To Infinity and Beyond: Web Scale Session Management - Lukasz Jaromin
CIS 2015 To Infinity and Beyond: Web Scale Session Management -  Lukasz JarominCIS 2015 To Infinity and Beyond: Web Scale Session Management -  Lukasz Jaromin
CIS 2015 To Infinity and Beyond: Web Scale Session Management - Lukasz Jaromin
CloudIDSummit
 
Introduction to Apache NiFi dws19 DWS - DC 2019
Introduction to Apache NiFi   dws19 DWS - DC 2019Introduction to Apache NiFi   dws19 DWS - DC 2019
Introduction to Apache NiFi dws19 DWS - DC 2019
Timothy Spann
 
Real world RESTful service development problems and solutions
Real world RESTful service development problems and solutionsReal world RESTful service development problems and solutions
Real world RESTful service development problems and solutions
Masoud Kalali
 
A Tale of 2 Systems
A Tale of 2 SystemsA Tale of 2 Systems
A Tale of 2 Systems
David Newman
 
Restful风格ž„web服务架构
Restful风格ž„web服务架构Restful风格ž„web服务架构
Restful风格ž„web服务架构
Benjamin Tan
 
Scalable web architecture
Scalable web architectureScalable web architecture
Scalable web architecture
Kaushik Paranjape
 
Training on iOS app development - Samesh Swongamikha & Neetin Sharma
Training on iOS app development - Samesh Swongamikha & Neetin SharmaTraining on iOS app development - Samesh Swongamikha & Neetin Sharma
Training on iOS app development - Samesh Swongamikha & Neetin Sharma
MobileNepal
 
WCM-7 Surfing with CMIS
WCM-7 Surfing with CMISWCM-7 Surfing with CMIS
WCM-7 Surfing with CMIS
Alfresco Software
 
Mobile gotcha
Mobile gotchaMobile gotcha
Mobile gotcha
phegaro
 
Evolution of integration and microservices patterns with service mesh
Evolution of integration and microservices patterns with service meshEvolution of integration and microservices patterns with service mesh
Evolution of integration and microservices patterns with service mesh
Christian Posta
 
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
Serdar Basegmez
 
Urbanesia - Development History
Urbanesia - Development HistoryUrbanesia - Development History
Urbanesia - Development History
Batista Harahap
 
Scaling with swagger
Scaling with swaggerScaling with swagger
Scaling with swagger
Tony Tam
 
Single page applications the basics
Single page applications the basicsSingle page applications the basics
Single page applications the basics
Chris Love
 
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Navigating SAP’s Integration Options (Mastering SAP Technologies 2013)
Sascha Wenninger
 
Cycling for noobs
Cycling for noobsCycling for noobs
Cycling for noobs
Steve Lee
 
SparxUp - Growth VS Scalability
SparxUp - Growth VS ScalabilitySparxUp - Growth VS Scalability
SparxUp - Growth VS Scalability
Batista Harahap
 
A microservices journey - Round 2
A microservices journey - Round 2A microservices journey - Round 2
A microservices journey - Round 2
Christian Posta
 
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
[WSO2Con EU 2017] Keynote: Ballerina Plans and Futures
WSO2
 
CIS 2015 To Infinity and Beyond: Web Scale Session Management - Lukasz Jaromin
CIS 2015 To Infinity and Beyond: Web Scale Session Management -  Lukasz JarominCIS 2015 To Infinity and Beyond: Web Scale Session Management -  Lukasz Jaromin
CIS 2015 To Infinity and Beyond: Web Scale Session Management - Lukasz Jaromin
CloudIDSummit
 
Introduction to Apache NiFi dws19 DWS - DC 2019
Introduction to Apache NiFi   dws19 DWS - DC 2019Introduction to Apache NiFi   dws19 DWS - DC 2019
Introduction to Apache NiFi dws19 DWS - DC 2019
Timothy Spann
 
Real world RESTful service development problems and solutions
Real world RESTful service development problems and solutionsReal world RESTful service development problems and solutions
Real world RESTful service development problems and solutions
Masoud Kalali
 
A Tale of 2 Systems
A Tale of 2 SystemsA Tale of 2 Systems
A Tale of 2 Systems
David Newman
 
Restful风格ž„web服务架构
Restful风格ž„web服务架构Restful风格ž„web服务架构
Restful风格ž„web服务架构
Benjamin Tan
 
Training on iOS app development - Samesh Swongamikha & Neetin Sharma
Training on iOS app development - Samesh Swongamikha & Neetin SharmaTraining on iOS app development - Samesh Swongamikha & Neetin Sharma
Training on iOS app development - Samesh Swongamikha & Neetin Sharma
MobileNepal
 
Mobile gotcha
Mobile gotchaMobile gotcha
Mobile gotcha
phegaro
 
Evolution of integration and microservices patterns with service mesh
Evolution of integration and microservices patterns with service meshEvolution of integration and microservices patterns with service mesh
Evolution of integration and microservices patterns with service mesh
Christian Posta
 
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
IBM Connect 2017: Your Data In the Major Leagues: A Practical Guide to REST S...
Serdar Basegmez
 
Ad

Recently uploaded (20)

Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.Greenhouse_Monitoring_Presentation.pptx.
Greenhouse_Monitoring_Presentation.pptx.
hpbmnnxrvb
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 

Infinspan: In-memory data grid meets NoSQL

  • 1. [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 2. Infinispan In-memory data grid meets NoSQL Manik Surtani Founder and project lead, Infinispan Senior Principal Engineer Red Hat, Inc. [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 3. “Could data storage be the one thing that hampers true cloud scalability and elasticity?” [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 4. Who is Manik? • R&D Engineer, Red Hat Inc. • Founder and project lead, Infinispan • Project lead, JBoss Cache • Frequent speaker on cloud computing and cloud data storage http://twitter.com/maniksurtani http://blog.infinispan.org [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 5. Agenda • What is Data-as-a-Service? • Introducing Infinispan • Implementing Data-as-a-Service with data grids • Data grids vs. NoSQL [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 6. Traditional 3-tier App [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 7. Typical IaaS App [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 8. Typical PaaS App [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 9. Where’s your data stored?? [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 10. Clouds are ephemeral! [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 11. State [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 12. Virtualizing Data • Some public services do exist • Amazon RDS and SimpleDB • FathomDB • Cloundant • MongoHQ • etc. [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 13. What about private clouds? • Not all cloud deployments are public! • Private cloud is very important • How can you build DaaS yourself? [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 14. Characteristics of DaaS • Elastic data • Needs to scale with other tiers • Response times should be linear • Needs to be highly available • Nodes will die! The service shouldn’t. [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 15. “Traditional” RDBMSs • Lack of distribution hampers elasticity and HA • These limitations can be worked around • ... but this isn’t trivial • ... or cheap [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 16. “Traditional” RDBMSs • Lack of distribution hampers elasticity and HA • These limitations can be worked around • ... but this isn’t trivial • ... or cheap [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 17. Distributed Data Grid • Far better suited to elastic data • Distributed by nature • Highly available by nature • A good building block for your data service [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 18. API is king • Apps should use their native data storage APIs • E.g., JPA (Java EE), ActiveRecord (Ruby), etc. • Key/value too low level • Akin to direct JDBC calls! [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 20. What is Infinispan? • Open source (LGPL) in-memory Data Grid • Some concepts from Amazon Dynamo 2 usage modes • Embedded • Client-server • memcached • Hot Rod • REST [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 21. Embedded Mode [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 22. P2P Embedded Architecture [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 23. API • Map-like key/value store • Upcoming JPA-like layer • Other high-level APIs being discussed in the community e.g., ActiveRecord [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 24. Consistent hash based distribution • Self healing • No single point of failure Highly concurrent • MVCC locking [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 25. Persistence • Not just in memory! • Write through and write behind • Pluggable “drivers” Eviction and expiry • Efficient, adaptive algorithms • Addresses shortcomings of LRU & FIFO [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 26. XA Transactions • 2-phase commit based • Deadlock detection algorithms • Coming soon: Atomic Broadcast [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 27. Map/Reduce • In a pre-release state right now • Please try out 5.0.0.ALPHA3 with these APIs! Querying • Using Lucene and Hibernate Search to index [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 28. Client/Server Mode [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 29. Client/Server Architecture Supported Protocols • REST • Memcached • Hot Rod [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 30. WTF is Hot Rod? • Wire protocol for client server communications • Open • Language independent • Built-in failover and load balancing • Smart routing [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 31. Server Endpoint Comparison Client Clustered Smart Load Balancing/ Protocol Libraries ? Routing Failover REST Text N/A Yes No Any HTTP load balancer Only with predefined Memcached Text Plenty Yes No server list Currently Hot Rod Binary Yes Yes Dynamic only Java [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 32. So is Infinispan a data grid? • In-memory • P2P, distributed • Low-latency, fast key/ value store [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 33. So is Infinispan a data grid? • In-memory • P2P, distributed ... or is it a NoSQL • Low-latency, fast key/ value store database? • Persistence • Map/Reduce • Client/Server mode [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 34. So is Infinispan a data grid? • In-memory • P2P, distributed ... or is it a NoSQL • Low-latency, fast key/ value store database? • Persistence ... or something • Map/Reduce • Client/Server mode else? • Querying support • Transactional [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 35. DaaS with Infinispan [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 36. Architecture Manage and Monitor [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 37. Data Grids vs. NoSQL [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 38. Data Grids vs. NoSQL • Data grids/distributed caches as proto-NoSQL? • Been around since early 2000’s • Used as database offload • Bottleneck removal • Primary K/V stores for certain types of data • Low latency data access [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 39. Their roots Data Grids in-memory, non-clustered -> add clustering -> add persistence -> add txns -> add M/R NoSQL persistence -> add clustering -> add M/R -> add memory cache [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 40. Evolving: Enterprise NoSQL • Taking NoSQL mainstream • Adding enterprise features • Transactions • Querying • Adding common APIs • Easy access, portability [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 41. NoSQL standards • APIs - basic interactions and Map/Reduce • JCP for Java + others • http://bit.ly/data_grid_jsr • Wire protocol • Remote communications. • Hot Rod? • Query language • Without relational presumptions [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 42. Summing things up • Elastic data is hard • Public data services not always suitable • Data grids make elastic storage easy • Infinispan server endpoints help build elastic data tiers • Discussed data grids versus NoSQL [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 43. Questions? http://www.infinispan.org http://blog.infinispan.org http://github.com/infinispan http://twitter.com/infinispan - #infinispan #infinispan on FreeNode (IRC) [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 44. Starting an Infinispan Server • Hot Rod or memcached server endpoint $ bin/startServer.sh -r hotrod -c infinispan.xml $ bin/startServer.sh -r memcached -c infinispan.xml [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 45. Starting an Infinispan Server • REST endpoint • Deploy infinispan-server-rest.war in your favorite servlet container. [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 46. Roadmap 4.0.0 Starobrno • Map-like API • Async API • Consistent Hash based distribution • Write-through, write-behind • Eviction, expiration • Management tooling • REST API • Hibernate 2nd Level Cache • Released Feb 2010 [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 47. Roadmap 4.1.0 Radegast • Deadlock detection • Client/Server protocols • Memcached • Hot Rod • Smart clients using Hot Rod • Lucene Directory implementation • LIRS: adaptive, recency-based eviction policies • Released August 2010 [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org
  • 48. Roadmap 5.0.0 Pagoa • JPA-like API • Fine-grained replication • Distributed code execution • Map/reduce • Virtual nodes for more even distribution • In active development 5.1.0 and beyond • Dynamic provisioning based on SLAs • Complex event processing features [email protected] | http://twitter.com/maniksurtani | http://blog.infinispan.org