Skip to content

flexmonster/pivot-elasticsearch-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Flexmonster Pivot Table & Charts to Elasticsearch via a proxy server

Flexmonster Pivot Table & Charts Website: www.flexmonster.com

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 demonstrating how to connect Flexmonster to Elasticsearch via a proxy server.

Table of contents:

Prerequisites

Installation

  1. Download a .zip archive with the sample project or clone it from GitHub with the following commands:
git clone https://github.com/flexmonster/pivot-elasticsearch-proxy
cd pivot-elasticsearch-proxy
  1. Install the npm dependencies described in package.json:
npm install
  1. Start the sample proxy server:
npm start
  1. Once the proxy server is running, open client/index.html in your browser. Notice that the proxy server processes all Flexmonster requests.

Related Flexmonster docs

Releases

No releases published

Packages

No packages published