This repository was archived by the owner on Feb 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
How to access your stripe data on dashDB
Patrick Titzler edited this page Aug 28, 2015
·
22 revisions
To access your stripe data in dashDB you can use the DashDB web console in Bluemix or connect your favorite third party application to the database.
- Direct your web browser to https://console.ng.bluemix.net/ and log in using your IBM ID.
- Open the DASHBOARD and locate the dashDB service that your data pipes application is bound to. The service is named pipes-dashdb-service by default.
- Double click on the dashDB service icon.
- Click Launch. The dashDB: Home screen is displayed in a new browser window.
- Select the Tables tab from the menu on the left hand side.
- Select the YOURSCHEMA schema and open the Table Name dropdown. Your stripe data is stored in tables named
st_<stripe_object_type>. Refer to the reference below for detailed information.
- Direct your web browser to https://console.ng.bluemix.net/ and log in using your IBM ID.
- Open the DASHBOARD and locate the pipes application.
- Double click on the pipes application icon.
- Locate the dashDB service entry icon and click on the Show Credentials link.
- Use the displayed information in your favorite third-party application to access your stripe data, which is stored in tables named
st_<stripe_object_type>. Refer to the reference below for detailed information.
