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
ConnectionInfo: EDF_MongoDbConnectionInfo
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".