[Ann] Version 1.2.1 of JDBC river plugin, handling (most) of the JDBC types

Hi,

the JDBC river plugin https://github.com/jprante/elasticsearch-river-jdbc
has been updated to version 1.2.1

It is now handling most of the JDBC types as
of http://docs.oracle.com/javase/7/docs/api/java/sql/Types.html

Also, updating in non river table mode is extended to data changes. That
is, if data is changed in the SQL DB and the changes are not related to
index/type/id, an Elasticsearch index update is triggered (which is the
expected behaviour).

If you find bugs or if you have comments, do not hesitate and open an issue
at https://github.com/jprante/elasticsearch-river-jdbc/issues

All suggestions for improvements are welcome!

Best regards,

Jörg

Thanks Jorg for all the hard work, much appreciated!

On Mon, Jul 2, 2012 at 6:17 PM, Jörg Prante joergprante@gmail.com wrote:

Hi,

the JDBC river plugin https://github.com/jprante/elasticsearch-river-jdbchas been updated to version 1.2.1

It is now handling most of the JDBC types as of
Types (Java Platform SE 7 )

Also, updating in non river table mode is extended to data changes. That
is, if data is changed in the SQL DB and the changes are not related to
index/type/id, an Elasticsearch index update is triggered (which is the
expected behaviour).

If you find bugs or if you have comments, do not hesitate and open an
issue at Issues · jprante/elasticsearch-jdbc · GitHub

All suggestions for improvements are welcome!

Best regards,

Jörg

I have to thank you, kimchy! Hopefully the JDBC river helps people who need
Elasticsearch proof-of-concepts from existing amounts of data in SQL DBs.

Best,

Jörg

On Tuesday, July 3, 2012 1:00:08 AM UTC+2, kimchy wrote:

Thanks Jorg for all the hard work, much appreciated!