<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Teiid</title>
    <link>https://teiid.io/</link>
    <description>Recent content on Teiid</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Fri, 19 May 2017 14:40:12 +0100</lastBuildDate>
    
	<atom:link href="https://teiid.io/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Data Services</title>
      <link>https://teiid.io/about/basics/dataservices/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/basics/dataservices/</guid>
      <description>Teiid Basics &amp;lt; Virtual Databases | Schemas | Data Services | Sources
Services Data access services via data virtualization provide important abstraction and decoupling features.
   Services and Abstraction Decoupling is the key concept in services and is achieved through abstraction based on service interfaces. Business processes represent a formalized executable form of the actual enterprise&amp;rsquo;s processes, but offer a layer of abstraction above the physical processes, be they automated or manual.</description>
    </item>
    
    <item>
      <title>Schemas</title>
      <link>https://teiid.io/about/basics/schemas/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/basics/schemas/</guid>
      <description>Teiid Basics &amp;lt; Virtual Databases | Schemas | Data Services | Sources
 Schemas Originally Teiid used the term models to refer to its schemas as the constructs Teiid used of relational schema were defined in the Eclipse Modeling Framework. There also used to be additional &amp;ldquo;model&amp;rdquo; types that Teiid / Teiid Designer utilized. Now however we deal strictly with schema in Teiid.
In Teiid, schema are used to define the entities, and relationships between those entities, required to fully define the integration so that they may be accessed in a uniform manner.</description>
    </item>
    
    <item>
      <title>Sources</title>
      <link>https://teiid.io/about/basics/sources/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/basics/sources/</guid>
      <description>Teiid Basics &amp;lt; Virtual Databases | Schemas | Data Services | Sources
Access to data sources in Teiid take two components. A translator and a platform dependent access mechanism to provide source access. A translator is represented in DDL as a foreign data wrapper (FDW). The platform dependent access is abstracted in DDL the SERVER construct. Together this access is been referred to as a Teiid connector.
 Translators A Translator provides an abstraction layer between Teiid Query Engine and physical data source, that knows how to convert Teiid issued query commands into source specific commands and execute them.</description>
    </item>
    
    <item>
      <title>Teiid WildFly Documents</title>
      <link>https://teiid.io/teiid_wildfly/docs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/docs/</guid>
      <description>Teiid documentation provides introductory material, manuals, and guides covering nearly every aspect of the project. For product users, the community documentation can be used in conjunction with the product documentation and the community resources to answer any question you might have. The documentation project can be found at GitHub., the 9.x+ source use gitbook, which can be used to download/generate PDF, EPUB, and MOBI documentation. There are links below to pre-published html versions.</description>
    </item>
    
    <item>
      <title>Teiid WildFly Downloads</title>
      <link>https://teiid.io/teiid_wildfly/downloads/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/downloads/</guid>
      <description>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&amp;rsquo;ve added a parquet translator for use with file sources - namely file, hdfs, and s3.</description>
    </item>
    
    <item>
      <title>Virtual Databases</title>
      <link>https://teiid.io/about/basics/vdbs/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/basics/vdbs/</guid>
      <description>Teiid Basics &amp;lt; Virtual Databases | Schemas | Data Services | Sources
 The Virtual Database A virtual database (or VDB) is a container for components used to integrate data from multiple data sources, so that they can be accessed in an integrated manner through a single, uniform API.
 VDB Creation and Validation In traditional Teiid development VDBs may be defined as a single file mixture of DDL and or XML, or a zip (.</description>
    </item>
    
    <item>
      <title>Teiid WildFly 14.x Downloads</title>
      <link>https://teiid.io/teiid_wildfly/downloads_14x/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/downloads_14x/</guid>
      <description>Runtime   Version 14.0.2  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console    Maven You may also directly reference the Teiid artifacts from the download table above from the Maven Central Repository.
 https://mvnrepository.com/artifact/org.teiid  JDBC Driver &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.teiid&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;teiid&amp;lt;/artifactId&amp;gt; &amp;lt;classifier&amp;gt;jdbc&amp;lt;/classifier&amp;gt; &amp;lt;version&amp;gt;X.X.X&amp;lt;/version&amp;gt; &amp;lt;/dependency&amp;gt; Server Distribution &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.teiid.wildfly&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;teiid-wildfly&amp;lt;/artifactId&amp;gt; &amp;lt;classifier&amp;gt;server&amp;lt;/classifier&amp;gt; &amp;lt;version&amp;gt;X.X.X&amp;lt;/version&amp;gt; &amp;lt;type&amp;gt;zip&amp;lt;/type&amp;gt; &amp;lt;/dependency&amp;gt;  Embedding You should use maven to directly control what features you need when embedding Teiid.</description>
    </item>
    
    <item>
      <title>Teiid WildFly 12.x Downloads</title>
      <link>https://teiid.io/teiid_wildfly/downloads_12x/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/downloads_12x/</guid>
      <description>Runtime   Version 12.3.2  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 12.2.2  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 12.1.2  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 12.</description>
    </item>
    
    <item>
      <title>Teiid WildFly 13.x Downloads</title>
      <link>https://teiid.io/teiid_wildfly/downloads_13x/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/downloads_13x/</guid>
      <description>Runtime   Version 13.1.2  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 13.0.3  Teiid Runtime (with WildFly/Console) JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console    Maven You may also directly reference the Teiid artifacts from the download table above from the Maven Central Repository.
 https://mvnrepository.com/artifact/org.teiid  JDBC Driver &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.</description>
    </item>
    
    <item>
      <title>FAQ</title>
      <link>https://teiid.io/about/faq/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/about/faq/</guid>
      <description>About &amp;lt; Why Teiid | FAQ | Basics | Project History
Frequently Asked Questions Teiid is a flexible Java component that provides integrated access to multiple data sources through a single uniform API. Teiid is a query engine for integrating data from multiple sources in an optimal manner. Using Teiid, your applications can access information using standard JDBC/ODBC/OData/REST, even if that information resides in more than one source or in sources that do not understand standard queries.</description>
    </item>
    
    <item>
      <title>History</title>
      <link>https://teiid.io/about/history/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/about/history/</guid>
      <description>About &amp;lt; Why Teiid | FAQ | Basics | Project History
Teiid and Red Hat Products Teiid was initially offered as an officially supported product called JBoss Enterprise Data Services Platform. That offering was later specialized to JBoss Data Virtualization. Now Data Virtualization will be available with Fuse Online (Syndesis) and Fuse Integration Services as part of a unified Red Hat Integration offering.
Teiid and MetaMatrix MetaMatrix pioneered the EII (Enterprise Information Integration) market segment.</description>
    </item>
    
    <item>
      <title>Teiid Basics</title>
      <link>https://teiid.io/about/basics/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/about/basics/</guid>
      <description>About &amp;lt; Why Teiid | FAQ | Basics | Project History
Teiid Basics Getting started with Teiid will feel familiar for those with a database background. The goal is to create a virtual database to encapsulate your data access needs, such that exactly the right data - and only that data - is available to your chosen clients.
The following topics help clarify some of the terms used by Teiid to accelerate the creation of your virtualization.</description>
    </item>
    
    <item>
      <title>Teiid Embedded</title>
      <link>https://teiid.io/embedded/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/embedded/</guid>
      <description>Teiid Embedded is simply using the Teiid jars available as maven artifacts in any Java 8+ JRE application. WildFly nor any application server is not required. This feature is still evolving and is only for highly custom scenarios. Please consult the source examples and even unit tests utilizing the EmbeddedServer for a more complete guide as to its use.
See The Embedded Examples for how to integrate multiple, heterogeneous data stores and enterprise services in a light-weight way.</description>
    </item>
    
    <item>
      <title>Teiid Spring Boot</title>
      <link>https://teiid.io/springboot/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/springboot/</guid>
      <description>The Teiid project provides libraries for developing data virtualizations within Spring applications.
Teiid Spring Boot Teiid Spring Boot is a new bootstapping mechanism of Teiid that can utilize several development models to ultimately create a fat jar runtime for Teiid. You can:
 develop a VDB as DDL files, then use a minimal Teiid Spring Boot project to do the rest of the work of creating the runtime.</description>
    </item>
    
    <item>
      <title>Why Teiid</title>
      <link>https://teiid.io/about/why-teiid/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/about/why-teiid/</guid>
      <description>About &amp;lt; Why Teiid | FAQ | Basics | Project History
1. Familiar Interfaces
Teiid offers very familiar interfaces: JDBC/ODBC/OData/REST.
Every Java developer is familiar with JDBC access to data sources. It is also expected by many BI and other tools. With Teiid you can use JDBC to access any supported source - and integrate across them.
Teiid&amp;rsquo;s JDBC driver:
 provides the JDBC 4.0 API designed for high performance, utilizing batching, read-ahead, and more has been vetted with many leading tools  It&amp;rsquo;s actually a bit of a shortcut to say ODBC access.</description>
    </item>
    
    <item>
      <title>Teiid WildFly</title>
      <link>https://teiid.io/teiid_wildfly/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/</guid>
      <description>Teiid WildFly brings the power of Teiid to the popular WildFly application server. Together they provide a full featured integration and virtualization environment that can also have your traditional JEE applications deployed to it. WildFly provides robust and well documented options for transaction management, connection pooling, security configuration, resource management, clustered deployment, and much more. The deep integration of Teiid means that deployment of your VDBs is managed just like WARs.</description>
    </item>
    
    <item>
      <title>Teiid WildFly 11.x Downloads</title>
      <link>https://teiid.io/teiid_wildfly/downloads_11x/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/downloads_11x/</guid>
      <description>Runtime   Version 11.2.3  Teiid Runtime (with WildFly/Console) Teiid AdminShell JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 11.1.2  Teiid Runtime (with WildFly/Console) Teiid AdminShell JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console      Version 11.0.3  Teiid Runtime (with WildFly/Console) Teiid AdminShell JDBC Driver Teiid Source Release Notes/Change Log Teiid Web Console    Maven You may also directly reference the Teiid artifacts from the download table above from the Maven Central Repository.</description>
    </item>
    
    <item>
      <title>Teiid Designer</title>
      <link>https://teiid.io/teiid_wildfly/teiid_designer/</link>
      <pubDate>Fri, 19 May 2017 14:40:12 +0100</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/teiid_designer/</guid>
      <description>Teiid Designer is a deprecated visual tool built for Eclipse, that enables rapid, model-driven definition, integration, management and testing your VDBs using the Teiid runtime framework.
    Download and Install
User Guide - HTML | HTML Single | PDF
User Guide Table Of Contents Version 11.1.2
Copyright © 2018 Red Hat, Inc.
Legal Notice
Table of Contents (abbreviated)
 Introduction Dive Right In! Server Management New Model Wizards Importers Creating and Editing Model Objects Metadata-specific Modeling User Defined Functions Editing Models and Projects Managing VDBs Testing Your Models Materialization Support Searching Appendices  Supported Data Sources Designer Metadata Usage Requirements In Teiid Runtime User Preferences UI Reference     </description>
    </item>
    
    <item>
      <title>Teiid 16.0.0 Released</title>
      <link>https://teiid.io/blog/post-160000/</link>
      <pubDate>Mon, 28 Dec 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-160000/</guid>
      <description>&lt;h5 id=&#34;teiid-1600-is-now-available-for-downloadteiid_wildflydownloads-and-includes-44-total-issues-addressed&#34;&gt;Teiid 16.0.0 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 44 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 14.0.2 Released</title>
      <link>https://teiid.io/blog/post-140002/</link>
      <pubDate>Mon, 16 Nov 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-140002/</guid>
      <description>&lt;h5 id=&#34;teiid-1402-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 14.0.2 is now available for [download] (/teiid_wildfly/downloads) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 15.0.1 Released</title>
      <link>https://teiid.io/blog/post-150001/</link>
      <pubDate>Thu, 12 Nov 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-150001/</guid>
      <description>&lt;h5 id=&#34;teiid-1501-is-now-available-for-downloadteiid_wildflydownloads-and-includes-16-total-issues-addressed&#34;&gt;Teiid 15.0.1 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 16 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid related project direction</title>
      <link>https://teiid.io/blog/post-2020-11-12/</link>
      <pubDate>Thu, 12 Nov 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-11-12/</guid>
      <description>&lt;h5 id=&#34;we-need-to-address-the-shifts-that-are-happening-in-the-teiid-community-work&#34;&gt;We need to address the shifts that are happening in the Teiid community work.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>GSOC Wrap-up</title>
      <link>https://teiid.io/blog/post-2020-09-03/</link>
      <pubDate>Thu, 03 Sep 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-09-03/</guid>
      <description>&lt;h5 id=&#34;gsoc-2020-has-ended-lets-recap&#34;&gt;GSOC 2020 has ended, let&amp;rsquo;s recap&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.1.2 Released</title>
      <link>https://teiid.io/blog/post-130102/</link>
      <pubDate>Wed, 12 Aug 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-130102/</guid>
      <description>&lt;h5 id=&#34;teiid-1312-is-now-available-for-download-teiid_wildflydownloads_13x-and-addresses-several-important-issues&#34;&gt;Teiid 13.1.2 is now available for [download] (/teiid_wildfly/downloads_13x) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 15.0.0 Released</title>
      <link>https://teiid.io/blog/post-150000/</link>
      <pubDate>Fri, 07 Aug 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-150000/</guid>
      <description>&lt;h5 id=&#34;teiid-1500-is-now-available-for-downloadteiid_wildflydownloads-and-includes-44-total-issues-addressed&#34;&gt;Teiid 15.0.0 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 44 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 14.0.1 Released</title>
      <link>https://teiid.io/blog/post-140001/</link>
      <pubDate>Thu, 30 Jul 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-140001/</guid>
      <description>&lt;h5 id=&#34;teiid-1401-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 14.0.1 is now available for [download] (/teiid_wildfly/downloads) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Enhanced source support in Teiid 15</title>
      <link>https://teiid.io/blog/post-2020-07-13/</link>
      <pubDate>Mon, 13 Jul 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-07-13/</guid>
      <description>&lt;h5 id=&#34;teiid-15-is-refining-s3-support-and-adding-direct-support-for-hdfs&#34;&gt;Teiid 15 is refining S3 support and adding direct support for HDFS.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid In Syndesis</title>
      <link>https://teiid.io/blog/post-2020-06-02/</link>
      <pubDate>Mon, 01 Jun 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-06-02/</guid>
      <description>&lt;h5 id=&#34;teiid-in-syndesis-provides-data-virtualization-on-openshift-in-just-a-few-clicks--lets-explore-that-a-little-more&#34;&gt;Teiid in Syndesis provides data virtualization on OpenShift in just a few clicks.  Let&amp;rsquo;s explore that a little more.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.1.1 and 13.0.3 Released</title>
      <link>https://teiid.io/blog/post-130101/</link>
      <pubDate>Thu, 21 May 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-130101/</guid>
      <description>&lt;h5 id=&#34;teiid-1311-and-1303-are-now-available-for-download-teiid_wildflydownloads_13x-and-addresses-several-important-issues&#34;&gt;Teiid 13.1.1 and 13.0.3 are now available for [download] (/teiid_wildfly/downloads_13x) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 14.0.0 Released</title>
      <link>https://teiid.io/blog/post-140000/</link>
      <pubDate>Wed, 20 May 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-140000/</guid>
      <description>&lt;h5 id=&#34;teiid-1400-is-now-available-for-downloadteiid_wildflydownloads-and-includes-37-total-issues-addressed&#34;&gt;Teiid 14.0.0 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 37 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Summer Interns in 2020</title>
      <link>https://teiid.io/blog/post-2020-05-06/</link>
      <pubDate>Wed, 06 May 2020 00:00:00 +0600</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-05-06/</guid>
      <description>&lt;h5 id=&#34;summer-interns-in-2020&#34;&gt;Summer Interns in 2020&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>A CRD is the new VDB</title>
      <link>https://teiid.io/blog/post-2020-04/</link>
      <pubDate>Thu, 30 Apr 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-04/</guid>
      <description>&lt;h5 id=&#34;heres-a-quick-rundown-of-how-teiid-is-evolving-to-make-usage-on-openshift-as-easy-as-possible--it-all-starts-with-a-crd&#34;&gt;Here&amp;rsquo;s a quick rundown of how Teiid is evolving to make usage on OpenShift as easy as possible.  It all starts with a CRD.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Overview of Happenings in Teiid Land</title>
      <link>https://teiid.io/blog/post-2020-03/</link>
      <pubDate>Wed, 25 Mar 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-2020-03/</guid>
      <description>&lt;h5 id=&#34;theres-a-lot-happening-across-the-various-teiid-related-projects--heres-a-brief-overview-of-where-things-are-at&#34;&gt;There&amp;rsquo;s a lot happening across the various Teiid related projects.  Here&amp;rsquo;s a brief overview of where things are at.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.1.0 Released</title>
      <link>https://teiid.io/blog/post-130100/</link>
      <pubDate>Fri, 06 Mar 2020 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-130100/</guid>
      <description>&lt;h5 id=&#34;teiid-1310-is-now-available-for-downloadteiid_wildflydownloads-and-includes-37-total-issues-addressed&#34;&gt;Teiid 13.1.0 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 37 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.3.2 Released</title>
      <link>https://teiid.io/blog/post-120302/</link>
      <pubDate>Tue, 03 Mar 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120302/</guid>
      <description>&lt;h5 id=&#34;teiid-1232-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 12.3.2 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.0.2 Released</title>
      <link>https://teiid.io/blog/post-130002/</link>
      <pubDate>Fri, 31 Jan 2020 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-130002/</guid>
      <description>&lt;h5 id=&#34;teiid-1302-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 13.0.2 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.0.1 and 12.2.2 Released</title>
      <link>https://teiid.io/blog/post-120202/</link>
      <pubDate>Mon, 16 Dec 2019 15:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120202/</guid>
      <description>&lt;h5 id=&#34;teiid-1301-teiid_wildflydownloads-and-1222-teiid_wildflydownloads_12x&#34;&gt;Teiid [13.0.1] (/teiid_wildfly/downloads/) and [12.2.2] (/teiid_wildfly/downloads_12x/).&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 13.0.0 Released</title>
      <link>https://teiid.io/blog/post-130000/</link>
      <pubDate>Wed, 11 Dec 2019 14:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-130000/</guid>
      <description>&lt;h5 id=&#34;teiid-1300-is-now-available-for-downloadteiid_wildflydownloads-and-includes-38-total-issues-addressed-including-updated-wildfly-support&#34;&gt;Teiid 13.0.0 is now available for &lt;a href=&#34;./teiid_wildfly/downloads/&#34;&gt;download&lt;/a&gt; and includes 38 total issues addressed including updated WildFly support.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.3.1 Released</title>
      <link>https://teiid.io/blog/post-120301/</link>
      <pubDate>Fri, 08 Nov 2019 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120301/</guid>
      <description>&lt;h5 id=&#34;teiid-1231-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 12.3.1 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.1.2 Released</title>
      <link>https://teiid.io/blog/post-120102/</link>
      <pubDate>Mon, 23 Sep 2019 21:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120102/</guid>
      <description>&lt;h5 id=&#34;teiid-1212-is-now-available-for-download-teiid_wildflydownloads_12x-and-addresses-several-important-issues&#34;&gt;Teiid 12.1.2 is now available for [download] (/teiid_wildfly/downloads_12x/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.3.0 Released</title>
      <link>https://teiid.io/blog/post-120300/</link>
      <pubDate>Tue, 17 Sep 2019 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120300/</guid>
      <description>&lt;h5 id=&#34;teiid-1230-is-now-available-for-download-teiid_wildflydownloads-and-includes-48-total-issues-addressed&#34;&gt;Teiid 12.3.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 48 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid Thorntail 2.1.0 Released</title>
      <link>https://teiid.io/blog/post-tt-210/</link>
      <pubDate>Wed, 12 Jun 2019 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-tt-210/</guid>
      <description>&lt;h5 id=&#34;teiid-thorntail-210-is-now-available-with-support-for-thorntail-24&#34;&gt;Teiid Thorntail 2.1.0 is now available with support for Thorntail 2.4.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.2.1 Released</title>
      <link>https://teiid.io/blog/post-120201/</link>
      <pubDate>Wed, 12 Jun 2019 10:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120201/</guid>
      <description>&lt;h5 id=&#34;teiid-1221-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 12.2.1 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.2.0 Released</title>
      <link>https://teiid.io/blog/post-120200/</link>
      <pubDate>Thu, 09 May 2019 17:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120200/</guid>
      <description>&lt;h5 id=&#34;teiid-1220-is-now-available-for-download-teiid_wildflydownloads-and-includes-51-total-issues-addressed&#34;&gt;Teiid 12.2.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 51 total issues addressed.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.2.3 Released</title>
      <link>https://teiid.io/blog/post-110203/</link>
      <pubDate>Fri, 03 May 2019 14:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-110203/</guid>
      <description>&lt;h5 id=&#34;teiid-1123-is-now-available-for-download-teiid_wildflydownloads_11x-and-addresses-several-important-issues&#34;&gt;Teiid 11.2.3 is now available for [download] (/teiid_wildfly/downloads_11x/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.0.2 Released</title>
      <link>https://teiid.io/blog/post-120002/</link>
      <pubDate>Tue, 30 Apr 2019 16:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120002/</guid>
      <description>&lt;h5 id=&#34;teiid-1202-is-now-available-for-download-teiid_wildflydownloads_12x-and-addresses-several-important-issues&#34;&gt;Teiid 12.0.2 is now available for [download] (/teiid_wildfly/downloads_12x/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.1.1 Released</title>
      <link>https://teiid.io/blog/post-120101/</link>
      <pubDate>Mon, 29 Apr 2019 21:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120101/</guid>
      <description>&lt;h5 id=&#34;teiid-1211-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 12.1.1 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid Thorntail 2.0.0 Released</title>
      <link>https://teiid.io/blog/post-tt-200/</link>
      <pubDate>Tue, 05 Mar 2019 11:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-tt-200/</guid>
      <description>&lt;h5 id=&#34;teiid-thorntail-200-is-now-available-with-support-for-thorntail-23&#34;&gt;Teiid Thorntail 2.0.0 is now available with support for Thorntail 2.3.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.1.0 Released</title>
      <link>https://teiid.io/blog/post-120100/</link>
      <pubDate>Mon, 04 Mar 2019 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120100/</guid>
      <description>&lt;h5 id=&#34;teiid-1210-is-now-available-for-download-teiid_wildflydownloads-and-includes-58-total-issues-addressed-including-updated-wildfly-support&#34;&gt;Teiid 12.1.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 58 total issues addressed including updated WildFly support.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.0.1 Released</title>
      <link>https://teiid.io/blog/post-120001/</link>
      <pubDate>Tue, 26 Feb 2019 21:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120001/</guid>
      <description>&lt;h5 id=&#34;teiid-1201-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 12.0.1 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.2.2 Released</title>
      <link>https://teiid.io/blog/post-110202/</link>
      <pubDate>Fri, 01 Feb 2019 21:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-110202/</guid>
      <description>&lt;h5 id=&#34;teiid-1122-is-now-available-for-download-teiid_wildflydownloads-and-addresses-several-important-issues&#34;&gt;Teiid 11.2.2 is now available for [download] (/teiid_wildfly/downloads/) and addresses several important issues.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.0.0 Released</title>
      <link>https://teiid.io/blog/post-120000/</link>
      <pubDate>Tue, 15 Jan 2019 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-120000/</guid>
      <description>&lt;h5 id=&#34;teiid-1200-is-now-available-for-download-teiid_wildflydownloads-and-includes-58-total-issues-addressed-including-updated-wildfly-support&#34;&gt;Teiid 12.0.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 58 total issues addressed including updated WildFly support.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.1.2 Released</title>
      <link>https://teiid.io/blog/post-110102/</link>
      <pubDate>Tue, 15 Jan 2019 21:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-110102/</guid>
      <description>&lt;h5 id=&#34;teiid-1112-is-now-available-for-download-teiid_wildflydownloads_11x-and-includes-several-bug-fixes&#34;&gt;Teiid 11.1.2 is now available for [download] (/teiid_wildfly/downloads_11x/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.2.1 Released</title>
      <link>https://teiid.io/blog/post-12-05-18-110201/</link>
      <pubDate>Wed, 05 Dec 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-12-05-18-110201/</guid>
      <description>&lt;h5 id=&#34;teiid-1121-is-now-available-for-download-teiid_wildflydownloads&#34;&gt;Teiid 11.2.1 is now available for [download] (/teiid_wildfly/downloads).&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.0.3 Released</title>
      <link>https://teiid.io/blog/post-11-20-18-110003/</link>
      <pubDate>Tue, 20 Nov 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-11-20-18-110003/</guid>
      <description>&lt;h5 id=&#34;teiid-1103-is-now-available-for-download-teiid_wildflydownloads_11x-and-includes-several-bug-fixes&#34;&gt;Teiid 11.0.3 is now available for [download] (/teiid_wildfly/downloads_11x/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 12.x and beyond</title>
      <link>https://teiid.io/blog/post-11-20-18/</link>
      <pubDate>Tue, 20 Nov 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-11-20-18/</guid>
      <description>&lt;h5 id=&#34;what-to-expect-for-teiid-12x-and-13x&#34;&gt;What to expect for Teiid 12.x and 13.x&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.2.0 and 10.3.5 Released</title>
      <link>https://teiid.io/blog/post-10-23-18/</link>
      <pubDate>Tue, 23 Oct 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-10-23-18/</guid>
      <description>&lt;h5 id=&#34;teiid-1120-is-now-available-for-download-teiid_wildflydownloads-44-total-issues-were-addressed-including-adding-two-new-data-types&#34;&gt;Teiid 11.2.0 is now available for [download] (/teiid_wildfly/downloads/). 44 total issues were addressed including adding two new data types.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.1.1 Released</title>
      <link>https://teiid.io/blog/post-09-17-18/</link>
      <pubDate>Mon, 17 Sep 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-09-17-18/</guid>
      <description>&lt;h5 id=&#34;teiid-1111-is-now-available-for-download-teiid_wildflydownloads-and-includes-8-fixes&#34;&gt;Teiid 11.1.1 is now available for [download] (/teiid_wildfly/downloads/) and includes 8 fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.1.0, 11.0.2 and 10.3.4 Released</title>
      <link>https://teiid.io/blog/post-09-04-18/</link>
      <pubDate>Tue, 04 Sep 2018 12:42:50 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-09-04-18/</guid>
      <description>&lt;h5 id=&#34;teiid-1110-is-now-available-for-download-teiid_wildflydownloads-and-includes-54-total-issues-addressed-including-the-remaining-analytical-functions&#34;&gt;Teiid 11.1.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 54 total issues addressed including the remaining analytical functions.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 10.3.3 Released</title>
      <link>https://teiid.io/blog/post-07-27-18-100303/</link>
      <pubDate>Fri, 27 Jul 2018 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-07-27-18-100303/</guid>
      <description>&lt;h5 id=&#34;teiid-1033-is-now-available-for-download-teiid_wildflydownloads-and-includes-several-bug-fixes&#34;&gt;Teiid 10.3.3 is now available for [download] (/teiid_wildfly/downloads/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.0.1 Released</title>
      <link>https://teiid.io/blog/post-07-27-18-110001/</link>
      <pubDate>Fri, 27 Jul 2018 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-07-27-18-110001/</guid>
      <description>&lt;h5 id=&#34;teiid-1101-is-now-available-for-download-teiid_wildflydownloads-and-includes-several-bug-fixes&#34;&gt;Teiid 11.0.1 is now available for [download] (/teiid_wildfly/downloads/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 10.2.3 Released</title>
      <link>https://teiid.io/blog/post-07-02-18-100203/</link>
      <pubDate>Mon, 02 Jul 2018 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-07-02-18-100203/</guid>
      <description>&lt;h5 id=&#34;teiid-1023-is-now-available-for-download-httpteiidjbossorgdownloads_10x-and-includes-several-bug-fixes&#34;&gt;Teiid 10.2.3 is now available for [download] (&lt;a href=&#34;http://teiid.jboss.org/downloads_10x/&#34;&gt;http://teiid.jboss.org/downloads_10x/&lt;/a&gt;) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 10.3.2 Released</title>
      <link>https://teiid.io/blog/post-07-02-18-100302/</link>
      <pubDate>Mon, 02 Jul 2018 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-07-02-18-100302/</guid>
      <description>&lt;h5 id=&#34;teiid-1032-is-now-available-for-download-teiid_wildflydownloads-and-includes-several-bug-fixes&#34;&gt;Teiid 10.3.2 is now available for [download] (/teiid_wildfly/downloads/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid 11.0.0 Released</title>
      <link>https://teiid.io/blog/post-07-02-18-110000/</link>
      <pubDate>Mon, 02 Jul 2018 22:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-07-02-18-110000/</guid>
      <description>&lt;h5 id=&#34;teiid-1100-is-now-available-for-download-teiid_wildflydownloads-and-includes-51-total-issues-addressed-including-new-exasol-connectivity&#34;&gt;Teiid 11.0.0 is now available for [download] (/teiid_wildfly/downloads/) and includes 51 total issues addressed including new Exasol connectivity.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>Teiid new project site launch</title>
      <link>https://teiid.io/blog/post-05-30-18/</link>
      <pubDate>Wed, 30 May 2018 12:55:00 -0500</pubDate>
      
      <guid>https://teiid.io/blog/post-05-30-18/</guid>
      <description>&lt;h5 id=&#34;teiids-community-website-has-been-redesigned-and-now-available-here-at-httpsteiidiohttpsteiidio&#34;&gt;Teiid&amp;rsquo;s community website has been redesigned and now available here, at &lt;a href=&#34;https://teiid.io&#34;&gt;https://teiid.io&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;Since we&amp;rsquo;ve been working on cloud focused data virtualization features, we decided to take the opportunity to move and streamlined our site content and build process to &lt;a href=&#34;https://github.com/teiid/teiid.io&#34;&gt;https://github.com/teiid/teiid.io&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Teiid 10.2.2 Released</title>
      <link>https://teiid.io/blog/post-05-23-18/</link>
      <pubDate>Wed, 23 May 2018 16:42:50 +0100</pubDate>
      
      <guid>https://teiid.io/blog/post-05-23-18/</guid>
      <description>&lt;h5 id=&#34;teiid-1022-is-now-available-for-download-teiid_wildflydownloads-and-includes-several-bug-fixes&#34;&gt;Teiid 10.2.2 is now available for [download] (/teiid_wildfly/downloads/) and includes several bug fixes.&lt;/h5&gt;</description>
    </item>
    
    <item>
      <title>About</title>
      <link>https://teiid.io/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/</guid>
      <description>Why Teiid | FAQ | Basics | Project History
Teiid offers a relational abstraction of all information sources that is highly performant and allows for integration with your existing relational tools.
Teiid has a long history of addressing the data access needs of any size enterprise environment. Have a look at Why Teiid? and the FAQ to see if this project is a good fit for your needs.
Teiid is open source and has been a part of the JBoss Community of projects under the Red Hat umbrella for over 10 years.</description>
    </item>
    
    <item>
      <title>Community</title>
      <link>https://teiid.io/community/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/community/</guid>
      <description>We  community! Contributions and feedback in whatever form are always welcome, as long as they&amp;rsquo;re constructive!
 IRC: #teiid on freenode StackOverflow: Teiid Tag Legacy Forum: Teiid Source code: GitHub organization Twitter: Teiid Handle  There are 3 main JIRA projects for issues related to Teiid and associated tools:
 Teiid Core, WildFly, teiid.io, and common documentation  JIRA Issues Core/WildFly Source   Teiid Spring Boot  JIRA Issues Teiid Spring Boot Source   Teiid Syndesis, Teiid Operator, and other Tools  JIRA Issues Teiid Syndesis Backend Source Teiid Syndesis UI Teiid Operator Source    Licensing Starting with Teiid 10.</description>
    </item>
    
    <item>
      <title>Teiid Distributions</title>
      <link>https://teiid.io/about/teiid_runtimes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/about/teiid_runtimes/</guid>
      <description>The Engine The core processing engine of Teiid remains the same regardless of the runtime platform. Data is accessed and integrated in real-time across distributed data sources without copying or otherwise moving data from its system of record. The engine uses the same scalable thread and memory management techniques adapted to the constraints of its VM to ensure the highest processing through put possible. The major paradigm of Teiid is to push as much work to the source as possible.</description>
    </item>
    
    <item>
      <title>Teiid on OpenShift</title>
      <link>https://teiid.io/teiid_cloud/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_cloud/</guid>
      <description>OpenShift is Red Hat&amp;rsquo;s hydrid cloud offering built on Kubernetes. Teiid running on OpenShift provides a way to deploy Teiid into every major cloud vendor&amp;rsquo;s environment or in your own on premise OpenShift.

Getting started with OpenShift is easy. You can create a local environment or utilize a managed instance.
Stay tuned: over time it is expected that Teiid on OpenShift will generally become Teiid on Kubernetes.
 Teiid Operator Please start with Teiid Spring Boot / OpenShift Examples.</description>
    </item>
    
    <item>
      <title>Tools</title>
      <link>https://teiid.io/teiid_wildfly/tools/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://teiid.io/teiid_wildfly/tools/</guid>
      <description>Teiid WildFly includes a few tools to help you develop and manage various artifacts and components.
 Teiid Console The Teiid Console is a graphical web based administrative tool that is written using the GWT technologies which is used to monitor WildFly instances. Teiid provides an additional plugin-in into this system that lets users configure and manage Teiid along with WildFly.
What can the console do?   help with various administrative tasks such as&amp;hellip;</description>
    </item>
    
  </channel>
</rss>