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

[FEATURE] Migrate to plugin mode #340

Closed
3 of 4 tasks
goodwanghan opened this issue Jul 16, 2022 · 1 comment · Fixed by #339 or #375
Closed
3 of 4 tasks

[FEATURE] Migrate to plugin mode #340

goodwanghan opened this issue Jul 16, 2022 · 1 comment · Fixed by #339 or #375

Comments

@goodwanghan
Copy link
Collaborator

goodwanghan commented Jul 16, 2022

Triad already has the standard solution for plugin mode: fugue-project/triad#85

We need to migrate all Fugue plugins to this standard approach. We also need to keep the old way working.

  • Execution engine
  • DataFrames
  • Extensions
  • Annotation converters
@goodwanghan
Copy link
Collaborator Author

parse_creator, parse_processor, parse_outputter, parse_transformer are the plugins for register customer extensions, they have much more flexibility.

For example, now Spark engine can support this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment