Forum Discussion
I wanted Stream Data from any website with Rest API without using Azure Platform . Please help me
Please help me in streaming DataSet with Python from any website.
I have seen many tutorials, but only i saw few randomn numbers are streamed to the dashbaord.
Would like to stream data from any live website. Please help me.
This I donot want to use Azure or any other platform
- Anonymous7 years ago
HI VijayP ,
I think these should more related to datasource design, you can use python to get data from your database and write a looping function to push your records to correspond streaming dataset api.
Below is C# version code about use webrequest to send data, maybe you can refer to it to create a python version:
How to: Send data by using the WebRequest class
Real-time streaming in Power BI
Regards,
Xiaoxin Sheng
2 Replies
- AnonymousNot applicable
HI VijayP ,
I think these should more related to datasource design, you can use python to get data from your database and write a looping function to push your records to correspond streaming dataset api.
Below is C# version code about use webrequest to send data, maybe you can refer to it to create a python version:
How to: Send data by using the WebRequest class
Real-time streaming in Power BI
Regards,
Xiaoxin Sheng
- VijayPCommunity Champion
Xiaoxin Sheng
Its Quite helpful Thanks a lot
Vijay Perepa
Anonymous wrote:HI VijayP ,
I think these should more related to datasource design, you can use python to get data from your database and write a looping function to push your records to correspond streaming dataset api.
Below is C# version code about use webrequest to send data, maybe you can refer to it to create a python version:
How to: Send data by using the WebRequest class
Real-time streaming in Power BI
Regards,
Xiaoxin Sheng