| ▲ | codetiger 2 hours ago | |
I decided to take a career break and build an open source project to manage services better. Feedbacks are welcome, product is too early for adoption. https://github.com/GoPlasmatic/Orion Design principles: * Isolate business logic from service framework using declarative coding * Make the logic representation machine-writable so AI is a first-class author * Treat business logic as versioned data, not compiled services * Ship governance with the platform, not with each service * Invoke services in-process, not over the network * Modular monolith — export and scale a service independently when needed * Push integrations into declarative connectors, keep logic pure | ||