- Home
- Forum
- Data Integration Platform
- Custom Data Source/Processor
Custom Data Source/Processor
- Oct 8, 2016 04:12 AM UTC
- Oct 31, 2016 10:57 AM UTC
Can you point me to some documentation that describes how to create a custom data source/processor? Similar to how you have created a Google Analytics and Syncfusion Dashboard one.
Can you also provide a reference to some documentation or code sample on how to extend existing data sources/processes using C# code please?
We are looking at creating a custom data source for Acumatica.
Many thanks.
SIGN IN To post a reply.
3 Replies
SR
Suresh Ram C
Syncfusion Team
October 10, 2016 10:02 AM UTC
Hi Jono,
Thank you for contacting Syncfusion Support.
|
Can you point me to some documentation that describes how to create a custom data source/processor? |
Here is the documentation for Java Custom processor creation.
|
|
Similar to how you have created a Google Analytics and Syncfusion Dashboard one. |
We have created a custom processor design in Java and backend functionalities are written in C#. We have attached custom processor project and C# application project with sample.
|
|
Can you also provide a reference to some documentation or code sample on how to extend existing data sources/processes using C# code please? |
We can call C# application in Syncfusion Data Integration Platform using “ExecuteProcess” processor.
|
|
We are looking at creating a custom data source for Acumatica. |
Suggestion:
Acumatica have Rest API support. So instead of creating a new custom processor, we can use existing processor’s ‘InvokeHTTP’ and ‘GetHTTP’ with basic authentication. |
Please let us know, if you need any further assistance.
Sureshram
JW
Jono Walker
October 31, 2016 12:06 AM UTC
Many thanks for the detailed reply and sample code. will be sure to check it out.
SR
Suresh Ram C
Syncfusion Team
October 31, 2016 10:57 AM UTC
Hi Jono Walker,
Thank you for the update.
Regards,
Sureshram
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
JW Jono Walker
- Oct 8, 2016 04:12 AM UTC
- Oct 31, 2016 10:57 AM UTC