https://github.com/teragrep/zep_01
User interface back-end for Teragrep
https://github.com/teragrep/zep_01
java teragrep ui-backend
Last synced: about 1 month ago
JSON representation
User interface back-end for Teragrep
- Host: GitHub
- URL: https://github.com/teragrep/zep_01
- Owner: teragrep
- License: apache-2.0
- Created: 2024-09-19T14:02:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T12:45:31.000Z (2 months ago)
- Last Synced: 2025-03-29T15:02:05.619Z (about 2 months ago)
- Topics: java, teragrep, ui-backend
- Language: Java
- Homepage: https://teragrep.com
- Size: 87.7 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 supportTo 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.