Skip to content

flexmonster/flexmonster-data-server-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample server with Flexmonster Data Server as a DLL

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 the source code for a .NET Core application with Flexmonster Data Server as a DLL.

Flexmonster Data Server is a server-side tool that is responsible for fetching data from a data source, processing, and aggregating it. Then the data is passed to Flexmonster Pivot in a ready-to-show format. The Data Server significantly reduces the time of data loading and allows analyzing large datasets.

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/flexmonster-data-server-dll
cd flexmonster-data-server-dll
  1. Run the sample server from the console:
cd DemoDataServerCore
dotnet restore
dotnet run

To see the result, open http://localhost:5000/ in your browser.

Related Flexmonster docs

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •