Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sanaulla123
Last active March 22, 2017 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanaulla123/441320f2a0cf92c745f5ad09f80d3e46 to your computer and use it in GitHub Desktop.
Save sanaulla123/441320f2a0cf92c745f5ad09f80d3e46 to your computer and use it in GitHub Desktop.
{
"type" : "jdbc",
"jdbc" : {
"password" : "******",
"user" : "root",
"url" : "jdbc:mysql://localhost:3306/world",
"sql" : [ {
"statement" : "world.sql"
} ],
"elasticsearch" : {
"host" : "localhost",
"cluster" : "elasticsearch",
"port" : "9300"
},
"index" : "world",
"statefile" : "world-importer-config.json",
"metrics" : {
"lastexecutionstart" : "2017-03-10T10:46:47.175Z",
"lastexecutionend" : "2017-03-10T11:20:22.865Z",
"counter" : "10"
},
"type" : "world"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment