Skip to content

Latest commit

 

History

History
executable file
·
29 lines (22 loc) · 524 Bytes

File metadata and controls

executable file
·
29 lines (22 loc) · 524 Bytes

python-cli-mongodb-orm-insert-many

Description

A mongoengine 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
    • mongoengine
  • 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