This Quick Start Guide takes you through an introduction to the concepts important to Teiid, downloading the software, building and deploying a virtual database and integrating data sources. The goal is to provide you with examples that help explain how to use to Teiid in order to get you off the ground. It also introduces to some of the essential concepts of Teiid.
Tip
|
Further Reading - Please read Teiid Documentation to understand different terminologies used, resources needed, and artifacts to be generated before developing a successful application. This example takes advantage of only a minimal set of features in Teiid for the sake of simplicity and time. |
Note
|
Ask Us - Ask us any questions you have on this Quick Start or any other Teiid related questions on Teiid Forums. |
Quick starts for Teiid.
To contribute a quick start, goto http://github.com/teiid/teiid-quickstarts.
The dist folder contains the Maven scripts to build the quick start zip of the quickstarts.
Be sure to read this entire document before you attempt to work with the quickstarts. It contains the following information:
-
Available Quickstarts: List of the available quickstarts, a description and demonstrated features for each one.
-
System Requirements: List of software required to run the quickstarts.
-
Run the Quick Starts: General instructions for building, deploying, and running the quickstarts.
The following is a list of the currently available quickstarts. The table lists each quickstart name, the features it demonstrates, and it gives a brief description of the quickstart. For more detailed information about a quickstart, click on the quickstart name.
Some quickstarts are designed to enhance or extend other quickstarts. These are noted in the Prerequisites column. If a quickstart lists prerequisites, those must be installed or deployed before working with the quickstart.
Quickstart Name | Features Demonstrated | Description | Prerequisites |
---|---|---|---|
Data Federation, TEXTTABLE, Native Query, VDB Reuse, External Materialization, Excel File |
Shows how to expose multiple data sources for data federation and externally materialize a view to improve performance |
None |
|
Data roles |
Shows how to control Read/Write data access using data roles and masking |
datafederation |
|
'ws' Translator, XMLTABLE, XMLPARSE, VIEW DDL |
Demonstrates the use of the 'ws' translator to read a web service data source |
None |
|
Hibernate Integration, VDB ReUse, Create VIEW, Create Trigger, TEXTTABLE |
Demonstrates how a Hibernate application can add data federation capabilities at the data layer |
datafederation |
|
'infinispan-hotrod' translator |
Demonstrates reading reading a remote infinispan cache using hotrod client |
None |
|
'infinispan-hotrod' translator |
Demonstrates using a remote infinispan server as a materialization cache using hot rod client |
None |
|
Teiid JDBC Connection |
Demonstrates how to make a jdbc connection to Teiid using the Teiid JDBC Driver and DataSource |
None |
|
Performance, Data Federation |
Measures performance using TPC-H benchmark against two running Postgresql servers |
2 running PostgresSQL servers, Unix machine host |
|
'ldap' Translator, FOREIGN TABLE DDL, OpenLDAP |
Demonstrates using the ldap Translator to access data in OpenLDAP Server |
OpenLDAP be installed, Groups 'HR' and Users under it be configured |
|
'mongodb' Translator, FOREIGN TABLE DDL |
Demonstrates using the mongodb Translator to access documents in mongodb |
MongoDB be installed, docuemnts be inserted under 'Employee' connection |
|
'hbase' Translator, FOREIGN TABLE DDL |
Demonstrates using the Hbase Translator via the Pheonix driver |
Hbase be installed |
|
Drools integration, UDF, FOREIGN Function DDL |
Demonstrates using a simple rules invocation via a Function |
None |
|
HDFS/Hive integration, Teiid, VDB, View, Hive Translator |
Demonstrates using Hive translator to access data in Hadoop/Hive |
Hadoop Services, HiveServer2 |
To run these quickstarts with the provided build scripts, you need the following:
-
Use Java 1.8+ to run {{ book.asName }} and Maven. You can choose from the following:
-
OpenJDK
-
Oracle Java SE
-
Oracle JRockit
-
-
Maven 3.0.0 or newer, to build and deploy the examples
-
If you have not yet installed Maven, see the Maven Getting Started Guide for details.
-
If you have installed Maven, you can check the version by typing the following in a command line:
-
mvn --version
-
Install a Teiid instance. You can simple unzip the full runtime distribution with {{ book.asName }} from the downloads
-
For information on how to install and run {{ book.asName }}, refer to the server documentation.
-
-
Set JBOSS_HOME to the root directory location of your application server, the scripts use this variable to determine where to deploy to.