https://github.com/ob1dev/testmongodbconnection
A console application for testing connection to MongoDB instance.
https://github.com/ob1dev/testmongodbconnection
mongodb sitecore xdb
Last synced: 3 months ago
JSON representation
A console application for testing connection to MongoDB instance.
- Host: GitHub
- URL: https://github.com/ob1dev/testmongodbconnection
- Owner: ob1dev
- License: mit
- Created: 2016-04-21T02:26:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T00:01:31.000Z (over 7 years ago)
- Last Synced: 2025-02-09T18:52:09.393Z (5 months ago)
- Topics: mongodb, sitecore, xdb
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test MongoDB Connection
A console application for testing connection to a MongoDB instance.
## Main
This repository contains Sitecore console app, which tests databases' connections in MongoDB using MongoDB .NET\C# Driver.
## Deployment
To run the app, perform the following steps on both Content Managment (CM) and Content Delivery (CD) servers:
1. In the `\bin\TestMongoDBConnection.exe.config` file, modify the following connecting strings:
* `analytics`
* `tracking.live`
* `tracking.history`
* `tracking.contact`
2. Run the `\bin\TestMongoDBConnection.exe` file.> The log is saved into the `\bin\Sitecore.Log.{Data.Time}.txt` file.
## Content
Sitecore Diagnostics app includes the following files:
1. `\bin\MongoDB.Bson.dll`
2. `\bin\MongoDB.Driver.dll`
3. `\bin\TestMongoDBConnection.exe`
4. `\bin\TestMongoDBConnection.exe.config`## License
This tool is licensed under the [Sitecore Corporation A/S License](./LICENSE).
## Download
Downloads are available via [GitHub Releases](https://github.com/SitecoreSupport/TestMongoDBConnection/releases).
[](https://github.com/SitecoreSupport/TestMongoDBConnection/releases)