LoginSignup
2
0

More than 5 years have passed since last update.

Re:dash (study meeting)

Last updated at Posted at 2016-07-15
1 / 17

imgres.png


今回使った時間配分

demoを見せれるようにset up : 2割

demoを見せれるようにsql : 5割

文章まとめ: 3割


なので


demo重視の勉強会にする


What is Re:dash

  • Open Source Data Collaboration and Visualization Platform
  • BI(Business Intelligence) Tool
  • Open Source
  • Supported Data Sources
    • PostgreSQL,Redshift,Greenplum,MySQL,Google BigQuery,Graphite,MongoDB,ElasticSearch,InfluxDB,Presto,Hive,Impala,Google Spreadsheets,Python,Vertica,Oracle,Treasure Data,Microsoft SQL Server

主な機能



Set up Re:dash


Architecture


Production

arc.png


今回はすべてlocal


Setting up Re:dash from Docker

  1. git clone https://github.com/getredash/redash.git
  2. Rename docker-compose-example.yml to docker-compose.yml
  3. Set up DB docker-compose up -d postgres
  4. Create DB Schema ./setup/docker/create_database.sh
  5. Run docker-compose up

Demo


ES+Kibanaと役割重複!?


Difference between ES+Kibana

ES+Kibana

  • indexされたデータを分析対象
  • 自分でインデックスするデータを予め決めてESにStore

Re:dash

  • データストアすべてが対象で分析可能
  • データストアは別にある前提

まとめ

  • SQLは覚える必要がある
    • データストアによってクエリは変わるけど
    • SQLはエンジニアだけが使う時代はもう終わってるよ
  • 可視化までの超簡単
  • データの民主化
  • ES+Kibanaとの切り分け重要
  • Data Engineer
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0