Versions Compared

Key

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

...

  1. Dockerize the extractor
  2. Deploy the extractor
  3. Add the extractor to the tool catalog

Creating an Extractor from Working Python Code

...

In this section, we will describe the process of creating of an extractor from a working Python code. A few assumptions are that you have a working Python code that extracts some kind of metadata from a data file and that you have installed Python, Git, Python virtual environment, and Docker and other specific software needed by your extractor (if any) in your computer.

...