{"id":17618128,"url":"https://github.com/yorek/zeppelin-sqlserver-docker","last_synced_at":"2025-04-30T18:45:19.236Z","repository":{"id":42220288,"uuid":"59639952","full_name":"yorek/zeppelin-sqlserver-docker","owner":"yorek","description":"Dockerized Apache Zeppelin with SQL Server and SQL Azure support","archived":false,"fork":false,"pushed_at":"2017-05-02T21:05:51.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T18:51:11.360Z","etag":null,"topics":["docker","docker-image","sql-server","zeppelin"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yorek.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":"2016-05-25T07:16:52.000Z","updated_at":"2023-08-29T11:06:13.000Z","dependencies_parsed_at":"2022-08-30T12:51:17.001Z","dependency_job_id":null,"html_url":"https://github.com/yorek/zeppelin-sqlserver-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorek%2Fzeppelin-sqlserver-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorek%2Fzeppelin-sqlserver-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorek%2Fzeppelin-sqlserver-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorek%2Fzeppelin-sqlserver-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yorek","download_url":"https://codeload.github.com/yorek/zeppelin-sqlserver-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251765143,"owners_count":21640139,"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","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":["docker","docker-image","sql-server","zeppelin"],"created_at":"2024-10-22T19:26:20.633Z","updated_at":"2025-04-30T18:45:19.192Z","avatar_url":"https://github.com/yorek.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache Zeppelin for SQL Server Docker Image\nThis is the dockerized Apache Zeppelin with SQL Server and SQL Azure support, for which the source code is available here:\n\nhttps://github.com/yorek/zeppelin\n\nThis docker image is built using the \"master\" branch which contains the latest *stable* released version\n\n## Version\n\nDockerfile version: 1.2\n\n## Docker Hub\n\nApache Zeppelin for SQL Server Docker image is available at the [Docker Hub](https://hub.docker.com/r/yorek/zeppelin-sqlserver/). \n\n## Usage\n\nAfter having installed your docker environment you can get the image using the docker command (via docker shell if using Docker Machine or PowerShell if using native Docker)\n\n    docker pull yorek/zeppelin-sqlserver\n\nonce the image is downloaded you can run it using the docker command\n\n    docker run --name zeppelin -p 8080:8080 -v /zeppelin-sqlserver/notebook -v /zeppelin-sqlserver/conf -d yorek/zeppelin-sqlserver:latest\n\nafter that you can just connect to\n\n    http://localhost:8080\n\nusing your browser to start to use Apache Zeppelin. If you are using the \"old\" [docker-machine](https://docs.docker.com/toolbox/overview/) instead of using the native docker engine for your OS, you need to connect to the docker machine ip address instead of localhost. If you don't know such ip address you can get it using the following command\n\n    docker-machine ip\n\nyou can then point your browser to\n\n    http://\u003cdocker-machine ip\u003e:8080\n\nand you're done. If this is your first time using Apache Zeppelin, you have to configure it to access to your SQL Server or SQL Azure instance. Read how to do so here:\n\n - [Using Zeppelin](https://github.com/yorek/zeppelin#using-zeppelin)\n\n## Update an existing Docker Image\n\nGet updated image\n\n\tdocker pull yorek/zeppelin-sqlserver:latest\n\nOnce it's downloaded, check if you have a running container\n\n\tdocker ps\n\nIf you see an Apache Zeppelin container is running (it is named zeppelin if you followed my tutorials), stop it\n\t\n\tdocker stop zeppelin\n\nNow create a new container pointing to the volumes of the previous version. The new container will automatically use the updated image\n\n\tdocker run -name zeppelin2 -p 8080:8080 -volumes-from zeppelin -d yorek/zeppelin-sqlserver:latest\n\nList again all the existing containers (running and not running)\n\n\tdocker ps -a\n\nNote that the old zeppelin container the is still there and if not needed can be removed\n\n\tdocker rm zeppelin\n\nThe new container can now be renamed to the usual name\n\n\tdocker rename zeppelin2 zeppelin\n\nThe old image can also be removed to free disk space\n\t\n\tdocker rmi yorek/zeppelin-sqlserver:v0.6.2\n\nNow check that only one zeppelin container, with the latest version, is available:\n\n\tdocker ps\n\nUpgrade done! Now you can start Apache Zeppelin for SQL Server with the usual command:\n\n\tdocker start zeppelin\n\n## Notes\n\nFrom version 1.1 of Dockerfile, Zeppelin notebooks and configuration are saved in Docker Volumes so that created notebooks and configured interpreters will be preserved even when the Apache Zeppelin for SQL Server image is updated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorek%2Fzeppelin-sqlserver-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorek%2Fzeppelin-sqlserver-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorek%2Fzeppelin-sqlserver-docker/lists"}