Expose Services to local environment for production

Viewed 69

I am planning to move different service to Swisscom Application Cloud, but I have a problem on database access.

My setup is a web application and a local service sharing the same database, unfortunately the local service can't be moved to the cloud at the moment, there is a way for my local service to access the database in the cloud?

I think using the service connector in production is not a good idea

I know the best solution would be to avoid direct access to the database from the local service and expose REST API from the web application but that's out of budget

1 Answers
Related