Skip to content

Jameshskelton/mongo-db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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 scraping.

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.

Releases

No releases published

Packages

No packages published