GridGain Java Grid Computing Made Simple - PowerPoint PPT Presentation

1 / 23
About This Presentation
Title:

GridGain Java Grid Computing Made Simple

Description:

Like JBoss, Spring Source, Mule Source... GridGain Java Grid Computing Made Simple ... Mule. JMS. ActiveMQ. SunMQ. Jgroups. Email. TCP, IP-Multicast. Others ... – PowerPoint PPT presentation

Number of Views:118
Avg rating:3.0/5.0
Slides: 24
Provided by: nik48
Category:

less

Transcript and Presenter's Notes

Title: GridGain Java Grid Computing Made Simple


1
GridGain Java Grid Computing Made Simple
  • Nikita Ivanov
  • www.gridgain.org

2
Agenda
  • GridGain
  • What is Grid Computing and why?
  • What is GridGain and why?
  • Why Java and Open Source?
  • Key Concepts
  • Demos
  • Grid Application in 15 Minutes
  • Running JUnits on Grid

GridGain Java Grid Computing Made Simple
Slide 2
3
What is Grid Computing?
  • Compute Grids
  • Parallelize logic execution
  • Data Grids
  • Parallelize data storage
  • Grid Computing Compute Grids Data Grids
  • Data Partitioning Affinity Map/Reduce

GridGain Java Grid Computing Made Simple
4
Why Grid Computing?
  • Ask Google, Yahoo, eBay, Amazon
  • Solves problems often unsolvable otherwise
  • Google has 1,000,000 nodes in its grid
  • Uniformed programming paradigm
  • Scales from garage to Google

5
What is GridGain?
  • Grid computing framework
  • Compute Data Grid Computing
  • Innovative MapReduce
  • Integration with leading Data Grids
  • Ground-breaking simplicity
  • Java centric
  • Built in Java and for Java
  • REST and .NET compatible
  • Open source
  • LGPL/Apache license

GridGain Java Grid Computing Made Simple
Slide 5
6
Why GridGain?
  • Existing projects are
  • Too complex to use
  • Globus, GridEngine anyone?
  • Too expensive to use
  • M for DataSynapse, Platform, UD
  • Not Java-based or Java friendly
  • Alien to Java 5 and JEE

GridGain Java Grid Computing Made Simple
Slide 6
7
Professional Open Source
  • GridGain - Professional Open Source
  • Open source gt Free
  • Software
  • Upgrades
  • Community support
  • Source code
  • No gimmicks
  • Plus commercial enterprise-level support and
    services
  • Indemnification
  • Custom SLAs
  • Guaranteed response time
  • Advanced management monitoring
  • Like JBoss, Spring Source, Mule Source

GridGain Java Grid Computing Made Simple
Slide 7
8
Key Concepts
  • MapReduce
  • Zero Deployment
  • On Demand Scalability
  • Fault Tolerance
  • Blend-In Integration
  • Transparent Grid Enabling
  • Data Grids Integration
  • JMX-based Monitoring

GridGain Java Grid Computing Made Simple
9
MapReduce
  • Task execution request
  • Task splits into jobs
  • Result of job execution
  • Aggregation of job results

GridGain Java Grid Computing Made Simple
10
MapReduce Example
11
Zero Deployment
  • Peer-to-Peer On-Demand Class Loading technology
  • No Ant scripts to run
  • No JARs to copy or FTP
  • No nodes to restart
  • Develop in EXACTLY the same way as locally
  • Change-gtCompile-gtRun on the grid
  • Start many grid nodes in
  • Single JVM debug grid apps locally (!)
  • Single computer run grid on your workstation
  • Single biggest developers productivity boost

Slide 11
GridGain Java Grid Computing Made Simple
12
On Demand Scalability
GridGain Java Grid Computing Made Simple
13
Fault Tolerance
  • Customizable failover resolution
  • Automatic failover
  • Fail-fast, fail-slow implementation
  • Failure is result too
  • Redundant jobs
  • Asynchronous results processing
  • Policy-based continuation
  • Checkpoints for long-running tasks
  • Smart restart in case of failover

GridGain Java Grid Computing Made Simple
14
Blend-In Integration
  • Service Provider Interface (SPI)-based
    architecture
  • Plug in and customize almost any aspect of grid
    computing framework
  • LEGO-like assembly of custom grid infrastructure
  • Grid computing framework aspect that are fully
    pluggable
  • Checkpoints
  • Failover
  • Collision Resolution
  • Topology management
  • Load balancing
  • Deployment
  • Communication
  • Discovery
  • Tracing
  • Startup
  • Event storage

Slide 14
GridGain Java Grid Computing Made Simple
15
Blend-In Integration, cont.
  • Out-of-the-box integration with
  • Application Servers
  • JBoss AS
  • BEA Weblogic
  • IBM Websphere
  • Glassfish
  • Tomcat
  • Data Grids
  • JBoss Cache
  • Coherence
  • GigaSpaces
  • AOP
  • JBoss AOP
  • Spring AOP
  • AspectJ
  • Messaging Middleware
  • Mule
  • JMS
  • ActiveMQ
  • SunMQ
  • Jgroups
  • Email
  • TCP, IP-Multicast
  • Others
  • Spring
  • Junit
  • JXInsight

GridGain Java Grid Computing Made Simple
16
Transparent Grid Enabling
  • 01 class BizLogic 02   _at_Gridify()
    03   public static Result process(String param) 
    04     ...05   06 07 08 class Caller 09  
     public static void Main(String args) 10     G
    ridFactory.start()11 12     try 13       BizL
    ogic.process(args0)14     15     finally 1
    6       GridFactory.stop()17     18   19 

Execution of process() method will be performed
on the grid
GridGain Java Grid Computing Made Simple
17
Data Grids Integration
  • Compute Data Grid Computing
  • Compute grids parallelize processing logic
  • Data grids parallelize data storage
  • JBoss Cache, Oracle Coherence
  • Affinity Map/Reduce ability to co-locate
    processing logic and the data
  • Minimizes noise traffic
  • Optimal grid load and performance

GridGain Java Grid Computing Made Simple
18
Data Grid Integration, cont.
GridGain Java Grid Computing Made Simple
19
Data Grids Integration, cont.
  • GridGain full stack grid computing
  • GridGainJBoss Cache
  • Full OPEN SOURCE grid computing platform
  • Native integration
  • GridGainCoherence Data Grid
  • Native integration
  • GridGainGigaSpaces Data Grid
  • One compute grid - many data grids
  • Freedom of choice

GridGain Java Grid Computing Made Simple
20
JMX-Based Monitoring
  • Full JMX instrumentation
  • Every SPI
  • Kernal
  • Flexible access
  • Programmatic via JMX API
  • From GUI JMX console
  • Jboss Management
  • Hyperic
  • JConsole

GridGain Java Grid Computing Made Simple
21
Roadmap
  • GridGain 2.0.0 is out on February 12th, 2008
  • GridGain 2.0.1 is out on March 7th, 2008
  • GridGain 2.1 Q308
  • Mobile Grid Computing Google Android
  • Utility or on-demand computing Amazon EC2
  • Web 2.0 Grid Computing REST JSON
  • Enhanced Management and Monitoring

GridGain Java Grid Computing Made Simple
22
Demos
  • Java 5/Eclipse 3.2/Windows XP
  • GridGain 2.0

GridGain Java Grid Computing Made Simple
Slide 22
23
Q A
  • Thanks for your time!
  • Nikita Ivanov nivanov_at_gridgain.com
  • GridGain www.gridgain.org

GridGain Java Grid Computing Made Simple
Write a Comment
User Comments (0)
About PowerShow.com