new to the platform but got a question on how to dynamically add business rules to the existing workspace from an external source e.g. web app (since the rules is managed in the web app). assuming the integration is through FME REST servicce.
Page 1 / 1
Hi @koo9, do you want to have a dynamic Workspace that receive any trigger / command from app extern and execute you workspace using FME REST Service, correct?
You rules for GIS data validation, has a interessant validation checklist that shows what is possible to validate in FME, very interessant:
Geospatial Data Validation Checklist
Thanks
Hi @koo9, do you want to have a dynamic Workspace that receive any trigger / command from app extern and execute you workspace using FME REST Service, correct?
You rules for GIS data validation, has a interessant validation checklist that shows what is possible to validate in FME, very interessant:
Geospatial Data Validation Checklist
Thanks
@danilo_inovacao, yes, need to invoke/trigger the job on demand e.g. when the user upload file to say an asp.net site, then the asp.net app will call the validation job through REST. one of the requirement is that the admin can manage the rules (add/edit/delete). so the rules need to be stored somewhere in a database in order to be managed in the asp.net app. the missing piece of puzzle is how to invoke the job with all the rules in the database. passing them as parameters on the REST call or have a SQLReader to retrive the rules within the workspace. this seems to be a typical scenario. I wonder if there are an sample out there. thx again.
@danilo_inovacao, yes, need to invoke/trigger the job on demand e.g. when the user upload file to say an asp.net site, then the asp.net app will call the validation job through REST. one of the requirement is that the admin can manage the rules (add/edit/delete). so the rules need to be stored somewhere in a database in order to be managed in the asp.net app. the missing piece of puzzle is how to invoke the job with all the rules in the database. passing them as parameters on the REST call or have a SQLReader to retrive the rules within the workspace. this seems to be a typical scenario. I wonder if there are an sample out there. thx again.
Has a good link to learn how can i use Data Upload using API in FME Server.
This documentation is divide in three importants topics.
- Data Upload Part 1: Upload Through the FME Server Web Interface
- Data Upload Part 2: Custom Pages
- Data Upload Part 3: REST API
Thanks in Advance,
Danilo