Website: www.flexmonster.com
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 reference Flexmonster Accelerator as a DLL.
Flexmonster Accelerator is a server-side proxy that increases data loading speeds from the server to the user’s browser. It also greatly reduces the load on the browser memory.
Table of contents:
- Download a
.zip
archive with the sample project or clone it from GitHub with the following command:
git clone https://github.com/flexmonster/pivot-accelerator-dll
-
Open the project in Visual Studio using the
pivot-accelerator-dll/Flexmonster Accelerator MVC.sln
file. -
Run the project by selecting the
IIS Express
button on the toolbar.
To see the result, open http://localhost:55158/
in your browser.
- Referencing the Accelerator as a DLL — learn how to use Flexmonster Accelerator as a DLL in an existing project.