Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 804 Bytes

adb-zeppelin-statistics

Stands for anime database zeppelin statistics. This project contains a notebook for Apache Zeppelin. You can use this as a start to identify interesting statistics or insights based on the anime-offline-database.

Usage (using docker)

  1. Pull and run docker container
docker pull apache/zeppelin:0.8.1
docker run -d -p 8080:8080 apache/zeppelin:0.8.1
  1. Open the web interface http://127.0.0.1:8080
  2. Click on Import note
  3. Click on Select JSON file
  4. Select the note from this repository
  5. Have fun

Contributions

Got something funny or cool to add to the statistics? Create a pull request.