Skip to content

bearddan2000/python-cli-mongodb-insert-many

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-cli-mongodb-insert-many

Description

A pymongo example w/o login. Creates a single collection weapon inside test database. Inserts multiple records then prints the whole collection and the collections inside test database.

Tech stack

  • python
  • mongodb

Docker stack

  • python:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits

Examples