dv-customer-fatjar

Demo project to showcase Spring Boot based Virtual Database Application

License

License

GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

dv-customer-fatjar
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

dv-customer-fatjar
Demo project to showcase Spring Boot based Virtual Database Application
Project URL

Project URL

http://teiid.io
Source Code Management

Source Code Management

https://github.com/teiid/dv-customer-fatjar

Download dv-customer-fatjar

How to add to project

<!-- https://jarcasting.com/artifacts/org.teiid/dv-customer-fatjar/ -->
<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>dv-customer-fatjar</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teiid/dv-customer-fatjar/
implementation 'org.teiid:dv-customer-fatjar:1.1'
// https://jarcasting.com/artifacts/org.teiid/dv-customer-fatjar/
implementation ("org.teiid:dv-customer-fatjar:1.1")
'org.teiid:dv-customer-fatjar:jar:1.1'
<dependency org="org.teiid" name="dv-customer-fatjar" rev="1.1">
  <artifact name="dv-customer-fatjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teiid', module='dv-customer-fatjar', version='1.1')
)
libraryDependencies += "org.teiid" % "dv-customer-fatjar" % "1.1"
[org.teiid/dv-customer-fatjar "1.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.teiid : teiid-spring-boot-starter jar 1.3.0
org.springframework.boot : spring-boot-starter-actuator jar 2.1.6.RELEASE
io.opentracing.contrib : opentracing-spring-jaeger-web-starter jar 1.0.1
org.teiid : spring-odata jar 1.3.0

runtime (1)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.8

Project Modules

There are no modules declared in this project.

dv-customer-fatjar

This is Teiid Spring Boot based example as teemplate for any one starting out on new project using the Teiid. You can clone the project and start adding your datasources in Datasources.java class and corresponding properties for connection in application.properties and VDB DDL itself if you want create any Views in /resources/teiid.ddl

For more information see the https://github.com/teiid/teiid-spring-boot project, which has many more examples. This particular example is done so that the FAT JAR can be captured in a maven repo, which can then be deployed on a OpenShift/Kubernetes Cloud cluster.

org.teiid

Teiid

Open Source Data Virtualization Platform

Versions

Version
1.1
1.0