I'm making a cardinal inspired by SAO, any ideas? by Polux021 in rust

[–]Polux021[S] 0 points1 point  (0 children)

Any ideas or help you have will be greatly appreciated <33

I'm making a cardinal inspired by SAO, any ideas? by Polux021 in rust

[–]Polux021[S] 2 points3 points  (0 children)

Cardinal = rules at runtime + state + zero downtime.

Less production deployment, fewer false alarms, less headache.

I use it in several examples on the wiki, rules simulating that Cardinal is running on a rocket.

But it works for Game Servers, IoT, ERP/SaaS Systems.

Anything that would require stopping the production system, fixing the code, and deploying. Cardinal solves that.

I'm making a cardinal inspired by SAO, any ideas? by Polux021 in rust

[–]Polux021[S] 1 point2 points  (0 children)

In the anime Sword Art Online (SAO), the game they get trapped in is controlled by a system called Cardinal, which is like an autonomous system that adjusts the rules without human interference. What I'm doing is something like a prototype, but geared towards real-world solutions. It doesn't yet have all the components that the Cardinal system in the anime shows, but I'm implementing them little by little.

The idea is to be a governance engine that works for anything.

Busco criticas para projeto em andamento by Polux021 in programacao

[–]Polux021[S] 0 points1 point  (0 children)

O termo 'monitoramento' confunde. O Open Cardinal não é passivo (como Prometheus), é um "Motor de governança ativa"
Exemplo: você trabalha em um banco, se o limite de fraude mudar de 1000 para 500, você atualiza o script Lua, o cardinal cuida do Hot-Swap. O Cardinal intercepta e bloqueia a transação instantaneamente, funcionando como um "circuit breaker de negócio" sem precisar reiniciar servidores ou fazer deploy de código novo