We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

any way to use rest API rather than json/or datasource way

Answered
sabby asked on August 28, 2017

any way to use rest API via flexmonster rather than json/or datasource way 

3 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster August 29, 2017

Sabby,

No, REST is not supported. You must load the whole JSON to start reporting. If you want to reduce the size of data to load please look at this article https://www.flexmonster.com/blog/blog-perform-faster/

Thanks,
  Dmytro

Public
Virendra Ninave November 29, 2018

In latest version is it possible rest api with flexmonster

Public
Ian Sadovy Ian Sadovy Flexmonster November 29, 2018

Hello Virenda,
 
Thank you for the question.
Currently, you can pass data to Flexmonster from your server in JSON / CSV / OCSV formats.
But the dataset should be sent entirely. If you mean preprocessing/aggregating the data, due to the nature of these formats it can be tricky. But still, it works for some cases.
 
Another option is to use Elasticsearch.
Recently we have released a beta version of Flexmonster that supports it.
It doesn't require loading entire dataset and requests data by composing exact queries.
I think you can try to connect your data source to Elasticsearch and avoid writing complex processing scripts.
Please find more details in the blog post.
 
Hope it helps.
 
Regards,
Ian

Please login or Register to Submit Answer