druid安裝與使用


 


--druid 下載地址:
https://archive.apache.org/dist/druid/0.17.0/apache-druid-0.17.0-bin.tar.gz


-- druid 語法教程
https://blog.csdn.net/fa124607857/article/details/101624234?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~sobaiduend~default-3-101624234.nonecase&utm_term=%E5%A4%A7%E6%95%B0%E6%8D%AEdruid%E6%95%99%E7%A8%8B

-- druid 場景使用簡介
https://segmentfault.com/a/1190000021931366

--druid 簡單使用
https://www.cnblogs.com/momoyan/p/9614650.html

-- python druid API

https://pythonhosted.org/pydruid/

-- hue 連接 druid

https://gethue.com/quick-task-how-to-query-apache-druid-analytic-database/

https://github.com/druid-io/pydruid

To install:

pip install pydruid
# or, if you intend to use asynchronous client
pip install pydruid[async]
# or, if you intend to export query results into pandas
pip install pydruid[pandas]
# or, if you intend to do both
pip install pydruid[async, pandas]
# or, if you want to use the SQLAlchemy engine
pip install pydruid[sqlalchemy]
# or, if you want to use the CLI
pip install pydruid[cli]

 

-- es 入門

https://www.cnblogs.com/tree1123/p/11833042.html

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM