Integration tool for Dataverse for data visualization using Apache Superset
Requires Java 11+
- Copy
application.yaml.sampletoapplication.yamland change the relevant settings (mainly the database and Superset access configs). - Build the app with
./gradlew build - Start the app with
./gradlew bootRunorjava -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.sampleexample file (change thetoolUrlvalue 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