snowplow / igluctl

A command-line tool for working with Iglu schema registries
8 stars 6 forks source link

Use hocon format for the deploy configuration file #83

Closed istreeter closed 3 years ago

istreeter commented 3 years ago

Until now we have used self-describing json. These days we prefer hocon for application configuration because:

This change can be done in such a way that we still support SDJ as a legacy format, which will make upgrade path easier for users. We can take advantage of the fact that hocon is a superset of json.