I'm developing an entire application with NodeJS.
The main reasons for using NodeJS are financial / performance.
I have not yet worked with the database using NodeJS, however I have some doubts, since the data load is great.
For comparison purposes, we will consider the following data:
MYSQL, Cassandra and SQLite
More than 100mil views daily
Database with more than 50GB of information
The issues:
Have high performance with NodeJS?
Do you have stable libraries?
Have high performance for large amounts of data ? Do you have high performance for a distributed database architecture?
I just want to know about the databases mentioned above and based answers and technical facts and not opinions.