Do any of the Spring projects provide a template or utility for inserting into or working with Greenplum?
I understand that one approach is, using Spring Batch, to have a tasklet call the Greenplum gpload utility which will then insert a specified file into the database.
However, give the fact that both the Spring Data and Spring XD projects are aiming to abstract data access and handle big data requirements, it would seem there should be something custom made for this requirement. This is expecially the case given how closely Pivotal are now involved with both GreenPlum and Spring.
If anyone has any experience with working with Spring and Greenplum and can offer any pointers or best practices, it is very much appreciated.