mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.
``` /Users/1ambda/github/apache/apache-zeppelin/zeppelin-master/zeppelin-web/src/app/visualization/builtins/visualization-table.js (5/0) ✖ 28:4 Unnecessary semicolon no-extra-semi ✖ 32:4 Unnecessary semicolon no-extra-semi ✖ 51:4 Unnecessary semicolon no-extra-semi ✖ 57:4 Unnecessary semicolon no-extra-semi ✖ 61:4 Unnecessary semicolon no-extra-semi /Users/1ambda/github/apache/apache-zeppelin/zeppelin-master/zeppelin-web/src/app/visualization/visualization.js (14/0) ✖ 25:4 Unnecessary semicolon no-extra-semi ✖ 32:4 Unnecessary semicolon no-extra-semi ✖ 39:4 Unnecessary semicolon no-extra-semi ✖ 46:4 Unnecessary semicolon no-extra-semi ✖ 54:4 Unnecessary semicolon no-extra-semi ✖ 64:4 Unnecessary semicolon no-extra-semi ✖ 75:4 Unnecessary semicolon no-extra-semi ✖ 82:4 Unnecessary semicolon no-extra-semi ✖ 89:4 Unnecessary semicolon no-extra-semi ✖ 100:4 Unnecessary semicolon no-extra-semi ✖ 112:4 Unnecessary semicolon no-extra-semi ✖ 119:4 Unnecessary semicolon no-extra-semi ✖ 163:4 Unnecessary semicolon no-extra-semi ✖ 171:2 Unnecessary semicolon no-extra-semi ``` |
||
|---|---|---|
| .github | ||
| _tools | ||
| alluxio | ||
| angular | ||
| beam | ||
| bigquery | ||
| bin | ||
| cassandra | ||
| conf | ||
| dev | ||
| docs | ||
| elasticsearch | ||
| file | ||
| flink | ||
| geode | ||
| groovy | ||
| hbase | ||
| helium-dev | ||
| ignite | ||
| interpreter/lib/python | ||
| jdbc | ||
| kylin | ||
| lens | ||
| licenses | ||
| livy | ||
| markdown | ||
| notebook | ||
| pig | ||
| python | ||
| r | ||
| scalding | ||
| scio | ||
| scripts | ||
| shell | ||
| spark | ||
| spark-dependencies | ||
| testing | ||
| zeppelin-display | ||
| zeppelin-distribution | ||
| zeppelin-examples | ||
| zeppelin-interpreter | ||
| zeppelin-server | ||
| zeppelin-web | ||
| zeppelin-zengine | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| NOTICE | ||
| pom.xml | ||
| README.md | ||
| Roadmap.md | ||
| SECURITY-README.md | ||
| STYLE.md | ||
| travis_check.py | ||
Apache Zeppelin
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
- Web based notebook style editor.
- Built-in Apache Spark support
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Getting Started
Install binary package
Please go to install to install Apache Zeppelin from binary package.
Build from source
Please check Build from source to build Zeppelin from source.