spring-data-amazon-s3

Teiid connector for Amazon S3 data consumption

License

License

Categories

Categories

Data
GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

spring-data-amazon-s3
Last Version

Last Version

1.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

spring-data-amazon-s3
Teiid connector for Amazon S3 data consumption
Project URL

Project URL

http://teiid.org/spring-data-amazon-s3

Download spring-data-amazon-s3

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.teiid : teiid-spring-boot-common jar 1.5.1
org.teiid.connectors : translator-amazon-s3 jar 14.0.0
org.teiid : spring-data-rest jar 1.5.1
org.teiid : teiid-api jar 14.0.0

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Build Status

Teiid Spring Boot Starter

Primary purpose of teiid-spring-boot is to enable Teiid in Spring Boot applications. The Teiid can be added using Maven dependency below to your Spring Boot application pom.xml file.

<dependency>
   <groupId>org.teiid</groupId>
   <artifactId>teiid-spring-boot-starter</artifactId>
   <version>{{ book.versionNumber }}</version>
</dependency>

Key Features:

  • Enables Teiid for Spring Boot applications

  • Supports translators/connectors auto-detection

  • Enable Externalized .yml/.properties based configuration

  • Supports VDB building using Spring style Annotations.

Refer to User Guide for more details.

Build

Enter the following:

$ git clone https://github.com/<yourname>/teiid-spring-boot.git
$ cd teiid-spring-boot
$ mvn clean install

The directory structure is defined as follows:

/teiid-spring-boot
    /starter -> Main Bootstrapping application
    /data -> Contains all the different data sources that Teiid supports (RDBMS is implicitly supported)
    /odata -> starter app for providing the odata support
    /samples -> various examples show casing different data sources
    /starter-test -> tests
    /docs -> Documents

How to do a release

git pull upstream master
mvn -DautoVersionSubmodules=true clean package release:prepare
mvn release:perform
org.teiid

Teiid

Open Source Data Virtualization Platform

Versions

Version
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0