Skip to content

Commit

Permalink
Get importer running inside a docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Whong committed Jan 11, 2018
1 parent 42afb59 commit ce04a88
Show file tree
Hide file tree
Showing 9 changed files with 857,295 additions and 41 deletions.
26 changes: 0 additions & 26 deletions config/pelias.json

This file was deleted.

4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const peliasConfig = require('pelias-config').generate(require('./schema'));
const _ = require('lodash');
const logger = require('pelias-logger').get('nycpad');
const logger = require('pelias-logger', {
level: 'verbose'
}).get('nycpad');

const importPipeline = require('./stream/importPipeline');

Expand Down
Loading

0 comments on commit ce04a88

Please sign in to comment.