{"id":23654861,"url":"https://github.com/nikelborm/apache-superset-quick-init","last_synced_at":"2025-04-10T13:41:57.084Z","repository":{"id":210815092,"uuid":"727514279","full_name":"nikelborm/apache-superset-quick-init","owner":"nikelborm","description":"Quickly download files needed to run Apache Superset in docker and preconfigure it for production","archived":false,"fork":false,"pushed_at":"2025-02-14T18:19:33.000Z","size":206,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-21T18:44:08.352Z","etag":null,"topics":["apache","apache-superset","deploy","deployment","docker","docker-compose","superset"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nikelborm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"nikelborm"}},"created_at":"2023-12-05T02:34:22.000Z","updated_at":"2025-03-16T08:59:07.000Z","dependencies_parsed_at":"2024-12-25T23:20:08.785Z","dependency_job_id":"55c18d54-63aa-47dc-85f0-1e8e29c5e975","html_url":"https://github.com/nikelborm/apache-superset-quick-init","commit_stats":null,"previous_names":["nikelborm/apache-superset-quick-init"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikelborm%2Fapache-superset-quick-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikelborm%2Fapache-superset-quick-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikelborm%2Fapache-superset-quick-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikelborm%2Fapache-superset-quick-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikelborm","download_url":"https://codeload.github.com/nikelborm/apache-superset-quick-init/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248226107,"owners_count":21068131,"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":["apache","apache-superset","deploy","deployment","docker","docker-compose","superset"],"created_at":"2024-12-28T19:34:01.178Z","updated_at":"2025-04-10T13:41:57.058Z","avatar_url":"https://github.com/nikelborm.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nikelborm"],"categories":[],"sub_categories":[],"readme":"# apache-superset-quick-init\n\n[![Release Workflow](https://github.com/nikelborm/apache-superset-quick-init/actions/workflows/main.yml/badge.svg)](https://github.com/nikelborm/apache-superset-quick-init/actions/workflows/main.yml)\n[![npm version](https://badge.fury.io/js/apache-superset-quick-init.svg)](https://badge.fury.io/js/apache-superset-quick-init)\n[![JSR](https://jsr.io/badges/@nikelborm/apache-superset-quick-init)](https://jsr.io/@nikelborm/apache-superset-quick-init)\n[![JSR Score](https://jsr.io/badges/@nikelborm/apache-superset-quick-init/score)](https://jsr.io/@nikelborm/apache-superset-quick-init)\n[![JSR Scope](https://jsr.io/badges/@nikelborm)](https://jsr.io/@nikelborm)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/m/nikelborm/apache-superset-quick-init)\n![GitHub top language](https://img.shields.io/github/languages/top/nikelborm/apache-superset-quick-init)\n![NPM License](https://img.shields.io/npm/l/apache-superset-quick-init)\n\u003c!-- ![npms.io](https://img.shields.io/npms-io/final-score/apache-superset-quick-init) --\u003e\n\nI'm currently in the process of rewriting it to typescript since it uses js script ([nikelborm/fetch-github-folder](https://github.com/nikelborm/fetch-github-folder/)) anyway\n\n## Dependencies\n\n1. curl (for loading scripts and compose files)\n2. openssl (for automatic password generation)\n3. node (You can install it easily using [NVM](https://github.com/nvm-sh/nvm))\n4. docker (for running superset)\n\n## How to use\n\n```bash\ncurl https://raw.githubusercontent.com/nikelborm/apache-superset-quick-init/refs/heads/main/main.sh | bash\n\ncd ./superset\n# To generate passwords you can use `openssl rand -base64 48`.\n# Passwords are auto-generated by default in ./main.sh, so you don't need to generate them manually.\n# If you need to edit some unusual vars, uncomment those commands to edit them\n# nano ./docker/.env\n# nano ./docker/superset-websocket/config.json\n\n# Choose the tag you want: 'latest' or something specific like '4.1.1'\n# here are examples of tags:\n# https://superset.apache.org/docs/installation/docker-builds/#key-tags-examples\n# https://github.com/apache/superset/blob/master/CHANGELOG.md\n# https://github.com/apache/superset/releases\n\nexport TAG='latest'\n# If use choose `latest`, good idea to always pull\n# docker compose up -d --pull always\ndocker compose up -d\n# Follow logs until completely deployed\ndocker compose logs -f\n```\n\n## TODO\n\n1. create a separate script for quick registering of a new database into a newly created Superset instance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikelborm%2Fapache-superset-quick-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikelborm%2Fapache-superset-quick-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikelborm%2Fapache-superset-quick-init/lists"}