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

Add concept of installable plugins #28

Merged
merged 3 commits into from
Mar 11, 2022
Merged

Add concept of installable plugins #28

merged 3 commits into from
Mar 11, 2022

Conversation

hyfen
Copy link
Member

@hyfen hyfen commented Mar 11, 2022

Chronicle plugins are packaged as independent gems with a dependency on chronicle-etl. Two independent plugins can depend on incompatible versions of a third-party dependency (faraday, sqlite3, etc). More on that in #24.

We want to minimize dependency conflict by only activating a plugin if it's required by a job. This PR moves towards that goal.

We still need a system for plugins to report available connectors that doesn't require them each gem to be activated/required (#29)

@hyfen hyfen force-pushed the plugins branch 2 times, most recently from c7a3be1 to ca2b30c Compare March 11, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant