Hi everyone. If I want to create an application like Asana or Trello, should I use SQL or NoSQL database?
For further actions, you may consider blocking this person and/or reporting abuse
Hi everyone. If I want to create an application like Asana or Trello, should I use SQL or NoSQL database?
For further actions, you may consider blocking this person and/or reporting abuse
Cheryl Mataitini -
Judy -
Shannon Lal -
Anh Tu Nguyen -
Top comments (5)
trello uses mongodb afaik.
personally I've let go of sql.
if I'm doing something highly relational I'll use neo4j graph db for my future projects. until then I'm quite content with mongodb.
but I gotta say it was not an easy journey.
I had to totally forget everything I knew about rdbms and adopt a totally new mentality of working with nosql.
Trello runs on many servers, so MongoDB makes sense. However, a SQL database is more convenient on one server.
You could always try a hybrid SQL / NoSQL database like HarperDB so you can benefit from the best functionality of both worlds.
SQL.
Nice questions.... ,😁👍