An open API service indexing awesome lists of open source software.

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.

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)