2023-12-09-TIL
2023-12-09-TIL
Today I Learned
Soft Delete and Unique Constraint
Soft Delete를 사용하는데, “삭제되지 않은것들은 하나만 있도록” 강제할 수는 없을까?
- https://gusiol.medium.com/soft-delete-and-unique-constraint-da94b41cff62
- https://oraange.tistory.com/26
- https://www.mastertheboss.com/hibernate-jpa/quickstart-tutorials-hibernate-jpa/hibernate-softdelete-step-by-step-guide/
Event Journaling
- https://medium.com/design-microservices-architecture-with-patterns/event-sourcing-pattern-in-microservices-architectures-e72bf0fc9274
- https://docs.hazelcast.com/imdg/4.2/data-structures/event-journal
- https://stackoverflow.com/questions/23699513/data-synchronization-between-mysql-and-mongodb
- https://airbyte.com/how-to-sync/mysql-to-mongodb-destination
- https://www.mongodb.com/community/forums/t/how-can-i-sync-few-tables-from-mysql-db-to-mongodb/111786
- https://tapdata.github.io/docs/Use%20Cases/ETL/mysql-to-mongodb.html
- https://hightouch.com/integrations/mysql-to-mongodb
JPA Auditing Trigger
- https://www.baeldung.com/database-auditing-jpa
Daily Tech News
- https://testing.googleblog.com/
This post is licensed under CC BY 4.0 by the author.