Setup Your MongoDB Distribution
Learn how to make your Quantum Grid server distribute data from MongoDB
If you haven't downloaded a server, first follow these instructions - Download Server
After downloding the server:
- Start the Quantum Grid software.
- Click the "Configure Server" tab.
- Click on the Server Placement button.
- Select the folder where you unzipped the server.
- Click on the "Configure Server" button.
There are 3 important settings you need to change to make your server distribute data from MongoDB:
- "Type of data distributed" should be set to MongoDB.
- "MongoDB Collection Name" should be set to the name of the collection you want to extract data from.
Setting Type of data distributed to MongoDB makes the "MONGODB_URI" option pop up at the bottom of the page.
- "MONGODB_URI" should be set to your MongoDB connection string.
Here's a link to an article if you don't know how to find your MongoDB uri - Find Your Connection String
That's it! Your server can now distribute data from MongoDB! You can tweak the rest of your settings however you'd like!