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.

Show HN: ads: Tool to start, stop, and manage microservices in a codebase

5 pointsby adamcathabout 9 years ago

2 comments

adnanhabout 9 years ago
We used rake to do the same thing, plus a bit extra (migrations, reindexing, etc...).<p>However, I was hoping this would be an idea I had long time ago, and I was going to do next: interactive microservice runner with ability to view logs (and stdout+stderr) in real time, and the ability to start&#x2F;stop&#x2F;restart them :( something that would be curses based...
评论 #11511162 未加载
was_boringabout 9 years ago
At my job we use docker compose for this. Each service is able to be worked on in isolation just by cloning the repo, and we have a separate repo which ties them all together and can bring them all up at the same time (or individually) if you choose.<p>All logs, except SQL queries generated by an orm go to stdout.
评论 #11511168 未加载