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

Give a better picture of NoSQL Databases #801

Closed
6 of 14 tasks
loicortola opened this issue Oct 26, 2020 · 3 comments
Closed
6 of 14 tasks

Give a better picture of NoSQL Databases #801

loicortola opened this issue Oct 26, 2020 · 3 comments

Comments

@loicortola
Copy link

What roadmap is this issue about?

  • Frontend Roadmap
  • Backend Roadmap
  • DevOps Roadmap
  • All Roadmaps

What is this issue about?

  • Discussion for a pull request I would want to open.
  • Addition of a new item
  • Removal of some existing item
  • Changing in arrangement
  • General suggestion
  • Sharing an Idea
  • Something else

Please acknowledge the below listed

  • This is not a duplicate issue. I have searched and there is no existing issue for this.
  • I understand that these roadmaps are highly opinionated. The purpose is to not to include everything out there in these roadmaps but to have everything that is most relevant today comparing to the other options listed.
  • I have read the contribution docs before opening this issue.

Enter the details about the issue here

Hello,

thanks for the awesome roadmap.
I've taken a deeper look into DB-related info, and would like to propose some modifications.
Most NoSQL DBs stated are Document-related DBs :
MongoDB, CouchDB, RethinkDB, DynamoDB...

Later in the graph, we can see other mentions such as search engines, and Graph DBs.

I would recommand removing names and stating different "kinds" of NoSQL databases, instead of names.
Beware: RethinkDB is both a document database and a "realtime database" like Firebase, however the company died a couple years ago and the community project is almost dead. Wouldn't recommend anyone investing on it nowadays.

Proposition:

NoSQL Databases

  • Document (MongoDB, CouchDB...)
  • K/V Datastores (Redis)
  • Column (Cassandra)
  • Timeseries (InfluxDB)
  • Realtime DBs (Firebase, RethinkDB)
  • Object Storage (S3, Ceph...)
@loicortola
Copy link
Author

I can do the PR btw, I just want to know if this is something you might be interested in 👍

@loicortola
Copy link
Author

Ping ?

@kamranahmedse
Copy link
Owner

Thanks for the suggestion Loïc - it makes sense. I have made some changes in the 2021 version to accommodate this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@loicortola @kamranahmedse and others