https://github.com/ignalina/zeppelin_0.10.0
Forked zeppelin 0.10.0 to adjust to datalake v2 (nessie delta)
https://github.com/ignalina/zeppelin_0.10.0
Last synced: about 1 year ago
JSON representation
Forked zeppelin 0.10.0 to adjust to datalake v2 (nessie delta)
- Host: GitHub
- URL: https://github.com/ignalina/zeppelin_0.10.0
- Owner: Ignalina
- License: apache-2.0
- Created: 2022-01-10T00:18:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T16:53:04.000Z (over 4 years ago)
- Last Synced: 2025-02-08T14:29:28.938Z (over 1 year ago)
- Language: Java
- Size: 40.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY-README.md
Awesome Lists containing this project
README
# Apache Zeppelin
**Documentation:** [User Guide](https://zeppelin.apache.org/docs/latest/index.html)
**Mailing Lists:** [User and Dev mailing list](https://zeppelin.apache.org/community.html)
**Continuous Integration:**   
**Contributing:** [Contribution Guide](https://zeppelin.apache.org/contribution/contributions.html)
**Issue Tracker:** [Jira](https://issues.apache.org/jira/browse/ZEPPELIN)
**License:** [Apache 2.0](https://github.com/apache/zeppelin/blob/master/LICENSE)
**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 features:
* Web based notebook style editor.
* Built-in Apache Spark support
To know more about Zeppelin, visit our web site [https://zeppelin.apache.org](https://zeppelin.apache.org)
## Getting Started
### Install binary package
Please go to [install](https://zeppelin.apache.org/docs/latest/quickstart/install.html) to install Apache Zeppelin from binary package.
### Build from source
Please check [Build from source](https://zeppelin.apache.org/docs/latest/setup/basics/how_to_build.html) to build Zeppelin from source.