TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A flask app to make dashboards, easily

302 点作者 dxdstudio超过 8 年前

8 条评论

chenster超过 8 年前
I started using Freeboard (<a href="http:&#x2F;&#x2F;freeboard.github.io&#x2F;freeboard&#x2F;" rel="nofollow">http:&#x2F;&#x2F;freeboard.github.io&#x2F;freeboard&#x2F;</a>) in the latest project. It&#x27;s also really snick and requires no front-end coding. Worth checking out!
评论 #12467887 未加载
SmellTheGlove超过 8 年前
Really cool, thanks for sharing. Any idea how much data this can ingest before the rendering gets slow? I know horsepower on the client will vary, and the definition of slow is subjective, but just ballpark. Or is that an exercise for the reader?
评论 #12467132 未加载
评论 #12472007 未加载
rmanalan超过 8 年前
Reminds me of <a href="http:&#x2F;&#x2F;atlasboard.bitbucket.org" rel="nofollow">http:&#x2F;&#x2F;atlasboard.bitbucket.org</a>. Nice job!
happyslobro超过 8 年前
Does anyone have experience running Flask at scale? I used it once, for a small internal reporting service, and was shocked to find that it was designed to process only a single request at a time, per process. Is this a problem in the real world, or do decent caching rules and query design render it a non issue?<p>What do flask apps do when they want a live connection to the client, or need to serve a heavy (slow) request? Communicate with a Node websocket server over a queue, and share a database?<p>I don&#x27;t mean to disparage Flask. Their goal is to make it simple to stand up site with minimal boilerplate or bloat, and they succeeded at that.
评论 #12467396 未加载
评论 #12467324 未加载
评论 #12467559 未加载
评论 #12467288 未加载
评论 #12468149 未加载
评论 #12467844 未加载
评论 #12467467 未加载
评论 #12469885 未加载
评论 #12467983 未加载
评论 #12467245 未加载
评论 #12467428 未加载
评论 #12467282 未加载
bpchaps超过 8 年前
This is great! My weekend is officially opened up. ;)
bjt超过 8 年前
Flask can be used with gunicorn&#x27;s gevent (green threads) worker type to scale to many more concurrent connections.
denfromufa超过 8 年前
Pyxley?
评论 #12469216 未加载
oneloop超过 8 年前
What&#x27;s the difference between this and d3js?
评论 #12467541 未加载