Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 932 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 932 Bytes

teiid

Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores.

Useful Links

To build Teiid

Enter the following:

$ git clone https://github.com/<yourname>/teiid.git
$ cd teiid
$ mvn clean install -P release -s settings.xml

you can find the deployment artifacts in the "teiid/build/target" directory once the build is completed.

On a *nix platform you can create a bundled zip containing Teiid, EAP, the web console, and necessary patches by running install.sh