Live data from Hacker News

Airbnb open-sources Caravel: data exploration and visualization platform

github.com

11–20 of 95 posts

Re: Airbnb open-sources Caravel: data exploration and visualization platform

#12
post #4

What's the name of this style of plot? https://camo.githubusercontent.com/c22acad6c1302c5da3236cb8e...

Sankey Diagrams. Useful for complex funnels!

We always just called them flow diagrams. I didn't know they had a specific name.

Re: Airbnb open-sources Caravel: data exploration and visualization platform

#17

I really need a great data explorer/dashboard for my postgres-based systems. I was going to use shiny but this looks really nice -- I hope the docs can be built out very soon. Can anyone comment on other competing products? In the commercial space, I like Looker but its too pricey.

Hey! I run marketing for Periscope Data, a data explorer/dashboard product. We have a lot of customers using postgres and get compared to Looker a lot. We focus on optimizing for the analyst whereas tools like Looker focus on business users. We have a lot of features for business users, but chart creation is all SQL based.

Our site is here: https://www.periscopedata.com/ and if you have any questions, shoot me an email at jon@periscopedata.com.

Re: Airbnb open-sources Caravel: data exploration and visualization platform

#18
post #14

Is this like piwik?

Piwik is more of a Google Analytics replacement. It's a package that contains a data visualization platform, a data storage engine, and a data emitter (website tag) all in one.

This is just a data visualization platform. You need to bring your own data store and data.

Re: Airbnb open-sources Caravel: data exploration and visualization platform

#19
post #16

seems a little bit sparse on the documentation or am I missing something?

We'll be providing short user training videos very soon.

As someone who is the core audience for this tool can I say that I strongly prefer clear documentation over videos? Videos are way too hard to maintain and end up being stale the minute after you post them in fast-moving projects. I can't text-search a video and I can't be linked directly to an answer in a StackOverflow response.

Written documentation is vastly superior to videos in my opinion.

Re: Airbnb open-sources Caravel: data exploration and visualization platform

#20

I really need a great data explorer/dashboard for my postgres-based systems. I was going to use shiny but this looks really nice -- I hope the docs can be built out very soon. Can anyone comment on other competing products? In the commercial space, I like Looker but its too pricey.

Take a look to http://www.metabase.com/ (open source, made by Expa, Uber's co-founder incubator).
Post reply on HN