optimus
optimus copied to clipboard
Feat : Support a mechanism to add plugins in Optimus by just configuring Yaml files.
Is your feature request related to a problem? Please describe. Currently to add a new plugin it requires us to create a go file, demands plugin developer to understand some complex models defined in Optimus, which is too much to onboard on.
Describe the solution you'd like A simple Yaml based specification with all the details should be supported which optimus can understand.
Additional context The same feature can be leveraged to avoid out of sync issues between clients and servers.
- [ ] Let us also analyse why we need Compile Assets in CLI mod
- [ ] Let us check do we really need a dependency mod can't we move this to Optimus by supporting standard SQL dependency resolution.