Completed
NoSQL Databases #1 (Data Models, CAP Theorem, BASE Property)
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NoSQL Databases - Neo4j, MongoDB, REDIS, Column Store Databases
Automatically move to the next video in the Classroom when playback concludes
- 1 NoSQL Databases #1 (Data Models, CAP Theorem, BASE Property)
- 2 Neo4j - Introduction to Graph Databases - NoSQL Databases #2
- 3 Neo4j - Introduction to Neo4j and Cypher Query Language - NoSQL Databases #3
- 4 Neo4j - IN, AND, OR, Creating, Retrieving and Modifying Relationships - NoSQL Databases #4
- 5 Neo4j - Creating Relationships, Matching Relationships, Order By - NoSQL Databases #5
- 6 Neo4j - Skip, Limit, Merge Clause and Aggregate functions - NoSQL Databases #6
- 7 Neo4j- Establishing Constraints in Neo4j Graph Database - NoSQL Databases #7
- 8 Neo4j - String Matching Expression,CASE Expression and Foreach Clause - NoSQL Databases #8
- 9 Neo4j - Causal Cluster Introduction and Demo - NoSQL Databases #9
- 10 Neo4j - Variable length Relationships, Shortest Path, All Shortest Paths - NoSQL Databases #10
- 11 Neo4j Indexes and String handling Functions - NoSQL Databases #11
- 12 Neo4j - Finding Shortest Path,All Pair Shortest Paths, Minimum Spanning Tree NoSQL Databases #12
- 13 Neo4j- Importing a CSV file - NoSQL Databases #13
- 14 PageRank Algorithm, Exercise and Demo using Neo4j NoSQL Databases #14
- 15 MongoDB Introduction and Installation - NoSQL Databases #15
- 16 MongoDB Creating Databases, Collections and Documents , MongoDB Compass - NoSQL Databases #16
- 17 MongoDB Query Operators (Comparison, Logical and Element) - NoSQL Databases #17
- 18 MongoDB - Project results, updateOne, updateMany, replaceOne, upsert ,null items NoSQL Databases #18
- 19 MongoDB Querying Arrays ($all, $slice, $elemMatch, $size with Arrays) #19
- 20 MongoDB Aggregation Pipeline NoSQL Databases #20
- 21 MongoDB Aggregation Pipeline Continued ($sort, $limit, $skip, $count, $unwind) NoSQL #21
- 22 MongoDB - Querying Nested Documents and Array of Nested Documents - Tutorial
- 23 MongoDB Indexing - Demonstration of Single Field Index , Compound Index, Multikey Index, Text Index
- 24 MongoDB Replication and Sharding - Replication Demo on a local machine NoSQL #22
- 25 MongoDB - What is Sharding? Sharding a Collection - Demo NoSQL Databases #23
- 26 REDIS - What are Key Value Databases? REDIS Commands (Strings lists and keys) #24
- 27 REDIS - What are Sets? SET commands in REDIS - NoSQL Databases #25
- 28 REDIS - SORTED SETS (Introduction and Commands) NoSQL #26
- 29 REDIS - Hashes - Introduction and Commands - NOSQL #27
- 30 Java with Redis Database - Demo
- 31 Column Store Databases - Introduction - How are they different from Row Store Databases? NoSQL #28
- 32 Data Compression Techniques - Run Length , Bitmap, Dictionary Encoding NoSQL #29
- 33 Data Compression Techniques - Huffman Encoding - NoSQL #30
- 34 Column Store Databases - Early Vs Late Materialization and Jive Join - NoSQL #31
- 35 Apache Cassandra - Tutorial - CQL - Keyspaces - Tables - Index - Set - List - Map