Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manipulate Data On MongoDB with Rust #38

Open
8 tasks
mohammadrajabraza opened this issue Sep 29, 2021 · 0 comments
Open
8 tasks

Manipulate Data On MongoDB with Rust #38

mohammadrajabraza opened this issue Sep 29, 2021 · 0 comments

Comments

@mohammadrajabraza
Copy link
Owner

mohammadrajabraza commented Sep 29, 2021

Requirements

In order to complete this assignment complete the following

  • Install MongoDB locally or setup cluster at MongoDB Atlas
  • make a connection to the MongoDB server and list the databases available on the server
  • create a database with the name of store
  • create a table in store with the name of products
  • add at least 20 products with minimum 10 fields/attributes (name, category, weight, dimensions {height, width, depth, unit}, stock_quantity, price, hasOffer, offerPrice, etc)
  • query the products collection with the all possible query operators here https://docs.mongodb.com/manual/reference/operator/query/
  • perform all the other CRUD operation on the collection
  • submit the code for this complete exercise

Deadline

October 8, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant