gomesfernanda / sourced-ui

source{d} UI

Home Page:https://sourced.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

source{d} UI

Web UI for source{d} Community Edition (CE).

Contents

Description

This repository contains the code for the srcd/sourced-ui docker image. This image is based on Apache Superset, and contains the following additions:

  • An extra tab, UAST, to explore bblfsh parsing results.
  • SQL Lab contains a modal dialog to visualize columns that contain UAST.
  • source{d} branding.
  • Loading of default dashboards on bootstrap.
  • Creation of a default user on bootstrap, admin/admin.
  • Backport an upstream fix for Hive Database connection (#21).
  • Cancel database queries on stop (#35).

Environment Variables

You can configure the Docker image using the following environment variables:

Environment Variable Description
ADMIN_LOGIN Username for the admin user
ADMIN_FIRST_NAME First name of the admin user
ADMIN_LAST_NAME Last name of the admin user
ADMIN_EMAIL Email of the admin user
ADMIN_PASSWORD Password of the admin user
BBLFSH_WEB_HOST Hostname for bblfsh-web
BBLFSH_WEB_PORT Port for bblfsh-web
GITBASE_HOST Hostname for Gitbase
GITBASE_PORT Port for Gitbase
GITBASE_DB Database name for Gitbase
GITBASE_USER Username for Gitbase
GITBASE_PASSWORD Password for Gitbase
POSTGRES_HOST Hostname for PostgreSQL
POSTGRES_PORT Port for PostgreSQL
POSTGRES_DB Database for PostgreSQL
POSTGRES_PASSWORD Password for PostgreSQL
REDIS_HOST Hostname for Redis
REDIS_PORT Port for Redis
SUPERSET_ENV Environment Superset runs in production or development
SUPERSET_NO_INIT_DB Does not run the database init script if set to true

Development

Setup local environment

Download the docker-compose.yml file from src-d/sourced-ce, and run the dependencies:

docker-compose up gitbase bblfsh-web

Update superset directory:

make patch-dev

Enter into superset directory:

cd superset

Follow original superset instructions for Flask server and Frontend assets

Build docker image

make build

The image name is defined in the Makefile.

Work with superset upstream

Superset version which we are based on is defined in Makefile.

To see which files are patched compare to upstream, run:

make diff-stat

To see diff with upstream, run:

make diff

About

source{d} UI

https://sourced.tech


Languages

Language:JavaScript 52.2%Language:Python 39.9%Language:CSS 3.5%Language:HTML 3.1%Language:TypeScript 0.5%Language:Shell 0.4%Language:Makefile 0.3%Language:Dockerfile 0.1%Language:Smarty 0.0%Language:Mako 0.0%