Skip to content

johnherr/mongo-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo DB

Mongo is a noSQL data storage system. It's excellent for storing poorly structured data, such as that gathered via web scrapping.

Objectives

  • Create an instance of a mongo server either in Docker or locally installed
  • Use mongo shell to perform basic operations:
    • Create a db/collection
    • Insert a record
    • Retrieve records
    • Delete a record
  • Connect to Mongo via python, and perform all of the above actions.

About

Mongo DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published