PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, September 19, 2022

[FIXED] How to get time series through WebSocket from predix?

 September 19, 2022     consumer, java, predix, time-series, websocket     No comments   

Issue

Currently, I'm trying to get time series data for consumers. It is necessary to receive data through WebSocket, unfortunately, I don't know how to do it.

I use java's timeseries-bootstrap for sending data to time series through WebSocket and it looks fine.

Could you kindly tell whether it is possible to receive data for consumers through a WebSocket connection? Could you provide some examples?

I would be grateful for any help!


Solution

Predix Timeseries does not offer a websocket API for fetching data out of the datastore. The websocket API is designed for pushing lots of data into the datastore only. For querying data, Predix only offers a REST API.



Answered By - gstroup
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing