Skip to content
This repository was archived by the owner on Feb 7, 2018. It is now read-only.

How to access your stripe data on dashDB

Patrick Titzler edited this page Aug 28, 2015 · 22 revisions

Accessing your stripe data in dashDB

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.

Accessing your stripe data using the dashDB web console

  1. Direct your web browser to https://console.ng.bluemix.net/ and log in using your IBM ID.
  2. 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. Locate the dashDB service instance for the pipes application
  3. Double click on the dashDB service icon.
  4. Click Launch. The dashDB: Home screen is displayed in a new browser window. Open the dashDB home screen
  5. Select the Tables tab from the menu on the left hand side. Locate the dashDB service instance for the pipes application
  6. 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. Stripe data tables in dashDB

Accessing your stripe data using a third-party tool

  1. Direct your web browser to https://console.ng.bluemix.net/ and log in using your IBM ID.
  2. Open the DASHBOARD and locate the pipes application. Locate the pipes application on the Bluemix dashboard
  3. Open the dashboard and locate the pipes application.
  4. Double click on the application icon.
  5. Locate the dashDB service entry icon and click on the Show Credentials link. Access the dashDB connectivity information
  6. 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. View dashDB connectivity information

Stripe data reference

TODO

Clone this wiki locally