metabase-as-code
v0.0.23
Published
Metabase as library and some functionality on top of it
Downloads
3
Readme
Metabase as code aims to achieve the following:
- Create abstractions for the domain entities with in metabase. These abstractions represent the data and the behavior of these entities.
- The entities above can be loaded and saved from an running metabase instance via entity repositories. These repositories use REST API provided by metabase for it.