Navigation Menu

Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

psychemedia/jupyter-postgres-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- ARCHIVED: USE https://github.com/ouseful-template-repos/binder-postgres INSTEAD --

jupyter-postgres-demo

Binder

Demo of launching a binderhub notebook server with a free running Postgres server.

Postgres is installed via Anaconda; the databases is initialised into /srv/conda/pgsql (the /src/conda (and if it exists /srv/npm) path is the only writeable path outside of $HOME).

The init_db/postgres/init.db file is called to set up any required users, databases, etc, and it in turn seeds a test database as defined in init_db/postgres/seed_db.sql. The init_db directory is also copied into /srv/conda so the user can check on the initialisation set-up if required.

Example via @manics on Jupyter dscourse site [gist].

See the other branches for versions that do, albeit at the expense of using a Dockerfile.

About

Demo of launching a binderhub notebook server with a free running postgres server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published