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.

Using Tigris as an open source MongoDB Atlas alternative for Go applications

39 pointsby ovaistariqover 2 years ago

2 comments

ovaistariqover 2 years ago
One of our major goals in building Tigris was to provide an open source cloud-native alternative to MongoDB Atlas! We love the documented-oriented programming model that MongoDB provides, which makes it easier for application developers to manage their data. But we also think there is a need for an architecture refresh, which requires the database platform to be rebuilt from the ground up.<p>Our design choices at Tigris, such as composable architecture, focus on strong data consistency, automatic data sharding, and being Kubernetes-native, enable the needed modernization and makes for a much more cost-efficient, resilient, and DevOps-friendly experience.<p>Check out the blog post below demonstrating performing CRUD operations on Tigris using the official Go driver for MongoDB. Thanks to our partner FerretDB for working with us on enabling compatibility with MongoDB&#x27;s wire protocol.
评论 #34892789 未加载
ovaistariqabout 2 years ago
Update: We now have a hosted version available so that you can try out the MongoDB compatibility with any programming language. You can see the updated code here: <a href="https:&#x2F;&#x2F;github.com&#x2F;tigrisdata-community&#x2F;go-mongo-quickstart&#x2F;blob&#x2F;main&#x2F;main.go#L132">https:&#x2F;&#x2F;github.com&#x2F;tigrisdata-community&#x2F;go-mongo-quickstart&#x2F;...</a>
评论 #34921442 未加载