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

[Enhancement] Start computation with two or more datasets #55

Open
rogargon opened this issue Sep 1, 2023 · 0 comments
Open

[Enhancement] Start computation with two or more datasets #55

rogargon opened this issue Sep 1, 2023 · 0 comments
Labels
Type: Enhancement Feature enhancement request

Comments

@rogargon
Copy link

rogargon commented Sep 1, 2023

Motivation / Problem

For data integration scenarios, make it possible to start a computation that uses as input more than just one dataset. This seems possible when defining an algorithm, which receives an array of DIDs.

This way, it would be possible to start a computation job that combines multiple datasets.

Another interesting application is data transformations. Allowing two datasets as input, it would be possible to have generic mapping algorithms that receive as input the data to be mapped and the mapping to be used. This also enables a market of data transformation mappings, which are shared and monetised as any other kind of dataset.

Solution

When configuring a computation, it is possible to define multiple DIDs that will be passed to the algorithm as inputs.

@rogargon rogargon added the Type: Enhancement Feature enhancement request label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Feature enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant