Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 502 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 502 Bytes

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