Integration tool for Dataverse for data visualization using Apache Superset
Requires Java 11+
- Copy
application.yaml.sample
toapplication.yaml
and change the relevant settings (mainly the database and Superset access configs). - Build the app with
./gradlew build
- Start the app with
./gradlew bootRun
orjava -jar build/libs/dataverse-superset-0.0.1-SNAPSHOT.jar
. The service should be available athttp://127.0.0.1:4480/dataverse
. - To register as Dataverse extension, use the
dataverse-superset.json.sample
example file (change thetoolUrl
value if necessary). Send it with the command like this:curl -X POST -H 'Content-type: application/json' http://127.0.0.1/api/admin/externalTools --upload-file dataverse-superset.json