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

Introduce a global settings file (ported from gitlab) #10

Open
SalomeRonja opened this issue Mar 26, 2021 · 2 comments
Open

Introduce a global settings file (ported from gitlab) #10

SalomeRonja opened this issue Mar 26, 2021 · 2 comments

Comments

@SalomeRonja
Copy link
Collaborator

SalomeRonja commented Mar 26, 2021

by @schroederb :

For the pipeline it would be useful to have a global setting File/Data base.
This would allow us to easily communicate between the different jobs, transfering intermediate results, provide paths, checking pipeline status (which job was successful) etc.
I would suggest to generate/modify this as a file automatically during the pipeline and not required as user input.
It does not need to be human readable.

@SalomeRonja
Copy link
Collaborator Author

comment by @schroederb :
For this I thought json would be nice, but type parsing is annoying there. Open for suggestions regarding the data type :)

Possible Candidates:

  • Json : stupid to parse for more complex types
  • pandas dataframe : ???
  • Serialized Object : could have any structure, not human readable

@candidechamp
Copy link
Collaborator

I will start working on this global settings file after #65 is merged.

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

No branches or pull requests

2 participants