
5 min read
An event-driven microservices architecture is an approach to software development where decoupled microservices are designed to communicate with one another when events occur. These architectures are comprised of three critical features: What is an event? As the name suggests, an event occurs when some specific action…

5 min read
My colleagues and I just got back from TM Forum’s Digital Transformation World (DTW) 2022 in Copenhagen. It was the first in-person DTW in three years and my first time attending. If you’ve never been, it’s kind of like a boutique Mobile World…

5 min read
Eventual consistency is a data modeling concept that ensures that updates made to distributed NoSQL databases will eventually be reflected across all nodes. This ensures that identical database queries will return the same results after some period of time. While many new…

5 min read
Enterprise IoT represents the next phase in the evolution of the Internet of Things, wherein enterprises increasingly invest in connected physical products that have embedded computing devices in them in order to drive operational efficiency, reduce manual work, and otherwise accelerate business…

5 min read
Recently I flew from Dublin, where I live, to Volt’s new HQ outside Boston. Apart from the usual travel delays and headaches, what made the journey stand out was the significant number of late, delayed, and out-of-context or tone-deaf messages I got…

5 min read
As telcos focus on unlocking the full value of 5G, leading operators are paying more and more attention to the edge. After all, edge computing promises to deliver transformative benefits to operators, enabling them to build next-generation applications for their customers. For example, instead of…

5 min read
Quality of Service (QoS) encompasses the tools and technologies that enable telco operators to ensure networks, applications, and services are highly performant regardless of network capacity. By giving network admins visibility into important metrics and allowing them to allocate bandwidth to mission-critical…

5 min read
High availability describes systems or networks that can operate continuously, with minimal downtime, even during peak usage. The advent of 5G has made high availability more important than ever as it has significantly increased the volume, variety, and velocity of data flowing…

5 min read
Streaming data is data that flows in continuously from highly distributed sources. These data streams are constantly feeding data that data platforms can use or act upon dynamically and in real time, without the need to download or batch it first. Data streams…