{"id":26708471,"url":"https://github.com/flexmonster/flexmonster-data-server-dll","last_synced_at":"2026-05-02T13:34:28.603Z","repository":{"id":91250784,"uuid":"265564024","full_name":"flexmonster/flexmonster-data-server-dll","owner":"flexmonster","description":"The example of a custom data server with Flexmonster.DataServer.Core.dll","archived":false,"fork":false,"pushed_at":"2025-09-04T09:29:12.000Z","size":735,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-04T11:31:14.901Z","etag":null,"topics":["dll","dotnet-core","pivot-chart","pivot-tables","server-side-technologies"],"latest_commit_sha":null,"homepage":"https://flexmonster.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexmonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-20T12:51:11.000Z","updated_at":"2025-09-04T09:29:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"510852d9-e83c-41c7-9044-24f34f955537","html_url":"https://github.com/flexmonster/flexmonster-data-server-dll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flexmonster/flexmonster-data-server-dll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fflexmonster-data-server-dll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fflexmonster-data-server-dll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fflexmonster-data-server-dll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fflexmonster-data-server-dll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/flexmonster-data-server-dll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fflexmonster-data-server-dll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32536579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dll","dotnet-core","pivot-chart","pivot-tables","server-side-technologies"],"created_at":"2025-03-27T07:18:34.627Z","updated_at":"2026-05-02T13:34:28.596Z","avatar_url":"https://github.com/flexmonster.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample server with Flexmonster Data Server as a DLL\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=github)\nWebsite: [www.flexmonster.com](https://www.flexmonster.com?r=github)\n\n## Flexmonster Pivot Table \u0026 Charts\n\nFlexmonster Pivot Table \u0026 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.\n\nThis 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).\n\n[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.\n\nTable of contents:\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Related Flexmonster docs](#related-flexmonster-docs)\n- [Support and feedback](#support-and-feedback)\n- [Flexmonster licensing](#flexmonster-licensing)\n- [Social media](#social-media)\n\n## Prerequisites\n\n- [Microsoft .NET 9.0](https://dotnet.microsoft.com/en-us/download)\n\n## Installation\n\n1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:\n\n```bash\ngit clone https://github.com/flexmonster/flexmonster-data-server-dll \u0026\u0026 cd flexmonster-data-server-dll\n```\n  \n2. Run the sample server from the console:\n\n```\ncd DemoDataServerCore \u0026\u0026 dotnet restore \u0026\u0026 dotnet run\n``` \n\nTo see the result, open `http://localhost:5000/` in your browser.\n\n## Related Flexmonster docs\n\n- [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.\n- [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.\n\n## Support and feedback\n\nIn 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.\n\nTo 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.\n\n## Flexmonster licensing\n\nThis 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).\n\nFlexmonster 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).\n\nIf 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.\n\n## Social media\n\nFollow us on social media and stay updated on our development process!\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/flexmonster)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fflexmonster-data-server-dll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fflexmonster-data-server-dll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fflexmonster-data-server-dll/lists"}