Flexmonster Software License Agreement (“Agreement”) has been revised and is effective as of January 8, 2025.
The following modifications were made:
The modified version of Agreement is available here.
Downloading, installing, and/or continuing to use Flexmonster Software after January 8, 2025, constitutes Licensee’s acceptance of the terms and conditions of the modified version of Agreement. If Licensee does not agree to any of these terms and conditions, they must cease using Flexmonster Software and must not download, install, use, access, or continue to access Flexmonster Software. By continuing to use Flexmonster Software or renewing the license or maintenance after the effective date of these modifications to Agreement, Licensee accepts and agrees to be bound by the terms and conditions of the modified Agreement.
Flexmonster MongoDB Connector is an open-source server-side tool for connecting to MongoDB. The Connector is written in Node.js and is based on the custom data source API, our communication protocol for loading data from any server to Flexmonster Pivot.
Flexmonster MongoDB Connector contains a set of methods that retrieve the necessary data from MongoDB and aggregate it.
To use these methods, you must embed the Connector into your proxy Node.js server. Flexmonster will send requests for data to this server, whereas the server will pass them to the Connector using the Connector’s methods. Once the Connector fetches and processes the MongoDB data, the server will send the ready-to-show data to Flexmonster.
Since all manipulations with data are performed on the server side, data visualization becomes faster and the browser's resources are used more efficiently.
For a quick start in using the Connector, see the following guide:
To learn how to embed the Connector in your project, have a look at the following tutorials: