Skip to content
forked from teiid/teiid

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

Notifications You must be signed in to change notification settings

jstastny-cz/teiid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teiid

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

Useful Links

To build Teiid

  • install JDK 1.8 or higher
  • install maven 3.2+ - http://maven.apache.org/download.html
  • Create a github account and fork Teiid
  • Use the -Ddocker=true argument to enable image building, which requires a running Docker daemon.

Enter the following:

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

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

Licenses

The default license for all submodules is the Apache Software License (ASL) v2.0

Where applicable individual submodules will provide additional copyright and license information.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • HTML 0.5%
  • SQLPL 0.2%
  • Shell 0.1%
  • Groovy 0.1%
  • XSLT 0.0%