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