You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
8
8
9
-
This repository holds the source code for a project demonstrating how to connect to MongoDB using [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector/):
9
+
This repository contains a sample project that demonstrates how to connect to a MongoDB database using [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector?r=github).
To run the project, you will need Node.js and npm. [Get them here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if they're not already installed on your machine.
19
+
-[Node.js](https://nodejs.org/en/).
18
20
19
21
## Installation
20
22
21
-
1. Download the`.zip` archive with the sample project or clone it from GitHub with the following command:
23
+
1. Download a`.zip` archive with the sample project or clone it from GitHub with the following command:
2. Install the npm packages described in `package.json`:
29
+
2. Install the npm dependencies described in `package.json`:
29
30
30
31
```bash
31
32
npm install
@@ -38,6 +39,6 @@ npm run build
38
39
npm run start
39
40
```
40
41
41
-
## Usage
42
+
## Related Flexmonster docs
42
43
43
-
For details on usage, refer to [Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/getting-started-with-the-mongodb-connector/) tutorial.
44
+
-[Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector?r=github) — learn how to use the MongoDB Connector.
0 commit comments