{"id":30215552,"url":"https://github.com/bells17/zeppelin-exporter","last_synced_at":"2025-08-14T02:13:01.162Z","repository":{"id":57561666,"uuid":"107502256","full_name":"bells17/zeppelin-exporter","owner":"bells17","description":"The export tool for all zeppelin notebooks.","archived":false,"fork":false,"pushed_at":"2017-10-23T08:54:40.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T10:05:19.824Z","etag":null,"topics":["go","zeppelin","zeppelin-notebook"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bells17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-19T05:32:27.000Z","updated_at":"2023-07-22T13:13:02.000Z","dependencies_parsed_at":"2022-09-10T08:10:56.881Z","dependency_job_id":null,"html_url":"https://github.com/bells17/zeppelin-exporter","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/bells17/zeppelin-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bells17%2Fzeppelin-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bells17%2Fzeppelin-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bells17%2Fzeppelin-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bells17%2Fzeppelin-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bells17","download_url":"https://codeload.github.com/bells17/zeppelin-exporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bells17%2Fzeppelin-exporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270347825,"owners_count":24568605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","zeppelin","zeppelin-notebook"],"created_at":"2025-08-14T02:12:54.200Z","updated_at":"2025-08-14T02:13:01.142Z","avatar_url":"https://github.com/bells17.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zeppelin-exporter\n\n![GitHub release](http://img.shields.io/github/release/bells17/zeppelin-exporter.svg?style=flat-square)\n[![CircleCI](https://img.shields.io/circleci/project/github/bells17/zeppelin-exporter.svg)](https://circleci.com/gh/bells17/zeppelin-exporter)\n![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)\n\nThe export tool for all zeppelin notebooks.\n\n## Installation\n\nGet binary from [here](https://github.com/bells17/zeppelin-exporter/releases/latest) or build yourself.\n\n```\ngo get github.com/bells17/zeppelin-exporter\ncd $GOPATH/src/github.com/bells17/zeppelin-exporter\nmake \u0026\u0026 make install\n```\n\n## Usage\n\n```\nzeppelin-exporter --host 127.0.0.1 -p 8080 \u003e notebooks.json\ncat notebooks.json | jq .[0] \u003e notebook1.json\ncontent=`cat notebook1.json`\ncurl -v -H \"Accept: application/json\" -H \"Content-type: application/json\" -d $content http://127.0.0.1:8080/api/notebook/import\n```\n\n## Help\n\n```\nzeppelin-exporter --help\nUsage:\n  zeppelin-exporter [OPTIONS]\n\nApplication Options:\n      --host=     Zeppelin host (default: 127.0.0.1)\n  -p, --port=     port (default: 8080)\n      --protocol= protocol (default: http)\n\nHelp Options:\n  -h, --help      Show this help message\n```\n\n## Reference\n\n- https://zeppelin.apache.org/docs/0.6.1/rest-api/rest-notebook.html#export-a-notebook\n- https://zeppelin.apache.org/docs/0.6.1/rest-api/rest-notebook.html#import-a-notebook\n\n## Development\n\n### Requirements\n\n- [ghr](https://github.com/tcnksm/ghr)\n  - And need set your Github Token(export GITHUB_TOKEN=\"...\")\n- [zopfli](https://github.com/google/zopfli)\n\n\n### Use Docker\n\n```\ndocker-compose run builder bash\n```\n\n### Initialize\n\n```\nmake init\nmake bundle\n```\n\n### Run Testing\n\n```\nmake test\n```\n\n### Build\n\n```\nmake build\n```\n\n### Release\n\n```\nmake tag\nmake release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbells17%2Fzeppelin-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbells17%2Fzeppelin-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbells17%2Fzeppelin-exporter/lists"}