TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Self-Hosted “SQL-Not-required” Data Analytics and BI Tool. Inspired by Looker

102 pointsby mariusandraabout 8 years ago

8 comments

tlrobinsonabout 8 years ago
Shameless plug for Metabase, which is also open source and does not require knowledge of SQL: <a href="http:&#x2F;&#x2F;www.metabase.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.metabase.com&#x2F;</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;metabase&#x2F;metabase</a><p>Supports MySQL, PostgreSQL, MongoDB, Microsoft SQL Server, AWS Redshift, Google BigQuery, Druid, H2, SQLite, Oracle, Crate, Google Analytics, Vertica.
评论 #14365039 未加载
评论 #14364406 未加载
评论 #14364660 未加载
评论 #14364578 未加载
评论 #14366232 未加载
golergkaabout 8 years ago
I strongly feel that if a domain language is not significantly more complex than the domain itself, then the person who is supposed to have domain knowledge should be able to learn the language without much difficulty. I&#x27;ve seen a lot of attempts to build &#x27;simple&#x27; analytical systems without SQL, and it works well for simple queries - but &#x27;business people&#x27;, when they&#x27;re smart and motivated, soon start asking more and more specific and detailed questions, with additional conditions and joins - and it soon turns out that SQL is, in fact, an appropriate instrument for complexity that they need.<p>Your examples seem pretty simple. What about a question like this: how did our 5-week cohort (users that at the time of the event were registered between 4 and 5 weeks) ARPU vary over time and over character class they chose at registration? Is there a statistically significant corellation between participating in any of the 20 custom events we&#x27;ve done in the last half a year and user retention (which must be calculated relative to each users&#x27; cohort)?<p>Of course, a lot of business analysts are moving away from SQL to R, but I doubt that they&#x27;re after simplicity.
评论 #14365348 未加载
juandazapataabout 8 years ago
Hey, this is cool. Thanks for making it available for free to the world.<p>Note apart, I feel like knowing SQL is something that every developer should be comfortable with. The amount of magic that an ORM does, will tend to zero the more SQL you know. It&#x27;s weird that we as developers don&#x27;t know how to query our main data repository, don&#x27;t you think so?<p>Once again, thanks for making this available, I feel like this would be useful for a lot of people.
评论 #14365074 未加载
bigger_cheeseabout 8 years ago
Looks interesting.<p>A few suggestions for useful features: Time Series functionality would be handy (Exponentially weighted moving average, centered moving average etc).<p>Aggregations across sliding intervals (by shift &#x2F; by day&#x2F;week&#x2F;month&#x2F; Finical year etc). Being able to quickly answer questions like What is the production for week to date, current shift etc. How about previous week&#x2F;shift etc.<p>One other comment I will give is I find SQL to be useful as a protection against product lock-in. It&#x27;s essentially the lowest common denominator language for dealing with data extraction&#x2F;transformation etc. Our business has been burnt before by having our reporting&#x2F;BI written in a tool specific language it made migrating away from the product very difficult. Ever since I&#x27;ve very much been of the mindset to do as much using SQL as possible.
评论 #14365057 未加载
huyabout 8 years ago
Wanted to share about my BI startup here for those who&#x27;re interested too: holistics.io - we&#x27;re a small, self-funded BI startup in Asia (Singapore). Started 2 years ago and have customers around the globe, from small startups to big unicorns.<p><a href="https:&#x2F;&#x2F;www.holistics.io" rel="nofollow">https:&#x2F;&#x2F;www.holistics.io</a><p>We&#x27;re not free or open-source, but a lot more affordable than other competitors. Our pricing starts with $50&#x2F;mo for 5 users. We have a few customers who moved to us from open-source alternatives or other commercial competitors.<p>We support PostgreSQL, MySQL, SQL Server, Redshift, Greenplum, BigQuery, Presto, etc.<p>If you try it out let us know you&#x27;re from HN and your first 2 months are on us.
grizzlesabout 8 years ago
I&#x27;d like to build something in this area that used NLU (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Natural_language_understanding" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Natural_language_understanding</a>) to let the user ask an actual question, after they have marked up their database schema. That would be a fun product to build.
评论 #14365093 未加载
mrw34almost 8 years ago
For anyone interested in running a Docker&#x2F;CentOS instance: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;mrw34&#x2F;d60fa30a08c864286e819647fc0eaac2" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;mrw34&#x2F;d60fa30a08c864286e819647fc0eaa...</a>
reilly3000about 8 years ago
Does it support Redshift?
评论 #14364172 未加载
评论 #14365089 未加载