https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-select-all
A mongoengine example w/o login.
https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-select-all
all bazel cli mongodb mongoengine orm python select
Last synced: 8 months ago
JSON representation
A mongoengine example w/o login.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-select-all
- Owner: bearddan2000
- Created: 2022-08-26T19:35:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T19:35:04.000Z (over 3 years ago)
- Last Synced: 2025-03-24T11:24:38.332Z (12 months ago)
- Topics: all, bazel, cli, mongodb, mongoengine, orm, python, select
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-bazel-mongodb-orm-select-all
- 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-select-all
## Description
A mongoengine example w/o login.
Creates a single collection `weapon`
inside `test` database. Inserts a
single record then prints the whole
collection and the collections inside
`test` database.
Creates an index on the `name` field.
## 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)