Skip to main content
Home

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
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
JSR Score
70%
Published
6 months ago (0.1.5)

apache-superset-quick-init

Open in VS Code NPM package version NPM downloads NPM Last Update package.json Dependents count JSR package version JSR package Score JSR package owner GitHub commits per month GitHub Total commits Count NPM License Coveralls Coverage Percentage CodeFactor Code quality Grade GitHub Tests Workflow status GitHub Release Workflow status Sonar Quality Gate Status Sonar Bugs Count Sonar Code Smells Count Sonar Duplicated Lines (%) Sonar Lines of Code Count Sonar Reliability Grade Sonar Security Grade Sonar Technical Debt Count Sonar Maintainability Grade Sonar Vulnerabilities Count OSS Lifecycle status

(Don't judge me for my obsession with badges)

Dependencies

  1. node (You can install it easily via mise)
  2. 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

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@nikelborm/apache-superset-quick-init

Import symbol

import * as apache_superset_quick_init from "@nikelborm/apache-superset-quick-init";
or

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
or (using pnpm 10.8 or older)
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
or (using Yarn 4.8 or older)
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";