Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Quickly download files needed to run Apache Superset deployment in docker and preconfigure them for production
This package works with Node.jsIt is unknown whether this package works with Deno, Bun


JSR Score
70%
Published
6 months ago (0.1.5)
apache-superset-quick-init
(Don't judge me for my obsession with badges)
Dependencies
- node (You can install it easily via mise)
- docker (for running superset)
How to use
npx apache-superset-quick-init cd ./superset # Choose the tag you want: 'latest' or something specific like '4.1.1' # here are examples of tags: # https://superset.apache.org/docs/installation/docker-builds/#key-tags-examples # https://github.com/apache/superset/blob/master/CHANGELOG.md # https://github.com/apache/superset/releases export TAG='latest' # If use choose `latest`, good idea to always pull # docker compose up -d --pull always docker compose up -d # Follow logs until completely deployed docker compose logs -f
Also it's recommended to add this string to your .bashrc, if you want faster CLIs written in JS
export NODE_COMPILE_CACHE=~/.cache/nodejs-compile-cache
Built and signed on
GitHub Actions
Add Package
deno add jsr:@nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
Import directly with a jsr specifier
import * as apache_superset_quick_init from "jsr:@nikelborm/apache-superset-quick-init";
Add Package
pnpm i jsr:@nikelborm/apache-superset-quick-init
pnpm dlx jsr add @nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
Add Package
yarn add jsr:@nikelborm/apache-superset-quick-init
yarn dlx jsr add @nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
Add Package
vlt install jsr:@nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
Add Package
npx jsr add @nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
Add Package
bunx jsr add @nikelborm/apache-superset-quick-init
Import symbol
import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";