Forum Discussion

txross's avatar
txross
Frequent Visitor
9 years ago
Solved

Select from another table in a live streaming dataset

Hi everyone,   I've been working the the REST API to create streaming datasets to test the functionality of each type of dataset: push, push-streaming, and streaming.   Programmitcally, I've crea...
  • Eric_Zhang's avatar
    9 years ago

    txross

    Per my experience and understanding on streaming dataset, it only supports one table in the streaming dataset by design. You can see that when enabling the "historical data analysis" option for a streaming dataset created via REST API, it converts to a one-table dataset. I think the Dev team might forget to limit the table numbers when creating a streaming dataset via REST API.

     

     

    So if you'd like to create tiles for the "other tables" in the streaming dataset, just create one streaming dataset with each table.

     

    As to the un-exposed APIs, it is not recommended. I was digging into some un-exposed ones, but it seems we can't pass the authentication. The access token generated from registered app seems not sufficient.