Scout24 / yamlreader

Read all YAML files in a directory and merge them
Apache License 2.0
45 stars 14 forks source link

To be used where? #3

Open esc opened 9 years ago

esc commented 9 years ago

This issue collects all the uses of the yamlreader where we could use this code and its PyPi package.

esc commented 9 years ago

https://github.com/yadt/yadt-minion/blob/master/src/main/python/yadtminion/yaml_merger.py

esc commented 9 years ago

https://github.com/ImmobilienScout24/monitoring-config-generator/blob/master/src/main/python/monitoring_config_generator/yaml_tools/merger.py

esc commented 9 years ago

@snordhausen any others you can think of?

esc commented 9 years ago

https://github.com/ImmobilienScout24/yaml-server/blob/master/src/yaml_server/YamlReader.py

snordhausen commented 9 years ago

At least for github, those seem to be the only copies.