Apollo Institute of Engineering &
Technology (455)
Lab Manual
DI-Semester: 6th
Introduction to No
SQL
(4360704)
2024
Name :
Branch : Computer Engineering
Batch : A
Enrollment No. :
, CERTIFICATE
This is to certify that Mr./M
Enrollment No Semester
VI Branch DI-Computer engineering has satisfactorily completed his/her term
work in Course of Introduction to No SQL with subject code 4360704 for the
academic term 2024.
Staff In-charge Date of Submission Head of Department
, APOLLO INSTITUTE OF ENGINEERING & TECHNOLOGY
Semester: VI Academic Term: 2024
Subject Name: Introduction to No SQL Subject Code: 4360704
INDEX
Sr.No Practical Aim Date Page Signature
No
1 Introduction and Types of NO
SQL Databases
2 Introduction and Installation of
MongoDB
3 Introduction of CURD
Operations
4 How to perform
Create Operations
5 How to perform Read Operations
6 How to perform
Update Operations
7 How to perform Delete
Operations
8 Introduction and setup
of Cassandra
9 Data Modeling and
Simple Queries with
Cassandra
10 Introduction to Neo4j
Graph Databases
11 Basic Graph Queries and
Implementations with
Neo4j
12 Redis Basics: Introduction and
Key – Value Operations
, 2145503070 Introduction to NoSQL
`
Practical -1
AIM :- Introduction and Types of NO SQL
Databases Introduction to NoSQL
NoSQL is a type of database management system (DBMS) that is designed to handle and store large volumes
of unstructured and semi-structured data. Unlike traditional relational databases that use tables with pre-
defined schemas to store data, NoSQL databases use flexible data models that can adapt to changes indata
structures and are capable of scaling horizontally to handle growing amounts of data.
The term NoSQL originally referred to “non-SQL” or “non-relational” databases, but the term has since
evolved to mean “not only SQL,” as NoSQL databases have expanded to include a wide range of different
database architectures and data models.
Types of No SQL Databases
A database is a collection of structured data or information which is stored in a computer system and can be
accessed easily. A database is usually managed by a Database Management System (DBMS).
NoSQL is a non-relational database that is used to store the data in the nontabular form. NoSQL stands for
Not only SQL. The main types are documents, key-value, wide-column, and graphs.
Types of No SQL Database:
□ Document-based databases
□ Key-value stores
□ Column-oriented databases
□ Graph-based databases
1
AIET(45
Technology (455)
Lab Manual
DI-Semester: 6th
Introduction to No
SQL
(4360704)
2024
Name :
Branch : Computer Engineering
Batch : A
Enrollment No. :
, CERTIFICATE
This is to certify that Mr./M
Enrollment No Semester
VI Branch DI-Computer engineering has satisfactorily completed his/her term
work in Course of Introduction to No SQL with subject code 4360704 for the
academic term 2024.
Staff In-charge Date of Submission Head of Department
, APOLLO INSTITUTE OF ENGINEERING & TECHNOLOGY
Semester: VI Academic Term: 2024
Subject Name: Introduction to No SQL Subject Code: 4360704
INDEX
Sr.No Practical Aim Date Page Signature
No
1 Introduction and Types of NO
SQL Databases
2 Introduction and Installation of
MongoDB
3 Introduction of CURD
Operations
4 How to perform
Create Operations
5 How to perform Read Operations
6 How to perform
Update Operations
7 How to perform Delete
Operations
8 Introduction and setup
of Cassandra
9 Data Modeling and
Simple Queries with
Cassandra
10 Introduction to Neo4j
Graph Databases
11 Basic Graph Queries and
Implementations with
Neo4j
12 Redis Basics: Introduction and
Key – Value Operations
, 2145503070 Introduction to NoSQL
`
Practical -1
AIM :- Introduction and Types of NO SQL
Databases Introduction to NoSQL
NoSQL is a type of database management system (DBMS) that is designed to handle and store large volumes
of unstructured and semi-structured data. Unlike traditional relational databases that use tables with pre-
defined schemas to store data, NoSQL databases use flexible data models that can adapt to changes indata
structures and are capable of scaling horizontally to handle growing amounts of data.
The term NoSQL originally referred to “non-SQL” or “non-relational” databases, but the term has since
evolved to mean “not only SQL,” as NoSQL databases have expanded to include a wide range of different
database architectures and data models.
Types of No SQL Databases
A database is a collection of structured data or information which is stored in a computer system and can be
accessed easily. A database is usually managed by a Database Management System (DBMS).
NoSQL is a non-relational database that is used to store the data in the nontabular form. NoSQL stands for
Not only SQL. The main types are documents, key-value, wide-column, and graphs.
Types of No SQL Database:
□ Document-based databases
□ Key-value stores
□ Column-oriented databases
□ Graph-based databases
1
AIET(45