Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-oracle
Metabase server with Oracle DB connected to it
https://github.com/paoliniluis/metabase-oracle
Last synced: about 9 hours ago
JSON representation
Metabase server with Oracle DB connected to it
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-oracle
- Owner: paoliniluis
- Created: 2023-10-05T14:45:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:45:57.000Z (6 days ago)
- Last Synced: 2024-11-01T15:31:43.370Z (6 days ago)
- Language: Python
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Contents of this docker-compose
===============================This is the old school Metabase + postgreSQL as the Application database with an Oracle DB.
- Metabase is exposed through port 8443
- PosgreSQL is exposed through port 5432both containers are in the same metanet1 network and you can wipe postgreSQL database by doing sudo `rm -rf /postgres_origin` on this folder (/environments/postgres)
NOTES:
- a drivers folder is there so you can leave the ojdbcxx.jar driver in case you need to replace the Oracle driverTo run this lab
- do "docker compose up --build" on the root folder