Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 2.2 KB

Readme.adoc

File metadata and controls

92 lines (73 loc) · 2.2 KB

Samples

There are many more examples, that show different capabilities of Data Virtualization technology

Name Features Demonstrated Description Prerequisites

Excel

@ExcelTable

Shows how to virtualize an excel spreadsheet

None

Google Spreadsheet

Google spreadsheet connectivity

Shows how to virtualize a Google spreadsheet

None

MongoDB

MongoDB connectivity

Shows how to virtualize a MongoDB instance

None

S3

S3 connectivity

Shows how to virtualize a S3 instance

None

JSON

JSon connectivity

Shows how to virtualize a JSON instance

None

infinispan

Infinispan connectivity

Shows how to virtualize a Infinispan instance

None

HDFS

HDFS connectivity

Shows how to virtualize a HDFS instance

None

Cassandra

Cassandra connectivity

Shows how to virtualize a Cassandra instance

None

Database

Data Federation

Shows how to expose multiple data sources for data federation

None

Redirection

Redirection of Updates

Shows how to use Teiid to automatically redirect updates to a different source, but still federate the updates.

None

REST

REST

Shows how to enable a REST interface on top of any Entity model defined using Teiid

None

Salesforce

Salesforce

Shows how to virtualize a Salesforce instance

None

UDF

User Defined Function

Shows how to use a Java function in Teiid

None

VDB

Virtual Database

Shows how to use a Teiid DDL VDB to define the virtualization

None

JSON

@JsonTable

Shows how to convert JSON data from a file or REST endpoint into Entity

None

DB and File

Database and CSV based Table using @TextTable

Shows how to convert CSV data into a Entity and combine with a Entity from relational database.

None

OData Access

OData

Shows how to enable a OData REST interface on top of any Entity model defined using Teiid

None