Stratio / ingestion

Flume - Ingestion, an Apache Flume distribution
https://stratio.atlassian.net/wiki/display/PLATFORM/STRATIO+INGESTION
Apache License 2.0
147 stars 62 forks source link

jdbc-sink: Support any JDBC driver with the template serializer #23

Open smola opened 10 years ago

smola commented 10 years ago

Currently, we only support databases supported in the jOOQ Open Source edition. That is, most open source relational databases. However, we can add support for any JDBC database (e.g. Oracle, SQL Server) in the template serializer.

smola commented 10 years ago

I started work on this on a branch for Apache Flume.