09-04-2017 02:46 AM
Hello,
In the backing service, have two type DB : MonogoDB and PostgreSQL.
I would like to have a DB client to connect the DB instance to review data .
I used "https://github.com/cloudfoundry-community/phppgadmin-cf" as client ,but now it isn't suitable for current DEV buildpack.
Do you have any client to recommend? ? Thank you very much!
09-12-2017 05:11 AM
I have the same concerns.
With the end of Beta phase is posible to access via ssh to appcontainers ?
09-12-2017 09:41 AM
This question isn't easy to answer simply, it depends on case to case. Backing services are primarily accessible via CF and cannot easily be accessed via URL from a local admin tool. You´ve got to add a dashboard like pgweb for PostGreSQL (https://github.com/sosedoff/pgweb) to the app, deploy it and attach the corresponding backing service to it. In the productive system, this might be a critical implementation so I am working on getting you a more detailed and improved solution with our product experts.
I am getting back to you as soon as I hear back from them.
09-13-2017 11:18 PM
Hi dvidflrmnd,
Thank you very much. This web client could be used in customer space
Hope there are more tools for backingservice.