Skip to content

sergekatzmann/superset-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial docker container for Apache Superset demo with Oracle 11.2 client.

Objective

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

Requirements

Docker Ports available:

Superset

8088

Usage

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

Disclaimer

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •