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.

FerretDB 1.0 GA: open-source MongoDB alternative built on Postgres

23 pointsby peterfarkasabout 2 years ago

2 comments

peterfarkasabout 2 years ago
It’s been a while since FerretDB (well, we were called MangoDB back then) was first posted on HN. Back then, it was nothing but a tech demo - today, FerretDB is being used in production.<p>We’ve received a lot of great feedback on HN, which we used to set the direction of our project. So it’s only natural that we want to show HN what we used your input for. Please give it a try and let us know how it went. Read more about the new release in our blog post.[1]<p>As a recap, FerretDB is an open source alternative to MongoDB. We started building it because we believe that there should be an OSS alternative to MongoDB, as they changed over to the proprietary and controversial SSPL license [2]. We built it on Postgres, because we believe that Postgres as a backend is more than capable of playing the part. FerretDB is written in Go; it also can be used as a Go library.<p>We started adding support for SQLite as well, as there is a lot of interest in it.<p>Our long-term goal is to create an open standard for document databases, similarly to how SQL is a standard for interfacing with RDBMS.<p>[1]: <a href="https:&#x2F;&#x2F;blog.ferretdb.io&#x2F;ferretdb-1-0-ga-opensource-mongodb-alternative&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.ferretdb.io&#x2F;ferretdb-1-0-ga-opensource-mongodb-...</a><p>[2]: <a href="https:&#x2F;&#x2F;blog.opensource.org&#x2F;the-sspl-is-not-an-open-source-license&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.opensource.org&#x2F;the-sspl-is-not-an-open-source-l...</a>
评论 #35597655 未加载
PeterZaitsevabout 2 years ago
Congrats team! Great to see long awated 1.0 finally shipped!