Skip to main content
# CloeePy-Mongo
MongoDB Plugin for CloeePy

Attaches a PyMongo DB connection to CloeePy application context

## Installation

`pip install CloeePy-Mongo`

## Configuration

```
CloeePy:
...
Plugins:
cloeepy_mongo:
host: localhost
port: 27017
username: admin
password: password
authSource: admin
authMechanism: SCRAM-SHA-1
maxPoolSize: 100
```

## Usage

```
import os
from cloeepy import CloeePy

if __name__ == "__main__":
# Required: set config path as environment variable
os.environ["CLOEEPY_CONFIG_PATH"] = "./example-config.yml"

# instantiate application instance
app = CloeePy()

# write a log entry to stdout
app.log.info("Hello World!")

# Make PyMongo call and log to stdout
app.log.info(app.mongo.admin.command("isMaster"))
```

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CloeePy-Mongo-0.0.0.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file CloeePy-Mongo-0.0.0.tar.gz.

File metadata

  • Download URL: CloeePy-Mongo-0.0.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for CloeePy-Mongo-0.0.0.tar.gz
Algorithm Hash digest
SHA256 727b9269cf17381a44dd0e35b2a08c1b482ed7decca4e5a137ca1bd5ac2599a2
MD5 533f0bbde265df5a6730237ca0ec7e1b
BLAKE2b-256 c483a4ca825e2133f706cfd78bc0d3bd22e181f4a01556258994df14b9569403

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.0 This release

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page