简体   繁体   English

来自 Cassandra 数据库的 Power BI 上的实时数据流

[英]Real-Time data streaming on Power BI from Cassandra database

In the current architecture, Power BI datasets are connected to oracle database with gateways and datasets on the service gets refreshes as per schedule.在当前架构中,Power BI 数据集通过网关连接到 oracle 数据库,服务上的数据集按计划刷新。

However, due to inconsistent of oracle due to huge code and huge data in tables, cline is looking to change the entire architecture into Kafka and Cassandra database which will be real-time data.但是,由于oracle由于代码量大,表中数据量大导致不一致,cline正在寻求将整个架构更改为Kafka和Cassandra数据库,这将是实时数据。 So, client is looking for real time data on power BI so, how can we implement streaming datasets which should connect to Cassandra database and push the real-time data to dashboards..所以,客户正在寻找 Power BI 上的实时数据,我们如何实现流数据集,它应该连接到 Cassandra 数据库并将实时数据推送到仪表板。

Thanks!谢谢!

If you have huge data, then Power BI streaming datasets will not be suitable for this type of workload.如果你有大量数据,那么 Power BI 流数据集将不适合这种类型的工作负载。 Please review the limitations of Power BI Streaming Dataset here .请在此处查看 Power BI 流数据集的限制。 You haven't mentioned the use case of what streaming data requirements you need, but streaming dataset sizes are limited to 200,000 rows for those that are the 1 hour history retention, or 5,000,000 rows for datasets with a retention policy.您还没有提到您需要什么流数据要求的用例,但流数据集大小限制为 1 小时历史保留的 200,000 行,或具有保留策略的数据集的 5,000,000 行。

If the data volumes are low enough you would have to send data from Cassandra, to Azure Event Hubs, to Streaming Analytics to Power BI.如果数据量足够低,您必须将数据从 Cassandra 发送到 Azure 事件中心,再到流分析到 Power BI。 If your data volumes are large, then you will need to push the data to a database that can handle streaming, for example Azure Databricks, then connect to Power BI on that data or use Databricks to push it to a database, so Power BI can use direct query mode and get the latest data when queried.如果您的数据量很大,那么您需要将数据推送到可以处理流式传输的数据库,例如 Azure Databricks,然后在该数据上连接到 Power BI 或使用 Databricks 将其推送到数据库,以便 Power BI 可以使用直接查询方式,查询时获取最新数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM