Skip to content
Discussion options

You must be logged in to vote

The mox_eda project chose TigerBeetle-style architecture for correctness guarantees and operational simplicity - trading microservices' independent scaling for deterministic behavior, strong consistency, and zero external dependencies. Key technical benefits: in-process calls eliminate network latency, custom WAL+LSM storage provides better performance than external databases, and deterministic simulation testing (RFC-0005) enables fault injection without complex distributed test infrastructure. The tradeoff analysis in discussion #101 shows this fits event-sourced systems requiring strong consistency where operational complexity of service meshes/Kubernetes outweighs polyglot flexibility…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by copyleftdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants