Tag: distributed
-

A New Model for Polyglot Distributed Apps with wasmCloud
Distributed application development has evolved rapidly over the last decade. What began as simple service-to-service communication has grown into complex webs of microservices spanning data centers, cloud environments, Kubernetes clusters, and increasingly, edge devices.…
-

Energy at the Edge: How the Right Database Can Lower Our Gas Prices
What can a database do to help an oil and gas company lower rising prices at the pump? It turns out, a lot! In this post, I explore some data-related factors of rapidly increasing…
-

Distributed Database Architecture Explained
Distributed databases apply the principles of distributed computing to data storage. The simplest example is a database which stores data on two (or more) servers connected by a network. This “cluster” can be accessed…
-

NoSQL Document Database Replication – MongoDB vs. Couchbase
Replication has been a crucial part of Database Systems for decades for providing availability and disaster recovery. In recent times, with the evolution of distributed databases to address the need for highly available, scalable…