spring-data - 在 Spring 中使用 Greenplum

标签 spring-data spring-batch spring-integration greenplum spring-xd

是否有任何 Spring 项目提供用于插入或使用 Greenplum 的模板或实用程序?

我知道一种方法是使用 Spring Batch,让 tasklet 调用 Greenplum gpload 实用程序,然后将指定的文件插入到数据库中。

然而,鉴于 Spring Data 和 Spring XD 项目都旨在抽象数据访问和处理大数据需求,似乎应该为这个需求定制一些东西。考虑到 Pivotal 现在与 GreenPlum 和 Spring 密切相关,情况尤其如此。

如果任何人在使用 Spring 和 Greenplum 方面有任何经验并且可以提供任何指示或最佳实践,我们将不胜感激。

最佳答案

我与 Spring Batch 和 Greenplum 合作过。只需使用 PostgresQL jdbc 驱动程序,它可以透明地工作,因为 Greenplum 数据库基于 PostgreSQL

关于spring-data - 在 Spring 中使用 Greenplum,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20952269/

相关文章:

java - 如何在一个参数Spring data jpa中找到多个项目

java - @Transactional 上的 Spring Hibernate LazyInitializationException

mysql - Spring Boot |创建类路径资源中定义的名称为 'entityManagerFactory' 的 bean 时出错

java - 如何处理SendFailedException?

ssl - javax.net.ssl.SSLHandshakeException : java. security.cert.CertificateException:不存在主题替代名称

java - spring集成jms channel 设置并发消费者导致数据损坏

java - Spring Integration AMQP - 消息偶尔未确认,需要超时吗?

java - 如何使用 Solr/Lucene 序列化/反序列化 map ?

java - Spring Batch 工作没有结束

spring-batch - 如何处理Spring Batch的ItemWriter中的Web Service错误响应?