https://github.com/flexmonster/pivot-mongo
The sample demonstrating how to connect to MongoDB with Flexmonster Pivot
https://github.com/flexmonster/pivot-mongo
data-visualization database mongodb nosql
Last synced: 10 months ago
JSON representation
The sample demonstrating how to connect to MongoDB with Flexmonster Pivot
- Host: GitHub
- URL: https://github.com/flexmonster/pivot-mongo
- Owner: flexmonster
- Created: 2020-02-01T16:03:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T11:15:38.000Z (11 months ago)
- Last Synced: 2025-04-05T02:01:47.748Z (10 months ago)
- Topics: data-visualization, database, mongodb, nosql
- Language: TypeScript
- Homepage: https://flexmonster.com
- Size: 1.54 MB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect to MongoDB with Flexmonster Pivot Table & Charts
[](https://www.flexmonster.com?r=github)
Website: [www.flexmonster.com](https://www.flexmonster.com?r=github)
## Flexmonster Pivot Table & Charts
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.
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).
Table of contents:
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Related Flexmonster docs](#related-flexmonster-docs)
## Prerequisites
- [Node.js](https://nodejs.org/en/)
## Installation
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
```bash
git clone https://github.com/flexmonster/pivot-mongo && cd pivot-mongo
```
2. Install the npm dependencies described in `package.json`:
```bash
npm install
```
3. Run the sample project:
```bash
npm run build
npm run start
```
## Related Flexmonster docs
- [Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector?r=github) — learn how to use the MongoDB Connector.