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] Enable an embeddable mode #414

Open
1 of 2 tasks
daw3rd opened this issue Jul 16, 2024 · 0 comments
Open
1 of 2 tasks

[Feature] Enable an embeddable mode #414

daw3rd opened this issue Jul 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@daw3rd
Copy link
Member

daw3rd commented Jul 16, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

Library/core

Feature

Some would like to run the transforms, within a runtime perhaps, by calling the dpk library from their own code. To date, we primarily focus on the command line-driven runtime launch() method that expects sys.argv to contain the configuration of all the internal components include DataAccessFactory, Transform and the Runtime. It may be as simple as passing in a list of CLI-like arguments to launch() which then get treated as CLI ags are today. This also avoids a pattern like the following

sys.argv = ...
launcher.launch()

which we should avoid promoting.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@daw3rd daw3rd added the enhancement New feature or request label Jul 16, 2024
@daw3rd daw3rd assigned daw3rd and blublinsky and unassigned daw3rd Jul 16, 2024
@daw3rd daw3rd assigned daw3rd and unassigned blublinsky Sep 13, 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
None yet
Development

No branches or pull requests

2 participants