需要有关库存网站等实时仪表板设计架构的帮助 [英] Need help in with architecture of real time dashboard design like stocks websites

查看:100
本文介绍了需要有关库存网站等实时仪表板设计架构的帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个场景,我需要从API获取数据,进行一些计算,将数据保存到数据库并在实时仪表板上显示,不应该有太多的延迟数据同步。



寻找使用微软技术实现的架构/设计。



我的尝试:



寻找能够在快速或实时数据同步方面提升性能的最佳架构或设计,

解决方案

< blockquote class =quote>

引用:

我有一个场景,我需要从API获取数据,进行一些计算,将数据保存到数据库中并在实时仪表板上显示,应该没有太多的延迟数据同步。

当然,你可以使用ASP.NET Core作为开发框架,SignalR作为套接字管理层,推动前端的更新,最后考虑实体框架核心数据库方法 - 除非需要SQL查询,即使可以使用存储过程轻松管理。



然后使用这些,构建您的应用程序。将在CodeProject上准备一个示例演示,在右上角搜索。



GitHub - bashtavenko / real-time-dashboard:简单实用使用Wijmo,Signal R,Angular和ASP.NET MVC构建的时间仪表板 [ ^ ]


I have a scenario where I need to get data from APIs, do some calculations, save the data into database and display it on real time dashboard, there should not be much latency data synchronization.

Looking for architecture/design to implement using Microsoft technologies.

What I have tried:

Looking for best architecture or design which boosts performance in terms of fast or real time data synchornization,

解决方案

Quote:

I have a scenario where I need to get data from APIs, do some calculations, save the data into database and display it on real time dashboard, there should not be much latency data synchronization.

Sure, you can use ASP.NET Core as the development framework, SignalR as the sockets management layer, to push the updates on the front-end and lastly consider the Entity Framework Core for database approach — unless SQL queries are required, even which can be easily managed with the stored procedures.

Then with these, build your application. There would be a sample demo prepared available already on the CodeProject, search in the top right corner.

GitHub - bashtavenko/real-time-dashboard: Simple real-time dashboard built with Wijmo, Signal R, Angular and ASP.NET MVC[^]


这篇关于需要有关库存网站等实时仪表板设计架构的帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆