⚗️(project) add draft Apache Superset integration#65
Open
Conversation
Apache superset is an alternative to grafana for dashboarding. It's worth testing it for learning analytics.
| fixtures \ | ||
| hooks | ||
| hooks \ | ||
| init-superset |
Contributor
There was a problem hiding this comment.
Is it necessary to include superset in the bootstrap? As it is experimental for now ?
Contributor
Author
There was a problem hiding this comment.
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. 😉
| 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 && \ |
Contributor
There was a problem hiding this comment.
Why did you remove this index ?
Comment on lines
+50
to
+51
| 1. `docker-compose down -v` | ||
| 2. `docker-compose up` |
Contributor
There was a problem hiding this comment.
Suggested change
| 1. `docker-compose down -v` | |
| 2. `docker-compose up` | |
| 1. `docker compose down -v` | |
| 2. `docker compose up` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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: