Bears-R-Us / arkouda

Arkouda (αρκούδα): Interactive Data Analytics at Supercomputing Scale :bear:
Other
243 stars 88 forks source link

standardize on yaml configuration #384

Open hokiegeek2 opened 4 years ago

hokiegeek2 commented 4 years ago

Currently the configuration of Arkouda is handled by a mix of method parameters and environment variables, some of which are not documented in the README file. I recommend adding a yaml configuration file that puts all variables in one place. We can either parse the yaml file and set env variables or setup a singleton context object.

mhmerrill commented 2 years ago

@Bears-R-Us/arkouda-core-dev should we do this or close the issue?

mhmerrill commented 2 years ago

@hokiegeek2 so what tools would use the YAML file you are describing here? @joshmarshall1