Skip to content

Instantly share code, notes, and snippets.

@ian-plosker
Created May 29, 2014 13:13
Show Gist options
  • Select an option

  • Save ian-plosker/50f64c3b79a190f4cf91 to your computer and use it in GitHub Desktop.

Select an option

Save ian-plosker/50f64c3b79a190f4cf91 to your computer and use it in GitHub Desktop.
Sample Orchestrate JDBC Import Config
{
"selectQuery" : "select foodDescs.*, foodCats.fdgrp_desc from foodDescs join foodCats on foodCats.fdgrp_cd = foodDescs.fdgrp_cd",
"primaryField" : "ndb_no",
"updatedAtField": "updated_at",
"source" : "jdbc:mysql://localhost/nutridb_sr25_sanitized",
"username" : "root",
"password" : "",
"apiKey" : "c9a0e182-7c01-48d2-81dd-dc36c4e3e79d",
"collection" : "food9"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment