SQLAlchemy - UUID and Mix-In Classes
UUIDUUID (Universal Unique Identifier) is a 128-bit value used to uniquely identify an object or entity on the internet. A real world example; When you…
2 min read
UUIDUUID (Universal Unique Identifier) is a 128-bit value used to uniquely identify an object or entity on the internet. A real world example; When you…
2 min read
Almost in every project we store information in databases. It could be an SQL or a NoSQL database. Let's say you would like to go…
4 min read
We have created scheduled queries in the previous post. The query execution results could be forwarded to a pub/sub topic. In this post we…
2 min read
Sometimes you might want to run queries on recurring basis. The queries could be written in SQL. We decided to run some queries for cleaning…
2 min read
Bu yazımda, NoSQL veritabanlarında uygulanan replication ve partitioning işlemlerinin ne olduğunu anlatmaya çalışacağım. Replication ile ilgili olarak maliyet ve avantajlarından bahsedeceğim. Neden replication yapmamız gerektiği…
3 min read