Last active
November 12, 2019 18:05
-
-
Save jsjohns/1a8c62330017a799a533cc294106bc55 to your computer and use it in GitHub Desktop.
HN BI stack analysis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Below command + manual pass to remove non-technical stuff | |
# | |
# wget -O - https://news.ycombinator.com/item?id=21513566 | html2text --ignore-links | tr '[:punct:]' ' ' | tr A-Z a-z | tr -s ' ' | tr ' ' '\n' | sort | uniq -c | sort -n | tail -r | egrep -v '\s+1' | |
48 looker | |
23 snowflake | |
21 redshift | |
20 metabase | |
19 sql | |
17 dbt | |
13 segment | |
13 bigquery | |
12 stitch | |
11 tableau | |
11 s3 | |
11 airflow | |
7 spark | |
6 powerbi | |
6 postgres | |
5 postgresql | |
5 lookml | |
5 holistics | |
5 dataform | |
4 snowplow | |
4 sheets | |
4 mariadb | |
3 python | |
3 nifi | |
3 mode | |
3 mixpanel | |
3 luigi | |
3 kimball | |
3 gitlab | |
3 excel | |
3 azure | |
2 redash | |
2 qubole | |
2 oracle | |
2 mysql | |
2 matillion | |
2 jupyter | |
2 hubspot | |
2 fivetran | |
2 azuresql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment