New Monitoring Script
-
@thanksaj said:
Ok, the wording might not have been great, but how is how NodeBB works with a database different than, say, Wordpress?
Same, it is an external system and it makes network calls to it.
-
@scottalanmiller said:
@thanksaj said:
Ok, the wording might not have been great, but how is how NodeBB works with a database different than, say, Wordpress?
Same, it is an external system and it makes network calls to it.
So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL
-
@thanksaj said:
So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL
Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.
-
@scottalanmiller said:
@thanksaj said:
So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL
Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.
RDBMS?
-
@thanksaj relational database management system
-
@thanksaj said:
@scottalanmiller said:
@thanksaj said:
So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL
Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.
RDBMS?
It would behoove you to look up basic IT terms on your own without needing everyone to look them up for you.
RDBMS is a Relational DataBase Management System. Most IT people incorrectly just call them databases leading to much of the confusion in the industry. MS SQL Server, MySQL, PostgreSQL, Oracle DB, Informix, DB2, Sybase ASE, etc. are all RDBMS. SQLite and JetBD (Access) are not, they are just databases, even though they are relational. MongoDB, Redis, CouchDB and others are NoSQL, non-relational databases. They are lumped together as NoSQL even though they have nothing to do with each other to distinguish them from the things that most people simply assume databases to be.
My first internship at age 13 was working on NoSQL systems.
-
@scottalanmiller said:
@thanksaj said:
@scottalanmiller said:
@thanksaj said:
So is MongoDB:MySQL as NodeBB:Wordpress? Little SAT question for ya. LOL
Roughly. MongoDB is a networked NoSQL database. MySQL is an RDBMS. NodeBB and Wordpress are both applications.
RDBMS?
It would behoove you to look up basic IT terms on your own without needing everyone to look them up for you.
RDBMS is a Relational DataBase Management System. Most IT people incorrectly just call them databases leading to much of the confusion in the industry. MS SQL Server, MySQL, PostgreSQL, Oracle DB, Informix, DB2, Sybase ASE, etc. are all RDBMS. SQLite and JetBD (Access) are not, they are just databases, even though they are relational. MongoDB, Redis, CouchDB and others are NoSQL, non-relational databases. They are lumped together as NoSQL even though they have nothing to do with each other to distinguish them from the things that most people simply assume databases to be.
My first internal at age 13 was working on NoSQL systems.
Interesting.
-
@scottalanmiller said:
My first internship at age 13 was working on NoSQL systems.
I'm surprised for how old it is I had never heard of NoSQL until recently.
-
@Dashrender said:
@scottalanmiller said:
My first internship at age 13 was working on NoSQL systems.
I'm surprised for how old it is I had never heard of NoSQL until recently.
Never heard of it either.
-
I have heard of relational databases, btw. I just had never heard the term RDBMS.
-
I only knew of it from one of my trade magazines....yep...those paper things that come in the mail. I have read more stuff about technology that I will never need for my clients.
I tried to get digital versions but most only had print versions and they were piling up. I ended up unsubscribing at the end of the year.
-
Pretty much everyone uses RDBMSs. They are so common, they are hiding everywhere. Since MS SQL Server and MySQL are in that list, it is a rare IT person not running one of the two, if not both, today. And MySQL isn't even the most common for new open source development either.
-
So far I have not seen any issues since the script started.