-
Notifications
You must be signed in to change notification settings - Fork 0
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
Design: Choose DB engine to be used in the project #5
Comments
I believe that using an SQL DB is a great solution. And we can go with MySQL.
Our data matches very well the relational model and using an SQL database is the right choice in my opinion. |
I also vote for the MySQL - suits our needs and it has a cross-platform support. |
MySQL is never a bad choice and it is the easiest to agree on. However, there are newer and more scalable database types that worth looking at like mongodb or elasticsearch . |
mongodb is NoSQL Document DB, |
Option B: Are you familiar with MongoDB/ElasticSearch? @alonttal @idanyadgar @chananbental @omrihuller @Danielohayon ) General information: MongoDB is NoSQL DB engine (it uses JSON like files) |
i am familiar with MongoDB, but not too well |
Following the discussion we had on the weekly meeting (06.11.2017) and the research about MongoDB and ElasticSearch we have to decide between two candidates: MongoDB and MySQL (see #21 ) |
@OrAbramovich and @chananbental are assigned to the task. |
The project implementation must include a DB to store its data e.g: registered users details, apartments details, etc...
There are various of aspects should be considered:
The text was updated successfully, but these errors were encountered: