https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-update
A mongoengine example w/o login.
https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-update
bazel cli mongodb mongoengine orm python update
Last synced: 12 months ago
JSON representation
A mongoengine example w/o login.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-update
- Owner: bearddan2000
- Created: 2022-08-26T19:35:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T19:35:08.000Z (over 3 years ago)
- Last Synced: 2025-01-29T16:33:02.123Z (about 1 year ago)
- Topics: bazel, cli, mongodb, mongoengine, orm, python, update
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-update
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-bazel-mongodb-orm-update
## 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.
Updates a single record.
## Tech stack
- bazel
- python
- mongoengine
- mongodb
## Docker stack
- l.gcr.io/google/bazel:latest
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
# Credits
[Examples](https://www.tutorialspoint.com/mongoengine/index.htm)