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://blog.ferretdb.io/ferretdb-1-0-ga-opensource-mongodb-alternative/" rel="nofollow">https://blog.ferretdb.io/ferretdb-1-0-ga-opensource-mongodb-...</a><p>[2]: <a href="https://blog.opensource.org/the-sspl-is-not-an-open-source-license/" rel="nofollow">https://blog.opensource.org/the-sspl-is-not-an-open-source-l...</a>