A JBoss Project
Red Hat

Downloads

DownloadLatestOlderUnstable
Teiid Runtime10.1.2 *
10.1.2 With WildFly/Console
10.0.4 *
10.0.4 With WildFly/Console
10.2 SNAPSHOT *
10.2 SNAPSHOT With WildFly/Console
Teiid AdminShell10.1.210.0.410.2 SNAPSHOT
JDBC Driver10.1.210.0.410.2 SNAPSHOT
Teiid Source10.1.210.0.410.2 SNAPSHOT
Release Notes / Change Log10.1.010.0.010.2
Teiid Web Console3.0.13.0.13.0.1

 

* IMPORTANT NOTE: Teiid is targeted to specific platforms. See more below.

Maven

You may also directly reference the Teiid artifacts from the download table above from the Maven Central Repository.

Note: Releases prior to 10.0 should use the JBoss Public Maven Repository - http://repository.jboss.org/nexus/content/groups/public/ and the org.jboss.teiid group instead.

Note: Releases prior to 10.1 use the -Final suffix for the initial release 10.0.0-Final, 9.3.0-Final, etc.

JDBC Driver

<dependency>
  <groupId>org.teiid</groupId>
  <artifactId>teiid</artifactId>
  <classifier>jdbc</classifier>
  <version>X.X.X</version>
</dependency>

Server Distribution

<dependency>
  <groupId>org.teiid</groupId>
  <artifactId>teiid</artifactId>
  <classifier>wildfly-server</classifier>
  <version>X.X.X</version>
  <type>zip</type>
</dependency>

Embedding

You should use maven to directly control what features you need when embedding Teiid. See:
Teiid Spring Boot
Teiid WildFly Swarm Examples - will be updated shortly
The Embedded Examples


Docker

Docker images of the combined WildFly/Teiid/Console runtime are available at Docker Hub. These are base images from which you may layer in your modules and deployments.


Installation

Please consult the respective Migration Guides from 8.x to 9.x and from 9.x to 10.x.

Teiid Requires:

  • JRE
    • Java 1.8 for Teiid 9.1+
  • WildFly
    • WildFly 11.0.0.CR1 for Teiid 10.0.0.Beta2+
    • WildFly 10.0.0 for Teiid 9.1 - 10.0.0.Beta1

Optional:

  • Teiid Designer for creation of VDBs in a modeling environment. Note that Teiid Designer currently works with only Teiid 9.0 and earlier.

For complete installation instructions please refer to "Administrator's Guide" in Teiid Documents section.

For Quick "standalone" mode installation of the latest Teiid

Either start by unzip the kit above that includes EAP or:
  1. Install the appropriate WildFly / EAP version (see above).
  2. UnZip Teiid archive over the installed application server
Then start the server using "standalone.sh -c standalone-teiid.xml" command.

Additionally you'll need to supply any third-party jars needed to connect to your enterprise sources like JDBC Drivers.

Teiid JDBC Driver  teiid-<version>-jdbc.jar  can be downloaded from above links for accessing a VDB through JDBC.

Follow the quick start and the Teiid Designer documentation to understand how to create a VDB.  Use and contribute to the Teiid community for additional examples and configuration options for Teiid.

Older Downloads

Looking for a fully supported, certified Data Services Platform? Looking for a fully supported, certified Data Virtualization Platform?



tei·id (TEE-id)

adj.     pertaining to a family of tropical American whip-tailed lizards noted for speed and agility.
n.     a set of open source enterprise information integration tools noted for their ability to rapidly create data services that can quickly adapt to changes in your IT environment.

Blog Posts


Control your business in real-time with automated decision making

Find a security issue with a JBoss Project or Product? Report it now
back to top