Systems | Development | Analytics | API | Testing

Latest Posts

Why data integrity is essential for sports, media, and entertainment apps delivering realtime updates

Hardly anyone is stricter about data integrity than people who closely follow the news – even if they don’t use the term. If a user is monitoring a live feed of updates about a legal case or a bill in progress, they will switch feeds without hesitation if updates are repeated or out of order.

3 pillars for supporting realtime update infrastructure in transportation and logistics apps

Amazon was founded in 1994, went public in 1997, and reached a market cap of $1.5 trillion in 2020. As a result of Amazon’s successes and a long tail of rapidly modernizing ecommerce businesses, consumers and businesses alike have transformed their expectations around transportation and logistics. Consumers, for example, expect up-to-the-minute updates on package delivery, and businesses require, among other features, realtime asset and vehicle monitoring.

Channel subscription now possible with new Python Realtime SDK

Python is a popular programming language known for its simplicity and versatility. It's commonly used for web development, data analysis, and automation. While it's not usually associated with client-side development, it can be useful in scenarios where server-side applications need to exchange data in realtime. This is why we’ve released a new Python Realtime SDK component that enables developers to integrate Ably's realtime functionality into their Python applications.

Why low latency is essential for sports, media, and entertainment companies trying to deliver realtime updates at scale

Latency is a technical term that, even for the people who use it every day, tends to feel abstract. When a metric calls for measurement by the millisecond, it’s easy to forget just how valuable each millisecond is. But if your application promises to deliver realtime updates – especially in the sports, media, and entertainment industries – low latency has to become a high priority and the experience your users have with latency needs to be vivid.

3 fundamentals for building realtime updates in sports, media, and entertainment apps

At first glance, sports fans, news geeks, and pop culture enthusiasts seem largely dissimilar. Often, as a result, the apps that serve these groups are largely different – with a sports app comparing the stats of different athletes and a celebrity news app sharing video interviews and gossip. But when these seemingly different users log on to these different apps, they’ll likely all expect the same thing: A fresh update published mere seconds after they opened the app.

Building realtime experiences with Amazon Aurora

Aurora is a managed database service from Amazon compatible with MySQL and PostgreSQL. It allows for the use of existing MySQL code, tools, and applications and can offer increased performance for certain workloads compared to MySQL and PostgreSQL. Being an AWS product, it benefits from the range of tools and services available on AWS, with simple integrations for analytics and processing. Having all of these tools available makes building larger projects easier and quicker.

Popular instant messaging and chat protocols

Chat and instant messaging are a key part of how many applications are driving product adoption, user engagement, and retention. As a product owner or developer, you’re almost spoiled for choice when it comes to deciding how to implement chat in your product. In this article, we’re going to go deep and look at the protocols that power chat.

Subscription Filters: Simplify your channel architecture and save costs

We're excited to share Ably’s newest feature, Subscription Filters. It gives subscribers to a channel the ability to easily create their own custom realtime data feeds, by selectively subscribing to receive only part of the data from the channel. For a publisher, the advantage is being able to create personalized data streams for large numbers of individual clients, without having to worry about the scalability, maintenance, and reliability of a complicated realtime data feed infrastructure.

Choosing a data push method for maximum compatibility and reliability

Pushing data from the server to the client is a problem almost as old as the Web. In the early days, developers had to rely on ingenuity to achieve data push, often resulting in novel solutions like polling that compromised on performance. However, as the demand for realtime features surged, dedicated methods to send data from the server emerged. Today, you have four options: Which one is best?