Which data should migrate from SQL into Elasticsearch?

Mar. 17, 2018 by

There are some good posts about using logstash’s JDBC input plugin to migrate your existing data into Elasticsearch. In order to make the technical examples simple, those posts demonstrate loading

Automating SQL joins that follow foreign keys

Oct. 18, 2017 by

I’ve written a SQL code generator which automates the mindless, repetitive task of joining a table to the tables to which it has foreign keys. Generating this code isn’t exactly