Connecting two web application through API using SDK

Kinfe

I have two SDK from Web and Desktop applications, Sage Line 50 SDK and Trackvia SDK, which approach works well to sync these two

thank you!

Devarsh Desai

So if you want to sync Sage Line 50 and Trackvia, you essentially have to set up database replication between these two stores. Essentially what this means is that you're going to have to determine one as a master db and another as a slave. The reason you want to do this is to maintain coherence of your data between your two different stores. The links I provided define what the concept of replication is, however implementing replication in your case is going to require creating a little bit of middleware because no current software exists to create a replication between two different stores.

As explained in the articles, your middleware is going to have to ensure that you write to your slave database (you could choose which one this is) and that you have implemented software that will keep this in sync with your master. Essentially what you will be doing is making sure your CRUD operations are maintaing consistency throughout your data store.

Please let me know if you have any questions!

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Connecting to MYSQLi through Terminal in Mac OS using MAMP

来自分类Dev

Libgdx Android SDK访问外部Web API

来自分类Dev

How can I create a web application using Angular frontend and Node backend and Git hub API starting from OAuth?

来自分类Dev

从Web API控制器获取Live SDK访问令牌

来自分类Dev

Dropbox Web服务API返回的内容必须为application / json

来自分类Dev

Using Json with Web API and GET requests

来自分类Dev

无法通过SDK正确检索TestCases集合,而只能通过Web Service api正确检索

来自分类Dev

使用SDK通过API连接两个Web应用程序

来自分类Dev

使用Agora Web SDK API时,可以在源头使远程音频静音吗?

来自分类Dev

如何使用SDK或Web Api将管理员添加到Azure DevOps中的团队?

来自分类Dev

如何使用Spotify SDK或Web API在Android应用中播放音乐?

来自分类Dev

AFNetworking + Google Places API Web服务+具有多个baseURL的Parse SDK

来自分类Dev

如何知道使用PayPal.Net SDK在PayPal Web API中删除方法是否成功

来自分类Dev

我可以在 Web API 请求中使用来自 iOS SDK 的令牌吗?

来自分类Dev

.NET API与.NET SDK

来自分类Dev

Android SDK和API

来自分类Dev

Generate HTTPS link in Web API using Url.Link

来自分类Dev

如何在Application_Start之后*动态添加OData Web Api路由?

来自分类Dev

使用application_error()事件处理Web API中的HTTP“ 405”错误

来自分类Dev

返回“ application / xml”而不是“ text / plain” ASP.NET Core Web API

来自分类Dev

Web API未在Application Insights和ASP .Net Core中注册信息日志

来自分类Dev

第一个Web API请求触发Application_Start的执行

来自分类Dev

了解Web API应用程序的Application Insights的依赖关系统计信息

来自分类Dev

为多个客户端提供服务的 Web api 的 Application Insights 策略

来自分类Dev

Amazon Web Service SDK iOS

来自分类Dev

官方Android SDK WebSocket API

来自分类Dev

正确测试调用API的SDK

来自分类Dev

Agora SDK for 购买 API key

来自分类Dev

WEB API的VS WEB服务?

Related 相关文章

  1. 1

    Connecting to MYSQLi through Terminal in Mac OS using MAMP

  2. 2

    Libgdx Android SDK访问外部Web API

  3. 3

    How can I create a web application using Angular frontend and Node backend and Git hub API starting from OAuth?

  4. 4

    从Web API控制器获取Live SDK访问令牌

  5. 5

    Dropbox Web服务API返回的内容必须为application / json

  6. 6

    Using Json with Web API and GET requests

  7. 7

    无法通过SDK正确检索TestCases集合,而只能通过Web Service api正确检索

  8. 8

    使用SDK通过API连接两个Web应用程序

  9. 9

    使用Agora Web SDK API时,可以在源头使远程音频静音吗?

  10. 10

    如何使用SDK或Web Api将管理员添加到Azure DevOps中的团队?

  11. 11

    如何使用Spotify SDK或Web API在Android应用中播放音乐?

  12. 12

    AFNetworking + Google Places API Web服务+具有多个baseURL的Parse SDK

  13. 13

    如何知道使用PayPal.Net SDK在PayPal Web API中删除方法是否成功

  14. 14

    我可以在 Web API 请求中使用来自 iOS SDK 的令牌吗?

  15. 15

    .NET API与.NET SDK

  16. 16

    Android SDK和API

  17. 17

    Generate HTTPS link in Web API using Url.Link

  18. 18

    如何在Application_Start之后*动态添加OData Web Api路由?

  19. 19

    使用application_error()事件处理Web API中的HTTP“ 405”错误

  20. 20

    返回“ application / xml”而不是“ text / plain” ASP.NET Core Web API

  21. 21

    Web API未在Application Insights和ASP .Net Core中注册信息日志

  22. 22

    第一个Web API请求触发Application_Start的执行

  23. 23

    了解Web API应用程序的Application Insights的依赖关系统计信息

  24. 24

    为多个客户端提供服务的 Web api 的 Application Insights 策略

  25. 25

    Amazon Web Service SDK iOS

  26. 26

    官方Android SDK WebSocket API

  27. 27

    正确测试调用API的SDK

  28. 28

    Agora SDK for 购买 API key

  29. 29

    WEB API的VS WEB服务?

热门标签

归档