Inside JBoss Data Virtualization - iPaaS Demystified (Part 1)
Join the DZone community and get the full member experience.
Join For FreeThis is another blog the ongoing series about the Red Hat xPaaS solutions, where I am trying to demystify the acronyms a bit and give you more information about the projects and products composed around it. After the initial overview this post focuses on the first aspect of the iPaaS solution: JBoss Data Virtualization.
What is Data Virtualization and why should I care?
Think of Data Virtualization as of a distinct layer between your business applications and your data-sources. It can also be described as an integration layer for data. So, instead of pulling different datasources into your business application and following a polyglot persistence approach you take advantage of not only the data-access aspects but also get a consistent view on your distributed data-models. All perspectives are encapsulated: data abstraction, federation, integration, transformation, and delivery capabilities to combine data from one or multiple sources into reusable and unified logical data models.
To successfully implement such an approach, you need to follow a three step approach:
- Connect: Access Data From Multiple Data Sources
- Compose: Create a Business Friendly Virtual Data Model
- Consume: Make the Data Model Available to Consumers
There are a couple of different ways to get some first experiences. In no particular order:
- Data Virtualization on OpenShift (Installing DV Cartridge and connecting the JBDS)
- Teiid Quickstarts (federation, roles, rules, webservices, hibernate, infinispan)
- Red Hat JBoss Data Virtualization Workshop (End2End Lab)
- JBoss.org Developer Resources (Videos and Screencasts)
- Official Product Documentation (Developer-, Install-, Admin-, User -Guides)
Behind the supported Red Hat solution are:
- Teiid (http://teiid.jboss.org/)
- Documentation - http://www.jboss.org/teiid/docs
- GitHub - https://github.com/teiid/teiid
- JIRA Issues - https://issues.jboss.org/browse/TEIID
- User Forum - https://community.jboss.org/en/teiid?view=discussions
- Wiki - https://community.jboss.org/wiki/TheTeiidProject
- IRC - irc.freenode.net#teiid
- ModeShape (http://modeshape.jboss.org/)
- Documentation - http://modeshape.jboss.org/docs
- GitHub - https://github.com/ModeShape/modeshape
- JIRA Issues - https://jira.jboss.org/browse/MODE
- User Forum - http://community.jboss.org/community/modeshape
- IRC - irc.freenode.net#modeshape
Published at DZone with permission of Markus Eisele, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
How To Approach Java, Databases, and SQL [Video]
-
5 Key Concepts for MQTT Broker in Sparkplug Specification
-
Managing Data Residency, the Demo
-
Why You Should Consider Using React Router V6: An Overview of Changes
Comments