Apache Zeppelin是基於Jupyter Notebook技術開發的大數據交互分析服務軟件。html
Zeppelin除了經過Web GUI界面訪問各類大數據分析功能外,還能夠經過REST API進行操做。git
Apache Zeppelin 提供了多個REST APIs用於遠程功能交互操做。 全部的REST APIs 都經過 endpoint http://[zeppelin-server]:[zeppelin-port]/api
進行操做。github
注意:web
Apache Zeppelin 的REST APIs 都接受和返回 JSON 對象, 建議安裝 JSON viewers, 好比 JSONView。chrome
Zeppelin的REST API包括:docker
若是須要其它的REST API, 請提交建議或發郵件: file an issue or send us an email.apache
容器運行:docker run --name zeppelin -p 8080:8080 aquila/zeppelinjson