DEV Community

durga
durga

Posted on

Building low latency geo-distributed apps & apis in python

Today’s applications are required to be highly responsive and always online. To achieve low latency and high availability, instances of these applications need to be deployed in multiple regions that are close to their users.

But these globally distributed apps need a geo distributed fast data platform that can transparently replicate the data anywhere in the world to enable these apps & apis to operate on a copy of the data that's close to its users. Similarly the apps need geo-replicated and local streams to handle pub-sub, ETL and real-time updates from the fast data platform.

This post shows how one can do the above quickly using python leveraging Macrometa fast data platform. Link: https://www.macrometa.co

Feel free to agree/disagree and let me know your thoughts & suggestions.

Top comments (1)

Collapse
 
durgagokina profile image
durga • Edited

testing... the above is my first post on dev.to