Coder Social home page Coder Social logo

postgres-adminer-metabase's Introduction

postgres-adminer-metabase

A PostgreSQL & Adminer & Metabase Stack with Docker Compose

Usage

Start up the containers with Docker Compose

docker-compose up -d

Stop the containers and remove them:

docker-compose stop && docker-compose rm -f

Now visit:

  • Adminer: http://[Host IP Address]:8888 (Then connect PostgreSQL Database with hostname postgres)]
  • Metabase: http://[Host IP Address]:3000

About the example dataset

The dataset is fetched from the SQL (Third Edition) Visual QuickStart Guide site, which is written and made by Chris Fehily, all credits goes to Chris.

And according to the Initialization scripts Instruction Section from the Postgres Container, the container will run all the scripts in the /docker-entrypoint-initdb.d path, so I made the add-example.sh to add the example data, and the data source is come from the sql_vqs3_files directory.

postgres-adminer-metabase's People

Contributors

violetvivirand avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.