Best option for Google App Engine Datastore and external database?

前端 未结 2 1128
滥情空心
滥情空心 2020-12-11 21:42

I need to get an App Engine app talking to and sharing data with an external database,

The best option i can come up with is outputting the external database data to

2条回答
  •  旧巷少年郎
    2020-12-11 22:22

    You may want to consider exposing a set of web services on the external domain where your database is hosted, and then use the App Engine's URL Fetch API to communicate with your external domain via HTTPS.

提交回复
热议问题