Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Category: <span>Database</span>

YugaByte DB – a Database for Low Latency Transactional Apps

YugaByte DB, a highly performant, ACID compliant and transactional database is a startup founded by the engineers who were instrumental in creating Cassandra inside FaceBook. It is well understood that microservices are multi-cloud deployable in an active-active mode. The challenge has always been the data tier powering the apps which …

Migrating to Microservices Databases: From Monolith to Distributed Data

In a Microservices software architecture with multiple moving parts we cannot allow that a single complement downtime breaks down the entire system. Dealing with stateless code is easy, but it gets much harder when we have to deal with persistent state. In this scenario, zero downtime migrations are paramount to …