Harvesting concepts is similar to harvesting normal records. You need to have a working Supplejack API with concept schema. For more information on how to set up concept schema, please refer to Creating Schemas.

Configuration

To start harvesting concepts, you need to enable concepts in the Manager. config/application.yml.

development:
  WORKER_HOST: http://localhost:3002
  WORKER_KEY: <WORKER_KEY>
  API_HOST: http://localhost:3000
  API_MONGOID_HOSTS: localhost:27017
  PARSER_TYPE_ENABLED: true # Set this to true

Restart the Manager.

Creating new parser will give you another option to select a data type.

Parser Data Type