add mongodb

resolves #615
This commit is contained in:
Michael Parker
2020-09-28 23:46:33 -04:00
parent 65b20c0833
commit 352ed62019
3 changed files with 71 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
# mongoDB
### From their [Website](https://www.mongodb.com/)
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
### Minimum RAM warning
MongoDB requires approximately 1GB of RAM per 100.000 assets. If the system has to start swapping memory to disk, this will have a severely negative impact on performance, and should be avoided.
### Server Ports
Ports required to run the server in a table format.
| Port | default |
|---------|---------|
| Server | 27017 |