Created
December 9, 2022 21:06
-
-
Save TheLurps/79c45ca9573e857ea606c102e1fa8ca3 to your computer and use it in GitHub Desktop.
Evaluate number of online clients based upon heartbeats in MongoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| mongo: | |
| image: 'mongo:6.0' | |
| ports: | |
| - '27017:27017' | |
| env_file: | |
| - .env | |
| environment: | |
| MONGO_INITDB_ROOT_USERNAME: ${MONGO_INITDB_ROOT_USERNAME} | |
| MONGO_INITDB_ROOT_PASSWORD: ${MONGO_INITDB_ROOT_PASSWORD} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asttokens==2.2.1 | |
| backcall==0.2.0 | |
| comm==0.1.2 | |
| contourpy==1.0.6 | |
| cycler==0.11.0 | |
| DateTime==4.7 | |
| debugpy==1.6.4 | |
| decorator==5.1.1 | |
| dnspython==2.2.1 | |
| entrypoints==0.4 | |
| executing==1.2.0 | |
| fonttools==4.38.0 | |
| ipykernel==6.19.2 | |
| ipython==8.7.0 | |
| jedi==0.18.2 | |
| jupyter_client==7.4.8 | |
| jupyter_core==5.1.0 | |
| kiwisolver==1.4.4 | |
| matplotlib==3.6.2 | |
| matplotlib-inline==0.1.6 | |
| nest-asyncio==1.5.6 | |
| numpy==1.23.5 | |
| packaging==22.0 | |
| pandas==1.5.2 | |
| parso==0.8.3 | |
| pexpect==4.8.0 | |
| pickleshare==0.7.5 | |
| Pillow==9.3.0 | |
| platformdirs==2.6.0 | |
| prompt-toolkit==3.0.36 | |
| psutil==5.9.4 | |
| ptyprocess==0.7.0 | |
| pure-eval==0.2.2 | |
| pyarrow==10.0.1 | |
| Pygments==2.13.0 | |
| pymongo==4.3.3 | |
| pymongoarrow==0.6.2 | |
| pyparsing==3.0.9 | |
| python-dateutil==2.8.2 | |
| python-dotenv==0.21.0 | |
| pytz==2022.6 | |
| pyzmq==24.0.1 | |
| six==1.16.0 | |
| stack-data==0.6.2 | |
| tornado==6.2 | |
| traitlets==5.7.0 | |
| wcwidth==0.2.5 | |
| zope.interface==5.5.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment