• Provision Data Virtualization on OpenShift

    Provision Data Virtualization on OpenShift online This article guides you through the process of provisioning a Data Virtualization instance on OpenShift online.   1. Get your free OpenShift Account Sign up ...
    Profile Photo
    last modified by mdrillin
  • Salesforce as a REST service using Data Virtualization

    Salesforce as a REST service using Data Virtualization This article will guide you through the Teiid Designer steps to expose a select set of Salesforce data as a REST endpoint.  This article demonstrats using a...
    Profile Photo
    last modified by mdrillin
  • Consuming Web Services as a Datasource in Teiid Designer Just Got WAY Easier!

    For the 7.7 release of Teiid Designer, a lot of emphasis was placed on usability and I think we hit a home run. From adding cheatsheets to assist you in modeling in a step-by-step fashion to new view table wizards, we...
    Profile Photo
    last modified by tejones
  • Architecture for Access to multiple Teiid Runtimes

    ContextTo allow for Teiid Server communication, Designer must incorporate a Teiid Server Client Runtime (client-runtime); A client-runtime's version must be compatible with the Teiid Server it is attempting to connect...
    Profile Photo
    last modified by phantomjinx
  • Version control the git way ...

    What in the world is git? It would be a version control system written, originally by Linus Torvalds, and developed since then by a whole bunch of people at git-scm.   Linus really? Yeah, have a look at youtube i...
    Profile Photo
    last modified by phantomjinx
  • Example of Federating Two Data Sources

    Overview Requirements Preparing the Data Creating the Project Create a Flat File Connection Create the Flat File Source Model Create an XML File Connection Create the XML File Source Model ...
    Profile Photo
    last modified by phantomjinx
  • Quick Note on Securing a WSDL with Basic Authentication

    IntroductionThis is a brief explanation of how to secure a WSDL behind basic HTTP authentication and still have it accessible by the teiid server. The US States example is used throughout this explanation. The modific...
    Profile Photo
    last modified by phantomjinx
  • Setting Up Your Teiid Designer Eclipse Environment

    The Teiid Designer project is a set of Eclipse-based features and plugins. Therefore, Teiid Designer runs within the Eclipse runtime platform. Teiid Designer can also be developed using the Eclipse IDE. This document ...
    Profile Photo
    last modified by elvisisking
  • Connect to Salesforce using Teiid

    Connect to Salesforce This article will guide you through an example of connecting to Salesforce as a relational source, using Teiid Designer.  It is assumed that you have already installed Teiid Designer versio...
    Profile Photo
    last modified by mdrillin
  • A 30 minute tour of Teiid, using Teiid Designer

    A 30 minute tour of Teiid, using Teiid Designer This article provides step-by-step instructions that you can use to try out Teiid and Teiid Designer, to see it's capabilities first-hand.  We will walk through...
    Profile Photo
    last modified by mdrillin
  • Connect to XML over HTTP using Teiid

    Connect to XML over HTTP This article will guide you through an example of connecting to an XML document over HTTP as a relational source, using Teiid Designer.  It is assumed that you have already installed Tei...
    Profile Photo
    last modified by mdrillin
  • Designer Metadata Usage Requirements In Teiid Runtime

    This article is in response to the thred http://community.jboss.org/thread/170698 that is looking for the Teiid Runtime use of the metadata that has been produced by the Teiid Designer. Based on the metadata exposed b...
    Profile Photo
    last modified by shawkins
  • Model Extension Framework

    Extending a model adds extra properties to its model objects. One good use of these extension properties is for passing data to a customized Teiid translator. The Designer model extension framework consists of Model E...
    Profile Photo
    last modified by elvisisking
  • RESTEasy with Teiid Designer

    In Teiid Designer 7.4, a new feature was implemented that allows you to expose your VDBs RESTfully using a generated RESTEasy war. You can map virtual procedures in your VDBs to GET,POST,PUT or DELETE methods providin...
    Profile Photo
    last modified by tejones
  • Teiid Designer 7.2 Quick Start Guide

    This article provides a quick-start example for importing JDBC Metadata into Designer to create a relational model, creating a VDB from that model as well as deploying and executing SQL queries via a JDBC connection t...
    Profile Photo
    last modified by froman
  • How To Perform Teiid Designer Local Tycho Build

    Follow these steps to do a local Teiid Designer Tycho build (using Maven 3):  1. Check out JBoss Tools "build" project:  mkdir -p ./jbosstools/trunk/build cd ./jbosstools/trunk/build svn co http://anonsvn...
    Profile Photo
    last modified by elvisisking
  • Teiid Designer 7.2 Release Notes

    Development work for 7.2 release was done initially on the 7.1 SVN branch and worked under 7.1.1 JIRAs. These changes/fixes were merged into TRUNK, upgraded to Teiid 7.2 Final  binaries for this release.   ...
    Profile Photo
    last modified by blafond
  • Source Driver Installation Example

    Installing the MySQL JDBC Driver   Due to licensing issues, JDBC drivers are not included with the Teiid Designer installation. However, valid drivers are required to import from JDBC data sources or to create s...
    Profile Photo
    last modified by blafond
  • Teiid Designer 6.1.0 Release Notes

    The primary goal for Teiid Designer 6.1.0 release was to provide a more stable tool compatable with Teiid 6.1.0 release. Various configuration/connector property changes were occuring during 6.0.0 Teiid development wh...
    Profile Photo
    last modified by blafond
  • Teiid Projects and the Eclipse DTP

    The Teiid and Teiid Designer projects are interested in establishing integration with the Eclipse Data Tools Project (DTP).  There are several drivers for this including: Eases use/adoption of Teiid across the ...
    Profile Photo
    last modified by jdoyle