An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Connect to MongoDB with Flexmonster Pivot Table & Charts
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](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.