2) MongoDB (40%) Redesign the Company database to support quick display of project info: i) Who works on the project ii)
Posted: Sat Feb 19, 2022 3:22 pm
Company database to support quick display of project info: i) Who works on the project ii) How many “man-hours” are spent per week on the project – the total number of hours worked on the project each week iii) Added requirement, add project status data including description of milestones, date when milestone should be completed, status of progress on the milestone iv) Note: you do not need to cover all of the rest of the Company database info v) Include 1-2 insert statements or two to show your design vi) Include 1-2 update statements to update the status of a milestone vii) Include a query to get the info on a project viu) Add comments explaining why your design is well-suited for this problem 3) Storage (10%) . Do you think LSM trees would benefit the Company database? Explain why or why not. 4) Encoding (10%) . Do you think Kafka or a similar message broker would be useful for a database for a movie website like imdb.com?
2) MongoDB (40%) Redesign the