I have a Spring Boot project. Currently, I have a datasource which is having all the data which also comprises of some config tables. We are thinking of keeping some of the config data out of our datasource and maintaining it somewhere else, but we want to treat them as entities and repositories by which we can fetch the data by the same way as we do now.
I started integrating Teiid with Spring Boot, but was not much of any help. Is there any other technology/ideas by which we can achieve this.
Please let me know if anyone of you has more questions/doubts about this.
Teiid Spring Boot. Teiid embedded server is working fine and I'm able to query them. But incorporating it with the existing datasource lead to many complexities.