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: Building a microserivce at home, what tech stack?

2 pointsby rory_isAdonkalmost 4 years ago
What essential technologies should i bake in?<p>Data migration? Log aggregation?<p>I&#x27;ve worked in the industry for years but have never worked on every piece of a &quot;production&quot; microservice, i thought making one at home would be a good way.<p>Thanks.

1 comment

GianFabienalmost 4 years ago
It really depends on your specific requirements. For my home automation stack all I use is mosquitto MQTT and some RESTful services. The rest is various programs and scripts that all work with either MQTT or REST or both. I simply use JSON for payloads that way things remain simple.<p>As for logging, syslog meets all my needs. BTW, I log some MQTT events to syslog using a script with several wildcard subscribes.<p>Data migrations, only ad-hoc, mostly one-shot, so its just basic scripts that get the job done.
评论 #27366423 未加载