-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚗️(project) add draft Apache Superset integration #65
base: main
Are you sure you want to change the base?
Conversation
Apache superset is an alternative to grafana for dashboarding. It's worth testing it for learning analytics.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -50,7 +50,8 @@ bootstrap: \ | |||
build \ | |||
compile \ | |||
fixtures \ | |||
hooks | |||
hooks \ | |||
init-superset |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to include superset in the bootstrap? As it is experimental for now ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll write a disclaimer in this PR. This work is not intended to be merged, I opened this PR to share my investigations and let people test this tool. 😉
@@ -86,7 +87,7 @@ fixtures: ## Load test data (for development) | |||
@$(WAIT_MYSQL) | |||
zcat ./fixtures/elasticsearch/lrs.json.gz | \ | |||
$(COMPOSE_RUN) patch_statements_date | \ | |||
$(COMPOSE_RUN) -T ralph push -b es --es-index statements-fixtures && \ | |||
$(COMPOSE_RUN) -T ralph push -b es && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove this index ?
1. `docker-compose down -v` | ||
2. `docker-compose up` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. `docker-compose down -v` | |
2. `docker-compose up` | |
1. `docker compose down -v` | |
2. `docker compose up` |
Purpose
Apache superset is an alternative to grafana for dashboarding. It's worth testing it for learning analytics.
Proposal
References
OpenEdx plan to integrate Superset as the visualization tool for learning traces. For reference, please read: