Compare and contrast these two DBMS paradigms: SQL vs noSQL. Give example DBMSs for each.
MongoDB Exercises
- Compare and contrast the representation of one-to-one, one-to-many, many-to-many data relationships using SQL and using MongoDB.
- Implement simple CRUD operations using MongoDB.
- Implement “join” operations using MongoDB.
REST Review
- List the key features of RESTful services.
- Specify the mapping from CRUD functions to HTTP methods.
- Are there alternatives to REST?