https://github.com/flexmonster/flexmonster-data-server-dll
The example of a custom data server with Flexmonster.DataServer.Core.dll
https://github.com/flexmonster/flexmonster-data-server-dll
dll dotnet-core pivot-chart pivot-tables server-side-technologies
Last synced: about 1 month ago
JSON representation
The example of a custom data server with Flexmonster.DataServer.Core.dll
- Host: GitHub
- URL: https://github.com/flexmonster/flexmonster-data-server-dll
- Owner: flexmonster
- License: mit
- Created: 2020-05-20T12:51:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T09:29:12.000Z (9 months ago)
- Last Synced: 2025-09-04T11:31:14.901Z (9 months ago)
- Topics: dll, dotnet-core, pivot-chart, pivot-tables, server-side-technologies
- Language: C#
- Homepage: https://flexmonster.com
- Size: 718 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample server with Flexmonster Data Server as a DLL
[](https://www.flexmonster.com?r=github)
Website: [www.flexmonster.com](https://www.flexmonster.com?r=github)
## Flexmonster Pivot Table & Charts
Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your data visualization project. The tool supports popular frameworks like React, Vue, Angular, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=github). Also, Flexmonster connects to [any data source](https://www.flexmonster.com/doc/supported-data-sources?r=github), including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
This repository contains a sample .NET Core project with [Flexmonster Data Server as a DLL](https://www.flexmonster.com/doc/getting-started-with-data-server-dll/?r=github).
[Flexmonster Data Server](https://www.flexmonster.com/doc/intro-to-flexmonster-data-server?r=github) is an installable, server-side application. The idea of the Data Server is to reduce the time of data loading and allow analyzing large datasets by delegating all calculations to the server. The Data Server fetches your data from a data source, aggregates it, and then sends it to Flexmonster Pivot.
Table of contents:
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Related Flexmonster docs](#related-flexmonster-docs)
- [Support and feedback](#support-and-feedback)
- [Flexmonster licensing](#flexmonster-licensing)
- [Social media](#social-media)
## Prerequisites
- [Microsoft .NET 9.0](https://dotnet.microsoft.com/en-us/download)
## 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/flexmonster-data-server-dll && cd flexmonster-data-server-dll
```
2. 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
- [Getting started with the Data Server as a DLL](https://www.flexmonster.com/doc/getting-started-with-data-server-dll?r=github) — learn how to use the Data Server as a DLL.
- [Referencing the Data Server as a DLL](https://www.flexmonster.com/doc/referencing-data-server-as-dll?r=github) — see details on embedding Flexmonster Data Server in a .NET Core application.
## Support and feedback
In case of any issues, visit our [Troubleshooting](https://www.flexmonster.com/doc/typical-errors?r=github) section or check the list of [Common issues](https://www.flexmonster.com/doc/common-issues-with-the-data-server?r=github) for possible solutions. You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=github) for a solution to your issue.
To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center?r=github). You can also find a list of samples, technical specifications, and a user interface guide there.
## Flexmonster licensing
This sample project is released under the MIT license (free and open-source). Also, it uses [Flexmonster Pivot](https://www.flexmonster.com/?r=github) and [Flexmonster Data Server as a DLL](https://www.nuget.org/packages/Flexmonster.DataServer.Core), which are governed by the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=github).
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=github).
If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=github), and we will get in touch with you.
## Social media
Follow us on social media and stay updated on our development process!
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)