Issue 16116

Create ChecklistImporter

16116
Reporter: mdoering
Type: NewFeature
Summary: Create ChecklistImporter
Priority: Major
Resolution: Fixed
Status: Resolved
Created: 2014-07-14 10:34:43.71
Updated: 2014-09-16 12:06:13.396
Resolved: 2014-08-01 15:59:44.538
        
Description: see https://github.com/gbif/checklistbank/blob/master/INDEXING.md#checklistimporter

The data importer reads the embedded neo4j database, iterates over all records using a taxonomic depth-first traversal starting with the root taxa sorted in alphabetic order. This should allow us to produce a single insert statement for the core name_usage record avoiding slow subsequent update queries.

The importer also needs to update solr for each processed record.

Listens to ChecklistNormalizedMessage and emits ChecklistImportedMessage]]>
    


Author: mdoering@gbif.org
Comment: Basically done with insert & update mybatis layer and solr bindings. But a few individual jira issues remain that need to be completed still
Created: 2014-08-01 15:59:44.558
Updated: 2014-08-01 15:59:44.558