Skip to content

api-evangelist/apache-zeppelin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Zeppelin (apache-zeppelin)

Apache Zeppelin is a web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala, Python, R, and more. It provides built-in data visualization, collaboration features, and interpreter integration with Apache Spark, JDBC, Python, R, Shell, and 20+ other backends. Zeppelin exposes a REST API for notebook management, interpreter configuration, and job execution. It is maintained by the Apache Software Foundation.

APIs.json: https://raw.githubusercontent.com/api-evangelist/apache-zeppelin/refs/heads/main/apis.yml

Scope

  • Type: Index
  • Position: Consumer
  • Access: 3rd-Party

Tags

  • Data Analytics
  • Interactive Computing
  • Notebook
  • Visualization
  • Open Source

Timestamps

  • Created: 2026-03-16
  • Modified: 2026-05-19

APIs

Apache Zeppelin REST API

The Zeppelin REST API provides HTTP endpoints for managing notebooks, notes, paragraphs, interpreters, and credentials. Key endpoints include: GET/POST /api/notebook for notebook CRUD, GET/POST /api/notebook/{noteId}/paragraph for paragraph management, POST /api/notebook/job/{noteId} for running all paragraphs, GET /api/interpreter/setting for interpreter listing, and POST /api/interpreter/setting/restart for restarting interpreters. Returns JSON responses with status codes.

Tags

  • REST
  • Notebooks
  • Paragraphs
  • Interpreter

Properties

Common Properties

Maintainers

FN: Kin Lane Email: info@apievangelist.com

About

Apache Zeppelin is a web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala, Python, R, and more. It provides built-in data visualization, collaboration features, and interpreter integration with Apache Spark, JDBC, Python, R, Shell, and 20+ other backends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors