Multi-purpose Notebook
The Notebook is the place for all your needs
- Data Ingestion
- Data Discovery
- Data Analytics
- Data Visualization & Collaboration
Multiple Language Backend
Apache Zeppelin interpreter concept allows any language/data-processing-backend to be plugged into Zeppelin. Currently Apache Zeppelin supports many interpreters such as Apache Spark, Python, JDBC, Markdown and Shell.
Adding new language-backend is really simple. Learn how to create your own interpreter.
Apache Spark integration
Especially, Apache Zeppelin provides built-in Apache Spark integration. You don't need to build a separate module, plugin or library for it.
Apache Zeppelin with Spark integration provides
- Automatic SparkContext and SQLContext injection
- Runtime jar dependency loading from local filesystem or maven repository. Learn more about dependency loader.
- Canceling job and displaying its progress
For the further information about Apache Spark in Apache Zeppelin, please see Spark interpreter for Apache Zeppelin.
Data visualization
Some basic charts are already included in Apache Zeppelin. Visualizations are not limited to SparkSQL query, any output from any language backend can be recognized and visualized.
Pivot chart
Apache Zeppelin aggregates values and displays them in pivot chart with simple drag and drop. You can easily create chart with multiple aggregated values including sum, count, average, min, max.
Learn more about display systems in Apache Zeppelin.
Dynamic forms
Apache Zeppelin can dynamically create some input forms in your notebook.
Collaborate by sharing your Notebook & Paragraph
Your notebook URL can be shared among collaborators. Then Apache Zeppelin will broadcast any changes in realtime, just like the collaboration in Google docs.
Apache Zeppelin provides an URL to display the result only, that page does not include any menus and buttons inside of notebooks. You can easily embed it as an iframe inside of your website in this way. If you want to learn more about this feature, please visit this page.
100% Opensource
Apache Zeppelin is Apache2 Licensed software. Please check out the source repository and how to contribute. Apache Zeppelin has a very active development community. Join to our Mailing list and report issues on Jira Issue tracker.
What is the next ?
Quick Start
- Getting Started
- Quick Start for basic instructions on installing Apache Zeppelin
- Configuration lists for Apache Zeppelin
- Explore Apache Zeppelin UI: basic components of Apache Zeppelin home
- Tutorial: a short walk-through tutorial that uses Apache Spark backend
- Basic Feature Guide
- Dynamic Form: a step by step guide for creating dynamic forms
- Publish your Paragraph results into your external website
- Customize Zeppelin Homepage with one of your notebooks
- More
- Apache Zeppelin on Vagrant VM: a guide for installing Apache Zeppelin on Vagrant virtual machine
- Upgrade Apache Zeppelin Version: a manual procedure of upgrading Apache Zeppelin version
Interpreter
- Interpreters in Apache Zeppelin: what is interpreter group? how can you set interpreters in Apache Zeppelin?
- Usage
- Interpreter Installation: Install not only community managed interpreters but also 3rd party interpreters
- Interpreter Dependency Management when you include external libraries to interpreter
- Available Interpreters: currently, about 20 interpreters are available in Apache Zeppelin.
Display System
- Basic Display System: Text, HTML, Table is available
- Angular API: a description about avilable backend and frontend AngularJS API with examples
More
- Notebook Storage: a guide about saving notebooks to external storage
- REST API: available REST API list in Apache Zeppelin
- Security: available security support in Apache Zeppelin
- Contribute