I am working for my new project wherein I am required to interact with multiple data sources and execute join queries, I created VDB using Teiid Designer and deployed it on JBoss AS 15.0.1 and pulled data using separate Java / Spring Boot Application and it worked well.
I have been seriously considering Teiid as it fits the bill for me, however, I have read about Teiid Designer / VDB being deprecated / not supported in the future and hence I am concerned.
I have few queries and I will list it down here:
- What would you suggest if VDB will not be supported in future, I was considering Teiid Spring Boot, but I was not able to run a single sample scenario successfully with 2 Data Sources using Teiid Spring Boot.
- As i said that i have created and deployed my VDB and used another Java / Spring Boot application to pull data using VDB at the run time, so my question is, while this approach works fine for a test scenario, is this the best practice? or in other words is there a better way of doing things that's more efficient.
Can someone kindly address my concerns, thanks in advance!
thank you, purnima das