Skip to content

giordan12/mongoDBQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Quiz Project
Author: Giordanno Castro

Usage:
  python MongoQuiz.py <csvfile> <databasename> <collectionname>

csvfile:
  File name of the csv that holds the data to be imported in the database.

databasename:
  Name for the database.

collectinoname:
  Name for the collection.

Usage example:
  python MongoQuiz.py Teams.csv mydatabase mycollection

Project requires the following packages:
  pymongo (Pip command: pip install pymongo )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages