SimpleClient

The simpleclient demonstrates making connections to Teiid through both, a Driver and a DataSource

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.teiid
Идентификатор

Идентификатор

simpleclient
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

SimpleClient
The simpleclient demonstrates making connections to Teiid through both, a Driver and a DataSource
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать simpleclient

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.teiid : teiid jar 11.2.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-core jar 2.2.28

Модули Проекта

Данный проект не имеет модулей.

Thorntail Teiid

Build Status

This project contains the source code and examples for Teiid Runtime Engine based on Thorntail. Using these modules you can build a executable uber jar that is equivalent to having a single vdb based WildFly Server.

Thorntail based Teiid is ideal to be executed in Docker environments or Cloud environments like OpenShift.

Start with $mvn clean install to build everything, including the examples. Then checkout the examples folder for various examples you can start with.

Migration from older io.thorntail Teiid

To migrate from an older version of Teiid Thorntail which was using artifacts from io.thorntail, you will need to update you pom(s).

  • Update to an appropriate version of thorntail
  • Update io.thorntail:bom-all to the org.teiid:thorntail-bom
  • Update io.thorntail:teiid to org.teiid:thorntail-runtime
  • Update source/translator dependencies from io.thorntail:teiid-XXX to org.teiid:thorntail-XXX
  • If applicible update the odata fraction from io.thorntail:odata to org.teiid:thorntail-odata-api

Roadmap

Teiid will follow the 2.x line of Thorntail, which is predominately based upon WildFly integration. Thorntail 4.x will merge with the quarkus efforts - but will be a large shift from the WildFly paradigm and so is not something that we will initially be able to follow. With our Fuse allignment we will maintain Teiid Spring Boot in the interirm until it's clear how we'll leverage quarkus.

Releasing

Snapshots can be created with $mvn clean deploy - but this has also been enabled automatically for every non-tagged commit in the .travis.yml file.

A full release should still use the maven release logic. $mvn release:prepare, then $mvn release:perform. The examples will be revisioned, but will not be pushed to a repository.

org.teiid

Teiid

Open Source Data Virtualization Platform

Версии библиотеки

Версия
1.0.2
1.0.1