• Encrypting passwords in Teiid

    WARNING this article is out of date - please refer to more recent documentation.   Teiid can make use of passwords in configuration files in multiple places, such as for the "superUser" account in the "deploy.pr...
    Profile Photo
    last modified by shawkins
  • Managing Authorizations in Teiid

    WARNING this article is out of date - please refer to more recent documentation.   There are two classes of authorizations defined in a Teiid system that will enforce different access privileges by the Teiid run...
    Profile Photo
    last modified by shawkins
  • Identity Support in Teiid

    WARNING this article is out of date - please refer to more recent documentation. Starting from version 6.2 access to  Teiid runtime can be secured  with user-id and password and prohibit un-authorized ac...
    Profile Photo
    last modified by shawkins
  • Logging in Teiid

    WARNING this article is out of date - please refer to more recent documentation.   Logging in Teiid is controlled by the Log4J framework. The log4j system is configured using the "<teiid-install>/deploy/lo...
    Profile Photo
    last modified by shawkins
  • Defining "Connectors" for Teiid "Dynamic VDB"

    WARNING this article is out of date - please refer to more recent documentation.   For building dynamic VDB using "Connector Supplied Metadata" feature, one need to define  models and connector bindings in ...
    Profile Photo
    last modified by shawkins
  • Connecting to Teiid Server

    WARNING this article is out of date - please refer to more recent documentation.   After the Teiid runtime is installed and started in the "Server" mode,  client applications can connect to Teiid Server and...
    Profile Photo
    last modified by shawkins
  • Connecting to Teiid Embedded

    WARNING this article is out of date - please refer to more recent documentation.   Teiid Embedded can deployed in different ways depending upon your environment.  The Embedded kit provides flexibility for t...
    Profile Photo
    last modified by shawkins
  • Teiid Connector Development Eclipse Plugin

    WARNING this article is out of date - please refer to more recent documentation.   This page lists the requirements and road map and features for developing a Custom Connector for Teiid using Eclipse   Goal...
    Profile Photo
    last modified by shawkins
  • Teiid Installation

    WARNING this article is out of date - please refer to more recent documentation.   The Teiid project provides two ways to deploy the Teiid runtime.   Teiid Embedded. In this deployment mode, Teiid runtime...
    Profile Photo
    last modified by shawkins
  • Teiid Connector Supplied Metadata

    WARNING this article is out of date - please refer to more recent documentation.   Starting with Teiid 6.2 the JDBC and Text connectors can provide their metadata to the query engine.  This allows for simpl...
    Profile Photo
    last modified by shawkins
  • Teiid 7.0 Installation Guide

    WARNING this article is out of date - please refer to more recent documentation.   Teiid 7.0 installation is entirely different from previous versions. Previously Teiid could be installed as a standalone or embe...
    Profile Photo
    last modified by shawkins
  • Quick Start Example Using "Connector supplied Metadata"

    WARNING this article is out of date - please refer to more recent documentation.   This article is an extension of the document Quick Start Example, that shows an example how data from two or more disparate sour...
    Profile Photo
    last modified by shawkins
  • Teiid JDBC Connection Properties

    WARNING this article is out of date - please refer to more recent documentation.   The following table shows all the supported connection properties. Please see these below documents, to see how a client applica...
    Profile Photo
    last modified by shawkins
  • Deploying VDBs in Teiid 7.0

    WARNING this article is out of date - please refer to more recent documentation.   A VDB is the primary means to define a Virtual Database in Teiid. A user can create a VDB using Teiid Designer or follow these i...
    Profile Photo
    last modified by shawkins
  • Teiid on top of Apache HBase

    Overview This article demonstrates how to use the HBase Translator with Phoenix Data Source to access the data in HBase, the content including Prepare Sample Data Access HBase Data via Teiid Embedded Integrate HBas...
    Profile Photo
    last modified by kylin
  • Teiid Eclipse Dev Environment Set Up and Building Runtime Artifacts

    This page details how to setup an Eclipse development environment for Teiid.   Pre-Requisites  JDK 1.7 should be installed http://java.sun.com   Maven3 should be installed Download Maven3 from http:...
    Profile Photo
    last modified by rareddy
  • The Teiid Project

    The Teiid Project is dedicated to creating a best-of-breed solution for federated data access through a relational abstraction.  Backed by years of development from MetaMatrix, Teiid already has world-class optim...
    Profile Photo
    last modified by shawkins
  • Apache Accumulo with Teiid

    In this article, I will walk through an example, where I will show to move some data from CSV file into Apache Accumulo using Teiid. Then issue queries to Apache Accumulo, to get the contents of query using Teiid....
    Profile Photo
    last modified by rareddy
  • Secure Teiid JDBC Transport with SSL

    SSL is the best way to encrypt Teiid JDBC Transport, this article will demonstrate this in both Embedded mode and Server mode. Create private and truststore keystore To create a Private Public Key Pair, use java SDK t...
    Profile Photo
    last modified by kylin
  • Rest Service API Doc Page in Teiid

    Micro Service based design strategy become the trends, which cause Rest Service became more and more important, Rest Service play a role as fundamental connective media between Micro Service and Micro Service. Teiid e...
    Profile Photo
    last modified by kylin