Types of NoSQL Databases
- Refer Here for all the database types
- Document Database: This stores data in json format i.e. each record is a json document. Mongo is a popular Document Database. Refer Here for Document Database implementations. AWS Dynamo DB also falls under same category
- Key Value Stores: etcd
- Column Databases
- Graph Databases
- View the classroom recordings for database creations and understanding administrative activities
