Web-Service / API
This is the best approach in the following cases:
- repeated, periodical data processing need
- need for data processing in a real-time (online)
- small up to moderate number of records to be processed
- necessity for very quick result delivery
"We standardise a few thousands of record per month. The frequency of records to be processed per day is very irregular. So, we setup a business process in such a way, that the standardisation is executed once a week.
This approach requires a bit of engagement and time from "technician" at Client site. We support our Clients with technical issues related to our services.
Advantages:
- possibility for integrating the service with internal business processes
- high level of control over timing (you decide when the data is processed)

