[teiid-issues] [JBoss JIRA] (TEIID-4863) Run teiid embedded via Spring Boot

Ramesh Reddy (JIRA) issues at jboss.org
Thu Sep 21 14:38:00 EDT 2017


    [ https://issues.jboss.org/browse/TEIID-4863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467113#comment-13467113 ] 

Ramesh Reddy commented on TEIID-4863:
-------------------------------------

First major push has been done to repository https://github.com/teiid/teiid-spring-boot
- Documentation has been updated
- Many examples

Supported Features so far
- Automatic data source detection and building an implicit VDB based on it
- JPA Annotation based View development. just define JPA annotations and one two Teiid specific annotations, your view layer is generated. See @SelectQuery annotation
- Support for TABLE, SEQUENCE based identity generation, very soon we will support IDENTITY model too.
- Function Support. See @JavaFunction, @SourceFunction
- OData Support (Single data source as well as for view layer)
- Reading from CSV, Flat file support by using @TextTable 
- Reading from JSON content from a file or REST service using @JsonTable
- Reading from Excel files

I will keep this JIRA as blanket JIRA, for now, to keep adding more data sources and functionality to match to the Teiid.

> Run teiid embedded via Spring Boot
> ----------------------------------
>
>                 Key: TEIID-4863
>                 URL: https://issues.jboss.org/browse/TEIID-4863
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Embedded
>    Affects Versions: 10.x
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 10.0
>
>
>  WildFly Swarm can use simple pojo to integrate framework, which compatible with  EmbeddedConfiguration, actually this is encouraged way.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list