You are on page 1of 3

Mongo db

 MongoDB is a document database with the


scalability and flexibility that you want with the
querying and indexing that you need
 MongoDB stores data in flexible, JSON-like documents, meaning fields can
vary from document to document and data structure can be changed over
time

 The document model maps to the objects in your application code, making
data easy to work with

 Ad hoc queries, indexing, and real time aggregation provide powerful ways to
access and analyze your data

 MongoDB is a distributed database at its core, so high availability, horizontal


scaling, and geographic distribution are built in and easy to use

 MongoDB is free and open-source. Versions released prior to October 16,


2018 are published under the AGPL. All versions released after October 16,
2018, including patch fixes for prior versions, are published under the Server
Side Public

 MongoDB’s document model is simple for developers to learn and use, while
still providing all the capabilities needed to meet the most complex
requirements at any scale. We provide drivers for 10+ languages, and the
community has built dozens more.

(https://www.mongodb.com/what-is-mongodb)

Mongodb is a document-oriented NoSQL database used for high


volume data storage. In this free course you will learn how Mongodb
can be accessed and its important features like indexing, regular
expression, sharding data, etc.( https://www.guru99.com/mongodb-
tutorials.html)
Java-
Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers.
Java offers the rich user interface, performance, versatility, portability, and security that today's applications require.
(https://www.oracle.com/technetwork/java/javase/overview/index.html)

Java is a general purpose, high-level programming language developed by Sun Microsystems. The Java

programming language was developed by a small team of engineers, known as the Green Team, who initiated the

language in 1991.

Originally called OAK, the Java language was designed for handheld devices and set-top boxes. Oak was

unsuccessful and in 1995 Sun changed the name to Java and modified the language to take advantage of the

burgeoning World Wide Web.


Later, in 2009, Oracle Corporation acquired Sun Microsystems and took ownership of two key Sun software assets:

Java and Solaris. (https://www.webopedia.com/TERM/J/Java.html)

Node.js

 Node.js is an open source server environment

 Node.js is free

 Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)

 Node.js uses JavaScript on the server

 Node.js can generate dynamic page content

 Node.js can create, open, read, write, delete, and close files on the server

 Node.js can collect form data

 Node.js can add, delete, modify data in your database

 Node.js files contain tasks that will be executed on certain events

 A typical event is someone trying to access a port on the server

 Node.js files must be initiated on the server before having any effect

 Node.js files have extension ".js"

(https://www.w3schools.com/nodejs/nodejs_intro.asp)
quasar

You might also like