Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harvester parsers as plugins #4

Open
mjaquiery opened this issue Feb 6, 2024 · 0 comments
Open

Harvester parsers as plugins #4

mjaquiery opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mjaquiery
Copy link
Collaborator

The harvesters' parsing scripts are included directly within the harvester code.
Harvesters would be more extensible if they could rely on Python library plugins as parsers.

  • Register parser plugins somewhere
  • Dynamically download missing plugins
  • Provide a mechanism for determining which plugin to use on which files
  • Release code for current parsers as separate python packages
  • Solidify and plublicise InputFile class as generic target class for plugins
  • Provide documentation on how to write custom plugins
    • Provide description of InputFile data representation to support conversion to different output formats

Theoretically, these plugins could be enabled/disabled at runtime from Galv.

@mjaquiery mjaquiery added the enhancement New feature or request label Feb 6, 2024
@mjaquiery mjaquiery moved this to In review in Galv development Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant