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: Experience with Azure Cosmos DB?

4 pointsby umbulaabout 7 years ago
I'm diving in to Azure Cosmos DB. Do you have any experience to report?

2 comments

MikeDoesCodeabout 7 years ago
Documentation is still a bit all over the place, at least for the .Net space. Some information is only apparent after diving into GitHub issues, it&#x27;s not a total disaster but could definitely be better. Especially when some documentation recommends entirely incorrect dependencies or misleading support for some gremlin commands.<p>However the product itself is great, I&#x27;ve been using the gremlin interface almost exclusively. I will say however, that having used JanusGraph and other TinkerPop compatible products some of the more advanced gremlin features like branch and choose are absent which can make porting some applications problematic.<p>A further potential annoyance or benefit is the fixed usage of GraphSON for the documents in Cosmos which can make the results of your query appear radically different to what you would expect if you&#x27;re familiar with other TinkerPop graphs.
评论 #16839241 未加载
xstartupabout 7 years ago
I am also thinking about using it for one project which needs 100M inserts per day.<p>We&#x27;ll be using range query only.<p>But since we are using GCP, it seems Mongo Atlas with sharding in one region with multiple availability zones is better and more cost-effective solution for us.