Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.75 KB

proxy-mongodb.md

File metadata and controls

23 lines (17 loc) · 1.75 KB

Http:MongoDB

A http api proxy based driver for the MongoDB document database. Excellent storage for the highly unstructured data that results from the entity component system in Arma Reforger.

Note Consider manually adding query indicies to your MongoDB server for collections that are often queried with complex conditions. This can signifantly reduce query time on large datasets.

Implementation: EDF_MongoDbDriver

Aliases: MongoDb, Mongo

Example: MongoDb://MyDatabase?Host=1.2.3.4&Headers=user-agent,application/json,api-key,123456789&Parameters=key,value,key2,value2

Option Values Description
ProxyHost Hostname/IP Web proxy hostname.
ProxyPort Portnumber Web proxy port.
SecureConnection True/False Use TLS/SSL to connect to the web proxy.
Headers key,value Headers used for the request
Parameters key,value Additional parameters added to the url with ...&key=value

Info If not specified the driver will automatically choose Content-Type "application/json" and User-Agent "AR-EDF".