You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
8
9
-
This repository holds the source code for a project that demonstrates how to implement the [custom data source API](https://www.flexmonster.com/doc/introduction-to-custom-data-source-api/).
9
+
This repository holds the source code for a project that demonstrates how to implement the [custom data source API](https://www.flexmonster.com/doc/introduction-to-custom-data-source-api?r=github).
10
10
11
11
Flexmonster custom data source API is designed for summarized data retrieval from a server to Flexmonster Pivot.
12
12
This API will work for projects with their own data access layer, where filtering and aggregation are delegated to a server and Flexmonster receives ready-to-show data.
@@ -66,4 +66,4 @@ If needed, you can check a custom data source API server with our [test suite](h
66
66
npm test
67
67
```
68
68
69
-
Note that these tests will work only if one of the sample servers is running. To learn how your server can be tested, [see our documentation](https://www.flexmonster.com/doc/test-custom-data-source-api-server/).
69
+
Note that these tests will work only if one of the sample servers is running. To learn how your server can be tested, [see our documentation](https://www.flexmonster.com/doc/test-custom-data-source-api-server?r=github).
0 commit comments