TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Best tech to process a real time data stream using low hw resources?

1 pointsby mxmpawnover 5 years ago
MercadoLibre is the Amazon of Latin America and has an open and official API (https:&#x2F;&#x2F;developers.mercadolibre.com&#x2F;) where anyone can request data about the transactions made on the platform. For example, you can check in real time how many iPhones are being sold by a specific seller.<p>I&#x27;ve already developed a script on Python that uses Redis pubsub queue which interacts with node and d3js to output the data to a real time visualization.<p>I&#x27;d like to make a simple script that could run on a simple machine using the lowest possible resources for a third party to be able to run it.<p>What kind of tech stack would you use to do this? Any advice?

no comments

no comments