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. -
If needed, update the NuGet packages:
- Right-click the project name in
Solution Explorer
and select theManage NuGet Packages
item in the context menu. - Go to the
Updates
tab and chooseSelect all packages
. - Click the
Update
button.
- Right-click the project name in
-
Run the sample project by clicking 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.