Skip to content
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

Merged
merged 5 commits into from Jun 9, 2023

Conversation

Fashander
Copy link
Member

@Fashander Fashander commented Mar 14, 2023

Description

Closes FerretDB/engineering#51.

Readiness checklist

  • I added/updated unit tests.
  • I added/updated integration/compatibility tests.
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Assignee, Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@Fashander Fashander added the documentation Something user-visible is badly or not documented label Mar 14, 2023
@Fashander Fashander added this to the v1.0.0 GA milestone Mar 14, 2023
@Fashander Fashander self-assigned this Mar 14, 2023
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #2204 (58c457b) into main (c2fd309) will decrease coverage by 37.09%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             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

Flag Coverage Δ
integration 5.00% <ø> (-51.83%) ⬇️
mongodb 5.00% <ø> (ø)
pg ?
shard-1 5.00% <ø> (-38.23%) ⬇️
shard-2 ?
shard-3 ?
unit 25.19% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@Fashander Fashander marked this pull request as ready for review March 14, 2023 21:06
@Fashander Fashander requested review from a team, AlekSi and ptrfarkas March 14, 2023 21:06
@Fashander Fashander enabled auto-merge (squash) March 14, 2023 21:07
Copy link
Contributor

@chilagrow chilagrow left a 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 🤗

@AlekSi AlekSi added the no ci label Mar 20, 2023
@AlekSi AlekSi removed the no ci label Mar 23, 2023
@AlekSi AlekSi modified the milestones: v0.9.4, v1.0.0 GA Mar 27, 2023
@AlekSi AlekSi modified the milestones: v1.0.0 GA, v1.1.0 Apr 11, 2023
Copy link
Member

@rumyantseva rumyantseva left a 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.

noisersup
noisersup previously approved these changes Apr 13, 2023
Copy link
Member

@noisersup noisersup left a 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!

@AlekSi AlekSi self-assigned this Apr 16, 2023
@AlekSi AlekSi removed the request for review from w84thesun April 16, 2023 18:38
@Fashander
Copy link
Member Author

@ptrfarkas PTAL

@AlekSi AlekSi modified the milestones: v1.1.0, Next May 9, 2023
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label May 11, 2023
@AlekSi AlekSi modified the milestones: v1.2.0, Next May 22, 2023
@AlekSi AlekSi modified the milestones: v1.3.0, Next Jun 5, 2023
@Fashander Fashander added trust PRs that can access Actions secrets blog/marketing Marketing (and releases) blog posts and removed documentation Something user-visible is badly or not documented not ready Issues that are not ready to be worked on; PRs that should skip CI labels Jun 9, 2023
@mergify
Copy link
Contributor

mergify bot commented Jun 9, 2023

Marketing blog posts should be reviewed by @ptrfarkas and @AlekSi.

@Fashander
Copy link
Member Author

@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.
Copy link
Member

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

Copy link
Member

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in born

@ptrfarkas ptrfarkas disabled auto-merge June 9, 2023 13:21
@ptrfarkas ptrfarkas enabled auto-merge (squash) June 9, 2023 13:22
@ptrfarkas ptrfarkas removed the request for review from AlekSi June 9, 2023 13:22
@mergify mergify bot requested a review from AlekSi June 9, 2023 13:23
@ptrfarkas ptrfarkas disabled auto-merge June 9, 2023 13:23
@ptrfarkas ptrfarkas merged commit 77d5586 into FerretDB:main Jun 9, 2023
21 of 29 checks passed
@Fashander Fashander deleted the documentdb-blog branch December 4, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog/marketing Marketing (and releases) blog posts trust PRs that can access Actions secrets
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

6 participants