TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What databases are cool kids using today for microservices architecture?

2 点作者 sriram_iyengar超过 7 年前
- Scenario involves building a platform where relational queries, aggregation, large paginatd lists are unavoidable. - Data can be stored as json objects. - Same database software (not db instance), will be the choice for multiple microservices involving users, orders, catalog etc., - Most of the micro services are written on nodejs. - Small memory footprint, less db administration preferred.

2 条评论

itamarst超过 7 年前
Don&#x27;t choose databases based on coolness. Choose a database that will keep you from being woken up at 3AM.<p>PostgreSQL managed by your cloud vendor would do everything you want, probably.
ainiriand超过 7 年前
GraphDB is your only choice. But if you really really want to be part of the cool kid&#x27;s club: BlazingDB.