add files infra docker service for data platform
This commit is contained in:
20
06-analytics/README.md
Normal file
20
06-analytics/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 06-analytics: Apache Superset BI
|
||||
|
||||
## Start
|
||||
```bash
|
||||
# Create superset database first
|
||||
docker exec postgres psql -U postgres -c "CREATE DATABASE superset;"
|
||||
|
||||
# Start superset
|
||||
docker compose --env-file ../.env.global up -d
|
||||
```
|
||||
|
||||
## Access
|
||||
Internal - configure Nginx Proxy Manager to expose at `/superset`
|
||||
|
||||
## Default Login
|
||||
- Username: see SUPERSET_ADMIN_USERNAME in .env.global
|
||||
- Password: see SUPERSET_ADMIN_PASSWORD in .env.global
|
||||
|
||||
## Keycloak Integration
|
||||
Configure OAuth in superset_config.py after Keycloak setup
|
||||
Reference in New Issue
Block a user