Search found 3 matches

by tercio
March 25th, 2020, 5:06 am
Forum: Synchronization
Topic: RESTful API calls to csweb server
Replies: 4
Views: 4112

Re: RESTful API calls to csweb server

Dear Tercio and Josh, I intend also to use best in class dashboard https://superset.apache.org/ for live reporting of: a) Census/Survey data; b) Geo-enableb monitoring and evaluation system; c) or whatever information system implemented using CSPro; But, always waiting automatic data parsing on CSW...
by tercio
March 25th, 2020, 4:59 am
Forum: Synchronization
Topic: RESTful API calls to csweb server
Replies: 4
Views: 4112

Re: RESTful API calls to csweb server

CSWeb has a REST API. It is documented in csweb/src/api/app/swagger.json. That file is best using the tools here https://swagger.io/ The challenging part of what you want to do it is extracting the data from the CSPro text format that is stored in the database. You need to use the start positions a...
by tercio
March 18th, 2020, 5:14 am
Forum: Synchronization
Topic: RESTful API calls to csweb server
Replies: 4
Views: 4112

RESTful API calls to csweb server

Hi all, I intend to develop a real-time dashboard that presents survey data on demand, therefore, we'd like to know if there is a way of making RESTful API calls to csweb endpoints, to retrieve data stored in the csweb mysql database. I want to create a frontend application that will make requests t...