https://github.com/multivacplatform/multivac-zeppelin
Deploy Apache Zeppelin by Docker
https://github.com/multivacplatform/multivac-zeppelin
Last synced: 5 months ago
JSON representation
Deploy Apache Zeppelin by Docker
- Host: GitHub
- URL: https://github.com/multivacplatform/multivac-zeppelin
- Owner: multivacplatform
- License: apache-2.0
- Created: 2019-04-13T13:24:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T11:09:33.000Z (about 7 years ago)
- Last Synced: 2025-07-20T13:39:03.928Z (11 months ago)
- Language: Dockerfile
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multivac-zeppelin [](https://github.com/multivacplatform/multivac-ansible/blob/master/LICENSE) [](https://discourse.iscpif.fr/c/multivac) [](https://chat.iscpif.fr/channel/multivac)
**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 [https://zeppelin.apache.org](https://zeppelin.apache.org)
## Getting Started
### Docker setup
Docker image is built against Zeppelin 0.8.2 and it supports Apache Spark 2.4.
```bash
docker pull multivacplatform/multivac-zeppelin
```
```bash
docker run -it --rm -p 8080:8080 -p 8081:8081 maziyar/zeppelin
```
Just head to your browser and you're good to go!
http://localhost:8080
### 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.
## Code of Conduct
This, and all github.com/multivacplatform projects, are under the [Multivac Platform Open Source Code of Conduct](https://github.com/multivacplatform/code-of-conduct/blob/master/code-of-conduct.md). Additionally, see the [Typelevel Code of Conduct](http://typelevel.org/conduct) for specific examples of harassing behavior that are not tolerated.
## Copyright and License
Code and documentation copyright (c) 2019 [ISCPIF - CNRS](http://iscpif.fr). Code released under the [Apache 2.0 license](https://github.com/multivacplatform/multivac-zeppelin/blob/master/LICENSE).