-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Blog Post on Document Databases #2204
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2204 +/- ##
===========================================
- Coverage 63.79% 26.71% -37.09%
===========================================
Files 442 442
Lines 22523 22523
===========================================
- Hits 14368 6016 -8352
- Misses 7216 15890 +8674
+ Partials 939 617 -322 see 144 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As usual, great blog! Listed a few of my thoughts 🤗
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The article looks a bit raw to me. I like that we have an example, but maybe we can discuss the structure and the main points altogether.
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
website/blog/2023-03-21-document-databases-definition-features-use-cases.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@ptrfarkas PTAL |
7b10111
to
e70dba9
Compare
Marketing blog posts should be reviewed by @ptrfarkas and @AlekSi. |
@ptrfarkas PTAL. I've reworked it extensively so should not be far away from publishing |
In terms of performance, while FerretDB's primary focus is to enable more compatibility with MongoDB, it's also working on improving performance by pushing more queries to the backend. | ||
[Read more about this here](https://blog.ferretdb.io/ferretdb-fetches-data-query-pushdown/). | ||
|
||
In addition to PostgreSQL, FerretDB is also building support for other database backends, like Tigris ([beta level](https://www.tigrisdata.com/docs/concepts/mongodb-compatibility/)), [basic experimental support for SQLite (not available yet)](https://blog.ferretdb.io/ferretdb-v-1-2-0-minor-release/), and more on the way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's skip mentioning Tigris, we no longer do work on Tigris
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should mention SQLite and the fact that SAP is working on HANA
### FerretDB | ||
|
||
[FerretDB](https://www.ferretdb.io/) is an open source document database alternative to MongoDB with PostgreSQL as the backend. | ||
This database was borne out of a need to offer a truly open-source alternative to MongoDB after it's switch to SSPL back in 2018. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo in born
Description
Closes FerretDB/engineering#51.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Assignee, Labels, Project and project's Sprint fields.