21
DDS Enabling Global Data Burlingame, December 2005 Gerardo Pardo-Castellote, Ph.D. CTO & Co-Author DDS Specification [email protected] Gordon A. Hunt Principal Engineer & Architect [email protected] www.rti.com

DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

  • Upload
    others

  • View
    12

  • Download
    1

Embed Size (px)

Citation preview

Page 1: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

DDSEnabling Global Data

Burlingame,December 2005

Gerardo Pardo-Castellote, Ph.D.CTO & Co-Author DDS [email protected]

Gordon A. HuntPrincipal Engineer & [email protected]

www.rti.com

Page 2: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Agenda – Enabling Global Data

� What is DDS?� DDS in Action!� What makes DDS different?� The Future

– Enabling Unified Global Data– A Real-Time “Service” Bus

Page 3: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

What is DDS? DDS the Standard

� Data Distribution Service for Real-Time Systems– Adopted in June 2003– Finalized in June 2004– Revised June 2005– Joint submission (RTI, THALES, OIS)– Specification of API for Data-Centric Publish-Subscribe in real-

time distributed systems.

� Multiple Implementations– 3 commercial– 3 open source– Several more in-house

� Interoperability in progress at OMG– Expected adoption June 06

Page 4: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

What is DDS? DDS/DCPS

Provides a “Global Data Space” that is accessible to all interested applications.– Data objects addressed by Topic and Key– Subscriptions are decoupled from Publications– Contracts established by means of QoS– Automatic discovery and configuration

Global Data Space

DistributedNode

DistributedNode

DistributedNode

DistributedNode

DistributedNode

Pub Pub

Sub Pub

SubSubAlarm

Track

Page 5: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

What is DDS? DDS/DLRL

Provides “Local Object Caches” built from the Global Data Space.– Objects manipulated with a “natural” language binding

� Inheritance, Object Graphs, supported as language objects

– Actions on local objects cause updates to DCPS Global Data– No need for a “global” object model– QoS contracts still available via underlying DCPS

Global DataSpace

DistributedNode

DistributedNode

DistributedNode

Page 6: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Agenda – Enabling Global Data

� What is DDS?� DDS in Action!� What makes DDS different?� The Future

– Enabling Unified Global Data– A Real-Time “Service” Bus

Page 7: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

DDS Adoption

� DISR (formerly JTA)– DoD Information Technology

Standards Registry

� Navy Open Architecture

� FCS SOSCOE– Future Combat System –

System of System CommonOperating Environment

� RETF– Railroad Electronics Task Force

� Navy FORCEnet

Page 8: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

8

UK Air Traffic Control

RETF (USA)Train Communications

Tokyo JapanTraffic Control

Boeing Army FutureCombat System

Boeing AWACSprogram

US Navy, DD(X)LCS, LPD-17

SeaSliceand 13 other Navies

DDS Adoption

Page 9: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

DDS Adoption

� Aerospace & Defense– BAE (Joint Strike Fighter avionics)– USA, CAE, NADS, Boeing (Simulators)– TCG, Lincoln Labs, General Dynamics (C4ISR)– Boeing, Lockheed, Northrop (Navy OA)– SAIC (Ground vehicle control)

� Industrial Automation– Schneider (Factory automation)– Applied Materials, Nikon (Semiconductor equipment)– Ferag (Post printing assembling and binding)– Schilling (Robotics)– Max Planck (Power research)

� Telecomm/Datacomm– Accom (Digital video control)– Tekelec (Network test equipment)– IPC (Telecomm equipment)– Infinera (Optical switch control)

Page 10: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Agenda – Enabling Global Data

� What is DDS?� DDS in Action!� What makes DDS different?� The Future

– Enabling Unified Global Data– A Real-Time “Service” Bus

Page 11: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

DDS Global Data

InstanceInstance

Instance 2Instance 2

InstanceInstance

Data Writer1

Data Writer1

Data Writer2

Data Writer2

Instance 1Instance 1

Instance 3Instance 3

Data ReaderData Reader

Data Reader

Data ReaderData Writer

Topic “Square”Topic “ Topic “Topic “Circle”

� Address in Global Data Space = (Topic, Key)– Each topic corresponds to a multiple data instances– Each DataWriter can write to multiple instances of a single topic

– Multiple DataWriters may write to the same instance

– Each DataReader can receive updates from multiple instances of asingle topic

– Multiple DataReaders may read from the same instances

Page 12: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

DataReader“Circle”

DomainParticipant

DataWriter

“Circle”

DomainParticipant

DDS communications model

� Publisher declares information it has and specifies the Topic– and the offered QoS contract– and an associated listener to be alerted of any significant status changes

� Subscriber declares information it wants and specifies the Topic– and the requested QoS contract– and an associated listener to be alerted of any significant status changes

� DDS automatically discovers publishers and subscribers– DDS ensures QoS matching and alerts of inconsistencies

Failed to produce

data

Listener

Offered

QoS Listener

Failed to get data

Offered

QoS

Page 13: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

QoS: Quality of Service

TRANSPORT PRIORITYCONTENT FILTERS

PRESENTATIONLIFESPAN

DESTINATION ORDERENTITY FACTORY

LATENCY BUDGETDEADLINE

LIVELINESSTIME BASED FILTER

OWNERSHIP STRENGTHRELIABILITY

OWNERSHIPRESOURCE LIMITS

PARTITIONWRITER DATA LIFECYCLE

GROUP DATAREADER DATA LIFECYCLE

TOPIC DATAHISTORY

USER DATADURABILITY

QoS PolicyQoS Policy

Vol

atili

tyU

ser QoS

Del

iver

yP

resentationR

edundancyIn

fras

truc

ture

Transport

Page 14: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Data-Distribution and Real-Time

Non-real-time Soft real-time Hard real-time Extreme real-time

Java/RMIJava/JMS

CORBA

MPI

Java RTSJ (soft RT) RTSJ (hard RT)

Web Services

Mes

sag

ing

Tec

hn

olo

gie

s an

d S

tan

dar

ds

Mes

sag

ing

Tec

hn

olo

gie

s an

d S

tan

dar

ds

Data Distribution Service / DDS

RT CORBA

Adapted from NSWC-DD OA Documentation

Page 15: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

What makes DDS different?

� Data-centricity– High level of data abstraction: Topic, Key– Proven scalable model for RT systems– “Smart” services such as:

� Ownership, ContentFilteredTopics, KeepLast History

– Automatic discovery– Directly supports state propagation/caching

� Configurability by QoS– Wide range of applicability: Enterprise to real-time– P2P infrastructure:

� High-performance and scalability

� Fault-tolerance� Scalability

– Subsumes message-oriented and data-centric

� Object model built as local cache

Page 16: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Agenda – Enabling Global Data

� What is DDS?� DDS in Action!� What makes DDS different?� The Future

– Enabling Unified Global Data– A Real-Time “Service” Bus

Page 17: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Until now: Different Data Solutions

� Database Management Systems– Good for: Complex queries, dynamic sorting, standard SQL I/F,

enterprise solution– But... No RT performance, centralized, non-distributed

� Data Distribution Services– Good for: High performance, dynamic architectures, real-time

solution– But... what do you do with the data once you get it there?

DistributedData

DistributedNodeDistributed

Node

DistributedNode

D

DatabaseMgmt

DistributedNode

T

DistributedNode

DistributedNode

Page 18: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

A new model is possible: Standards-Based Global Data Space

� Data accessible to all interested applications:

– Data distribution (publishers and subscribers): DDS

– Data management (storage, retrieval, queries): SQL

– Rich QoS, automatic discovery and configuration

– Real-time and/or high-performance access to data

DBMS

DBMSDBMS

Global Data Space

DistributedNode

DistributedNode

DistributedNode

DistributedNode

DistributedNode

SQL SQL

DDS SQL

DDSSOA

D T

Page 19: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

SQL App(RT)

DBMS

ClientApplication

Isolates real-time data performance from interference from non-real-time systems

JMSEnterprise

Soap/XML

.NET

.JSP

JMS

Non-Real-Time Publish Subscribe Enterprise

Global Data & End-to-End Integration

Global DataSpace

� Data access from the Web Services or Enterprise networks does not hinder the real-time performance Network

� Additional portals to other systems can be added dynamically

Pub

Sub

Pub

DDS

DDS

SOA

SQL/JMS

SQL

Page 20: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

OMG Opportunity

� Open, Standard Platform Enabling Integration– from the Enterprise Service Bus (ESB)– to the Real-Time Service Bus (RTSB)

DDS

RT Application

Enterprise AppEnterprise App Enterprise App

SOA/WebServices

(J2EE, NET, …)

CORBA/e

ODMG/SQLGlobal Data Space

DDS

DDS

Embedded App.

CORBA/e

OMG Technologies:DDS, CORBAODMG mappingsSOA mappings

ESB

CORBA/e

JMSSOAPDDS

RTSB

.NETODMG/SQL

CORBA/i

Enterprise DatabasesWeb ServicesReal-Time Systems

Page 21: DDS Enabling Global Data - RTI · ODMG/SQL Global Data Space DDS DDS Embedded App. CORBA/e OMG Technologies: DDS, CORBA ODMG mappings SOA mappings ESB CORBA/e JMS DDS SOAP RTSB.NET

Thank you

Gerardo Pardo-Castellote, [email protected]

Gordon A. [email protected]

www.rti.com