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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Broker: A fast data visualization platform

22 点作者 nicksergeant大约 11 年前

6 条评论

evmar大约 11 年前
Some feedback on the site (is it yours?): the home page is disappointing because the it doesn&#x27;t say anything. I&#x27;m interested in this space (e.g. crossfilter&#x2F;pourover) but this provides no information to contrast against those, so the call to action doesn&#x27;t work on me even though I might be your target market.<p>The first few examples given are displaying really small sets of data -- e.g. realty and showroom are each displaying ~500 data points, which is small enough that a straightforward JavaScript loop that filters by checking each datum would be &quot;ridiculously fast&quot;.
chaostheory大约 11 年前
I&#x27;m not sure your description is accurate. When I think visualization platform, I think of something like D3 or raphael.
评论 #7609931 未加载
cryptolect大约 11 年前
I looked at this with interest, and it&#x27;s just a showcase page with a &quot;contact us&quot; button. I don&#x27;t click on showcases, I click on documentation, getting started, and pricing links.
评论 #7610114 未加载
cromwellian大约 11 年前
When I think fast, I think being able to rendering hundreds of thousands of data points in real time, kind of like &#x27;Google Maps&#x27; but for Time instead of Space, you should be able to fly over and analyze vast datasets.<p>As a historical note, since this is an area near and dear to my heart, I shipped an open source library several years ago circa 2007 that attempted to do this by applying the 3D graphics concept of a &quot;mip map&quot; to time series, with several representations of the data at various LOD automatically computed by sampling and filtering. I demoed it at Google I&#x2F;O 2008 rendering 1 million data points in real time. Location here: <a href="https://code.google.com/p/gwt-chronoscope/" rel="nofollow">https:&#x2F;&#x2F;code.google.com&#x2F;p&#x2F;gwt-chronoscope&#x2F;</a>, it&#x27;s written in Java using GWT, and also the same code runs on the server for Java2D rasterization, and on Android. It has a JS API and Microformat API as well.<p>Here&#x27;s a screencast of it in action, including things like animation, markers, synthetic datasets (technical analysis), styling, and history undo&#x2F;redo. <a href="https://www.youtube.com/watch?v=RLYNHQVIeNg" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RLYNHQVIeNg</a><p>I eventually wanted to get to a point where people could collaborately analyze data and tell stories about it. This screencast shows &quot;Timelord&quot; which was a integrated with social networks and supported a concept called &quot;Micro-presentations&quot;, using a markdown-like format to allow people to write animated two-way video&#x2F;chart synchronized stories. In this video, Al Gore&#x27;s movie &quot;An Inconvenient Truth&quot; is synchronized to a Chart of CO2 and Temperature.<p><a href="https://www.youtube.com/watch?v=s5Y21t0u_Zw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=s5Y21t0u_Zw</a>
claar大约 11 年前
I don&#x27;t mind links to cool commercial services, but not having a pricing page means I close the tab and move on.<p>At the very least, some sort of comment on HN giving a pricing ballpark would be helpful.
评论 #7609799 未加载
nicksergeant大约 11 年前
We also have music artists&#x27; tour dates, powered by SeatGeek:<p>- <a href="http://george-strait.gigs.is" rel="nofollow">http:&#x2F;&#x2F;george-strait.gigs.is</a><p>- <a href="http://dave-matthews-band.gigs.is" rel="nofollow">http:&#x2F;&#x2F;dave-matthews-band.gigs.is</a><p>- <a href="http://billy-joel.gigs.is" rel="nofollow">http:&#x2F;&#x2F;billy-joel.gigs.is</a><p>- <a href="http://bruce-springsteen-the-e-street-band.gigs.is" rel="nofollow">http:&#x2F;&#x2F;bruce-springsteen-the-e-street-band.gigs.is</a><p>etc, etc. Basically any SeatGeek &lt;slug&gt;.gigs.is.<p>Obviously we&#x27;ll build a UI around this at some point.