The purpose of this project is to create a superset container with oracle client to allow the data analyses/visualization of data stored in an oracle database. The oracle client used is 11.2.0.4
Docker Ports available:
Superset
8088
Build container from Dockerfile using
sudo ./build.sh
or
docker build -t sergekatzmann/superset-oracle .
Run container in daemon mode with
sudo ./run.sh
or
docker run -p 8088:8088 -d sergekatzmann/superset-oracle
Open Superset in browser using the following link:
http://docker_host_ip:8088
User: admin
Password: superset_admin
Connect to running container with
docker exec -it <container_id> /bin/bash
This project is an unofficial example demo of the usage of Apache Superset with Oracle. It is powered by Apache Superset and Oracle.
Apache Superset, Apache, Superset, the Superset logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.