lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

Data Abstraction Layer #74

Closed lukasjarosch closed 6 months ago

lukasjarosch commented 11 months ago

The goal of this MR is to get rid of the low-level usage of map[string]interface{} and provide a more abstract way to interact with data.

The data abstraction layer is going to be the new core of skipper and must handle all data related tasks such as

Goals