Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Medici Overview
Medici Overview
Overview

Medici is another portion of the Brown Dog platform.  Medici stores and curates data uploaded to the system, and allows users to actively curate said data.  In order to extract information from data uploaded into the Medici content repository, Medici requires a connection to a RabbitMQ bus in order to receive notifications when new data has been uploaded.  It also requires an extractor, which as the name suggests extracts the desired information from the uploaded data.  The information extracted could be metadata (e.g. geolocation, file size, file creation date), a preview of the uploaded file, provenance of the file, and more.  Below, example code is given in multiple languages that describes how to create an extractor for the Medici system.

Anchor
Example Extractors
Example Extractors
Example Extractors

...