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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Chart Your Growth With Chart.io (YC S10)

108 点作者 daniel_levine超过 14 年前

10 条评论

acgourley超过 14 年前
Speaking as someone who's had to write these kinds of tools internally it's nice to see more offerings in this space.<p>That said, I think there is a reason all the players in the space gravitate to very expensive enterprise level offerings - it's the only place they can create real value.<p>Analytics is hard. It either requires a lot of smart code rolling up large amounts of data into manageable pieces, or a very big piece of iron that can deal with somewhat raw data. And in either case, everyone has their data in a different format in a different database on a different OS. The result is that you need a behemoth piece of enterprise software or a custom written solution.<p>Even if you build a really smart UI that lets you quickly build reports that slice and dice you data, one dimension is too large to quickly process, or the ID's in another set don't quite line up. Something. There is always a problem that comes up that makes those canned demo videos look comical.<p>The best tool I've used where I felt it was both easy to use and powerful is Tableau. But, the price tag ended up being a little too high to swallow.<p>Note that one space I see that is under served is outward facing dashboards. If you're an advertising company and you want to show the results of the campaign you ran for a client, you have to send them an excel file or write your own custom dashboard. A server that manages authentication, data versioning, chart presentation, regular email updates, browser compatability, etc. is adding a lot of value. GoodData is working on this problem, and I think they are on to something. The concept has a viral quality, as well, as every client they sign up exposes their technology to all that client's clients.
评论 #1629108 未加载
buro9超过 14 年前
This is really good. Simple perhaps, but I'm guessing it's just early.<p>When I'm done with my MSc project you guys should take a look. It loads in near real-time (within seconds of a change) SharePoint data into a SQL database in a form that allows for the differently structured data to be reported on. It's only a few weeks away from being written up but I'm going to be putting the code out there for anyone to use once it's done.<p>Anyhow an issue that you're going to have is data storage.<p>Ignoring the fact that enterprises will be very reticent to letting you have data, SMEs in Europe are going to be very reticent to let that data leave the legal boundary of Europe. There are lots of good laws in Europe that protects data so long as it's kept in Europe.<p>You should look at putting in place something that allows you to offer Europe only hosting of the data to counter that, a silo for a major legal domain.<p>That's the big problem I see, but in your favour not all companies will think of it (though enough will).<p>Another question I would have is: Storage is cheap but ongoing cloud storage is still expensive (relative to buying a couple of hard drives and a cheap machine vs you holding the data for a couple of years). Have you not thought of just offering the charting as a product companies can install locally? This also solves the legal boundary problem of data protection.<p>Also you should think of adding KPI charts that can be embedded into Word and PowerPoint docs. Little smart widget things that go and get the chart data from you as it changes.
评论 #1629073 未加载
cpg超过 14 年前
Damn, we have been looking for something like this for so long. I even posted an Ask HN question about precisely this a little while ago (<a href="http://news.ycombinator.com/item?id=1393159" rel="nofollow">http://news.ycombinator.com/item?id=1393159</a>). In the end, we keep stats nightly and export them to excel. Yeah, re-creating the graphs every time is what kills it. So we export a limited version to Roambi.<p>The issue is that Roambi (strangely) can simulate and such in flash, but only output to iphone/ipad. Granted, it's a gorgeus interface.<p>Now, I may be a bit old fashioned, but handing our database out is something that makes me very nervous and opens us up for liabilities if something were to happen.<p>So tempting, though ...<p>One possible idea would be to somehow derive a cooked version of our DB and use that. Not sure how to do it nicely.<p>Another option is to somehow license this as a gem or something?<p>This is exactly what we need for many needs and perhaps all needs if you actually managed to abstract all the needs in a general way.
评论 #1629070 未加载
Feeble超过 14 年前
Seems really nifty, but I have two questions;<p>Does this require that your servers get access to our internal databases, i.e. do we have to expose our databases externally? Secondly, will you store none, any or all the data that you fetch locally at your servers? Temporary or infinitely?<p>I didn't find this information explicitly somewhere, so I thought I would ask.
评论 #1630146 未加载
kyro超过 14 年前
Are you, or any of the other recent yc sites I've seen lately, finding Olark to be useful? Do you find that users are indeed using it to seek assistance?
评论 #1629131 未加载
评论 #1629095 未加载
danielbru超过 14 年前
Congrats, Levine and Dave!
jaxn超过 14 年前
I have a couple of retail stores. I have them push data into Google AppEngine nightly and have been using a Google Spreadsheet for the "dashboard". It is super cool that Chart.io is supporting AppEngine as a data source.<p>I have high hopes. I just wish I had checked this out sooner so that I was ahead of the TechCrunch rush in the beta account line.
achompas超过 14 年前
Love the website. Had this idea a few weeks ago but I don't know how to print "Hello, world" in JS. Glad you guys have done such a great job with it.<p>One thing to note: I Google "chart.io" and the first hit is "www.chart.io," which is apparently broken.
klochner超过 14 年前
At first glance this looks like a great bridge between engineering and marketing/ops/biz-dev: I can pull all these stats pretty easily from the console, but would much prefer if I weren't part of the process.
评论 #1630463 未加载
chime超过 14 年前
Does it support ODBC? I would love to pay for a local install that lets my users query a MS Navision database. I would pay the same as equivalent Tableau licenses.