Search code examples
spring-xd

Spring XD and Oracle RDBMS


I am newbie to Spring XD. I have a requirement to parse a file in a specific directory and push the output in oracle table.
Can I achieve that in Spring XD?
If not directly, can I create Spring boot/integration/batch application and deploy the same on Sprig XD?

Thanks,
Pratik


Solution

  • Thanks for the inputs folks!

    Well, I have learned Spring Batch framework and I am building the tasklets to manage my workflow to support my usecase. Further, I am The resultant Jar of Spring Batch app to SpringXD as a Custom Module and scheduled it for a daily run.

    I learnt from the research on this usecase that SpringXD is superset of and includes Spring Batch, Integration and Boot frameworks respectively; so I kept the involvement of SpringXD as limited to Scheduling a batch job by adding custom module.

    Thanks a lot for your support.

    Cheers & Happy Architecting,
    Pratik