Teiid WildFly Downloads


Runtime


Latest Release Announcement: 16.0.0 Released on December 28th, 2020

Teiid 16.0.0 with WildFly 19.1.0.Final support is now available. The main features are:

  • TEIID-6021 Added bulk update and delete handling for Salesforce. Bulk update can be controlled via a hint or now by execution properties. Bulk delete behavior can also be specified as hard delete via a hint or execution property.
  • TEIID-4594 Thanks to Aditya Manglam Sharma we’ve added a parquet translator for use with file sources - namely file, hdfs, and s3.
  • TEIID-5861 Added multiple join support to the salesforce translator which can be enabled with the maxFromGroups translator property.

Latest

Previous

Older Releases

Unstable

Historical Version Downloads


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.

JDBC Driver

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

Server Distribution

Teiid 12+

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

Teiid 10-11

<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:


Docker

You can create your own Docker images of the combined WildFly/Teiid/Console runtime by starting with the Dockerfile or the base image. These can be used to create ephemeral instances for testing or you can layer in your modules and deployments.


Installation

Please consult the respective Migration Guides from 10.x to 11.x., from 11.x to 12.x., from 12.x to 13.x., from 13.x to 14.x., from 14.x to 15.x., and from 15.x to 16.x.

Teiid Requires:

  • JRE
    • Java 1.8 for Teiid 9.1+, Teiid 12.1.0 and later may use Java 11
  • WildFly
    • WildFly 19.1.0 for Teiid 14.0.0+
    • WildFly 17.0.0 for Teiid 12.3.0-13.x

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.


Tooling


Teiid Designer

Teiid Designer is a legacy project for the creation of VDBs in a modeling environment. Note that Teiid Designer currently works directly with Teiid 9.0 and earlier only and support for Teiid Designer VDBs is deprecated in Teiid.

Latest Release 11.2.1 Final - Jan 2nd, 2019


Stable 11.x Releases


Install into RH Developer Studio 12.0

Install into Eclipse 4.8 (Photon)


Install into RH Developer Studio 11.x

Install into Eclipse 4.7 (Oxygen)


Install into RH Developer Studio 10.1

Install into Eclipse 4.6 (Neon)