Creating an instance of the Time Series service

To create an instance of the Time Series service, follow these steps:

  1. Subscribe to a plan of your choice.
  2. Go to GE's Predix catalogue and select the Time Series service tile.
Free plans allow for up to 100,000 data points and two concurrent connections per month.

Alternatively, you can subscribe to a plan using a CLI. To do that, run the following command:

cf create-service predix-timeseries Free timeseries-service-instance -c '{"trustedIssuerIds": ["https://e0fd8047-0a1d-4076-9143-fc4cbf60cd79.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token"]}'

The value of the issuerId parameter is the URL of your UAA instance.

  1. Bind the service instance created to your Node.js application:
cf bind-service ...

Get Industrial Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.