Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duyquang6/when-things-might-fail

Break up your illusion about a high availability or a strong consistency system
https://github.com/duyquang6/when-things-might-fail

design-system might-fail what-if

Last synced: 24 days ago
JSON representation

Break up your illusion about a high availability or a strong consistency system

Awesome Lists containing this project

README

        

# when-things-might-fail

## Databases
- [When `MySQL transaction` might fail](database/mysql.md)

## Message Queues & CDC
- [When `Debezium` might fail](mq/mysql.md)
- [When `Kafka ordering` might fail](mq/kafka.md)

## Data structure
- [When `recursion` might fail](ds/recursion.md)
- [When `Array lookup` might outperform `Hash lookup`](ds/array-hash.md)