Question
Develop a data model (database) to which supports a customer relationship management application. Main functional requirements are: 1. Customer Management, 2. Product Management, 3. Support
Develop a data model (database) to which supports a customer relationship management application. Main functional requirements are:
1. Customer Management, 2. Product Management, 3. Support Ticker Management, 4. Developer Task Management.
Your NOSQL database should support to maintain products, orders, customers and payments.
1. Develop a Data model for the above scenario in NoSQL
2. Write functions to perform various CRUD operations:
Customer - Find, Create, Upadate
Support Ticket - Find, Create, Update
Developer Task (with nested data): - Find, Create, Update (based on the ticket a task will be created for developer to resolve this issue.)
3. write program (in python, java, javascript-based UI, visual studio) that connects to a NoSQL database and performs CRUD operations (as above)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started