|
|
|
|
|
by dorkitude
5011 days ago
|
|
Good point. We're not released yet, and there are probably < 100 people who have a good enough idea of what we're doing to really dig in and give us feedback We'll edit the blog post to add a bit more background update: here's the working copy: -- We make three kinds of APIs: -data collection APIs
-data analysis APIs
-data visualization APIs
For instance, if you had a social-local-mobile shopping app for the iPhone, you'd probably want to insert a rich event into Keen every time a user does one of the following actions: opens the app, does Facebook connect, likes/comments/shares an item, adds an item to their shopping cart, and completes a checkout. You send us this data using the collection APIs (https://keen.io/static/docs/data_collection/data_collection....)Once your app is sending us stuff, your product manager may ask you to make her a little analytics dashboard, so she can agonize over it every morning. For instance, this dashboard could have answers to questions like "How many people opened the app each day over the course of the last week?" That question (and many way more advanced ones) can be answered using one of our analysis APIs (in this case, the Series API https://keen.io/static/docs/data_analysis/series.html) Finally, suppose a few weeks later she's tired of staring at numbers and wants to see this information graphed visually in a line graph. That can be done using our visualization APIs (not yet released). |
|