Last active
May 25, 2017 23:02
-
-
Save cosmicdreams/2204214faaf09e487bd319b8fbdce362 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in the group | |
source: | |
plugin: url | |
data_fetcher_plugin: http | |
authentication: | |
plugin: basic | |
username: bla | |
password: bla | |
data_parser_plugin: json | |
in the migration | |
source: | |
urls: '<url-here>' | |
ids: | |
key: | |
type: integer | |
unsigned: true | |
item_selector: data/ | |
fields: <lots of field definitions her> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment