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

Change config file format #70

Open
goodboy opened this issue Feb 25, 2019 · 0 comments
Open

Change config file format #70

goodboy opened this issue Feb 25, 2019 · 0 comments

Comments

@goodboy
Copy link
Contributor

goodboy commented Feb 25, 2019

After some thinking I believe using
toml for both the current bokers.ini
and watchlists.json files is probably the easiest and
simplest way forward. There are some competitors (particularly for a DSL
that supports referencing / copying / merging content for the purposes
of watchlists) as detailed below.

We also have an open issue on choosing a better toml client lib
as per #496. Also pertains to #68.

Note TOML doesn't support - <value> style document array/lists and
instead somewhat enforces keying everything:
https://toml.io/en/v1.0.0#keys

versus something like (ugh-ish) yaml:


Alt langs / formats

Some other options i haven't had time to dig into yet:

@goodboy goodboy mentioned this issue Mar 18, 2019
@goodboy goodboy changed the title Change configs to use TOML Change config file format Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant