• Teiid Embedded Driver

    Here is a framework to assist with using Teiid Embedded.  It provides the following: -  provides a framework for data driving the configuration of components (i.e., translators, connectors, transaction m...
    Profile Photo
    last modified by van.halbert
  • Actian Vector in Hadoop with Teiid

    Starting with Teiid 8.12 release, Teiid adds support for Actian Vector in Hadoop. Actian Vector is data store based on HDFS which uses vector processing and columnar storage and provides full ANSI-SQL support for acce...
    Profile Photo
    last modified by rareddy
  • Text to Table with Teiid

    If you are a programmer, chances are that you have written code at least once to read data from a text file to do something with data. Today, I am going to show you how easy it is convert the text contents into a rela...
    Profile Photo
    last modified by rareddy
  • Microsoft Excel Document into Relational Table

    In this article, I will walk through an example, where I will show to reading Microsoft Excel document into a relational table using Teiid. Then issue SQL queries to Teiid, to get the contents of Excel document. ...
    Profile Photo
    last modified by mdrillin
  • Admin API in Teiid 7.x

    This article is out-of-date. See the project docs for later versions. Admin API is programmatic Java API that is defined to configure, monitor and manage runtime of resources in Teiid's deployment environment. Al...
    Profile Photo
    last modified by shawkins
  • Student/Contributor Projects with Teiid

    This page details a list of projects students may be interested in, which relate to Teiid.  Contributors interested in working on these should get in touch with the Teiid developer community via IRC (#teiid) on f...
    Profile Photo
    last modified by rareddy
  • How to implement kerberos "delegation" based authentication to a SOAP Web Service using Teiid

    In this usecase, I have a SOAP web service that is secured through Kerberos.  Now, I need to access this web service from Teiid.   I will show how to this when Teiid is already secured using Kerberos and th...
    Profile Photo
    last modified by rareddy
  • How to implement Kerberos authentication to a SOAP Web Service using Teiid

    In this usecase I have a SOAP web service that is secured through Kerberos.  Now I need to access this web service from Teiid.   I will show how to do this for a non-SSO re-authentication scenario in this a...
    Profile Photo
    last modified by shawkins
  • How to implement Kerberos authentication with Teiid over JDBC

    In this "how to" guide I will go over the steps I took to make kerberos authentication work with Teiid JDBC based login. My setup includes two laptop machines running Fedora OS. They both are connected to my wireless ...
    Profile Photo
    last modified by shawkins
  • How to implement a SOAP Web Service with Kerberos authentication in JBoss EAP

    In this "how-to" guide I will go over the steps to make Kerberos authentication work with a simple SOAP based web service.   Follow the article mentioned here Setup KDC for Kerberos Testing or get keytabs for Pr...
    Profile Photo
    last modified by shawkins
  • Setup KDC for Kerberos Testing

    My setup includes two laptop machines running Fedora OS. They both are connected to my wireless router under same subnet. Note that most of the time you do not need to do configure KDC server at all, your enterprise a...
    Profile Photo
    last modified by rareddy
  • Improve Teiid Query Performance using Apache SOLR as Index Store on a View

    Suppose you have a data store that is not modifiable, or not meeting your needs in terms of query performance, and you know that if you can index few more fields of the data structure you can improve the performance, ...
    Profile Photo
    last modified by rareddy
  • Example of Dynamic Data Federation

    Overview The dynamicvdb-datafederation quickstart demonstrate the ability of Data Virtualization to integrate multiple datasources so that a single query can return results from one or more of those sources. This arti...
    Profile Photo
    last modified by kylin
  • New Teiid RHQ Plugin for Teiid 8.x

    Manage and Monitor Teiid 8.x  Pre-8.x versions of Teiid were supported by an RHQ plugin that allowed managing and monitoring of a Teiid instance or cluster. We have released an Alpha1 version of an RHQ plugin to...
    Profile Photo
    last modified by tejones
  • Example of Federating Two Data Sources

    Overview Document Example of Federating Two Data Sources is base on old version Teiid and JBoss 5, the purpose of this document is use JBoss Data Virtualization 6.x and JBoss Developer Studio 7.x to run this example a...
    Profile Photo
    last modified by kylin
  • Using Teiid's Translator and Connector Archetypes

    One way to start developing a custom translator or connector is to create a project using the Teiid archetype template.  The source of the archetypes can be found in github at:  teiid/teiid-tools  ...
    Profile Photo
    last modified by rareddy
  • A "how to" guide to "delegate" kerberos token to REST based data source in Teiid

    The usecase is, I have REST web service that is secured through SPNEGO/Kerberoes. The user can access though SSO when they are using the browser. Now, I need to access this web service from Teiid, where Teiid is also ...
    Profile Photo
    last modified by rareddy
  • Convert XML data into Relational Table data using Teiid

    In this article I will show how to convert XML data into relational form using Teiid using "XMLTABLE" SQL/XML function. XMLTABLE is defined in SQL/XML 2006 specification and is supported most major databases like Orac...
    Profile Photo
    last modified by shawkins
  • Command & Audit Logging to Database

    If you are Teiid user I am sure you have looked into command logging and/or Audit logging to check what kind of commands that Teiid is receiving and sending to source queries. Typically these log details are captured ...
    Profile Photo
    last modified by rareddy
  • Integrate Amazon SimpleDB with Teiid

    Amazon SimpleDB is a hosted data store offered by Amazon.  Basic use is free, and Amazon offers many commercial access levels. In this article, I will walk through an example showing to movement of data from ...
    Profile Photo
    last modified by shawkins