Systems | Development | Analytics | API | Testing

Ably

Introducing Ably Asset Tracking - public beta now available

Over the past 18 months, as we’ve sheltered at home, the demand for global and last mile logistics, food delivery applications, and urban mobility services has skyrocketed. Realtime location data underpins much of the core value these applications and services provide. It enables delightful user experiences that make hungry end-users happy.

Dependable realtime banking with Kafka and Ably

Interest in online banking is skyrocketing. In this context, more and more banking providers are building digital products (especially mobile offerings) and improving their core capabilities to meet user expectations of the instantaneous, always-on, realtime world. In this blog post, we will look at Kafka’s characteristics and explore why it’s such a popular choice for architecting event-driven realtime banking ecosystems.

Reliable WebSockets-based pub/sub with Spring Boot

Spring Boot is a powerful application framework for creating production-grade Spring based Applications. It allows for developers to very quickly and easily get sites up and running, with databases and more. In this tutorial, we’ll be going over WebSockets, Pub/Sub, and how to make the most out of these in your Spring Boot applications.

The Future of Sports Data

I watch sports for a living. I couldn't tell you the last time I watched a baseball game from beginning to end. Data is one of the most valuable resources around. But data is no longer something that languishes in a database to be looked at later. Like sports events, data is now live. The sports industry can reap and build on innovations in the realtime data space. But this is no long a nice-to-have. Driven by changing fan behaviour this is now a commercial imperative.

6 Ways to Lose Sports & Gaming Customers Through Poor Realtime UX

Sports and gaming app users demand an uninterrupted, true realtime experience. Almost 90% of US adults now use a mobile device while watching sports. In competitive arenas with similar offerings, like betting or sports, then you absolutely cannot afford to deliver poor mobile experiences. Customer experience is the new competitive battleground and realtime mobile experiences are an essential part of that.

Balancing act: the current limits of AWS network load balancers

At Ably we provide a service that handles high volumes of client connections – multiple millions of concurrent WebSocket and HTTP streaming connections. Said connections are terminated by a set of frontend compute instances; distributing the connections among available instances is the role of one or more load balancers.

Guide to Pub/Sub in Golang

If you’ve ever used Go before, the concepts of Publish/Subscribe should be fairly familiar to you. It is much like how goroutines communicate over channels between each other, the idea boils down to allowing for such a channel to have multiple ‘subscribers’ receive messages sent on the channel. This paradigm can be powerful when used right, allowing for a cut down of complexity from both the publisher and subscriber side, as well as fast asynchronous communication.