read data from RDBMS using DBI
[webpac2] / conf / koha-mojofacets / config.yml
1 # Encoding of this file must be UTF-8!
2
3 databases:
4   koha2mojo:
5     name: 'Koha u mojo facets'
6     input:
7       - name: 'biblio'
8         module: 'WebPAC::Input::MARC'
9         path: '/data/koha/exported_records'
10         skip: 0
11         normalize:
12           path: 'conf/koha-mojo/koha2json.pl'
13     output:
14       module: 'JSON'
15       path: 'out/koha.js'