Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pangeo Binder | 13 | 2 years ago | 15 | bsd-3-clause | Python | |||||
Pangeo + Binder (dev repo for a binder/pangeo fusion concept) | ||||||||||
Fusion Files | 8 | 5 years ago | gpl-3.0 | Python | ||||||
Penetration Testing File Binder | ||||||||||
Pangeo_lidar | 4 | 4 years ago | bsd-3-clause | Jupyter Notebook | ||||||
Processing lidar point clouds using Pangeo |
Deployment and configuration documentation files for the public binder.pangeo.io service.
Branch | Build | Docs | Deployment |
---|---|---|---|
staging | https://staging.binder.pangeo.io/ | ||
prod | https://binder.pangeo.io/ |
Monitoring of the binderhubs is done with Prometheus and Grafana.
Much like mybinder.org, the Pangeo's BinderHub deployment (binder.pangeo.io) allows users to create and share custom computing environments. The main distinction between the two BinderHubs is that Pangeo's BinderHub allows users to perform scalable computations using Dask.
For more information on the Pangeo project, check out the online documentation.
This repo is continuously deployed using CircleCI. It can also be deployed from a local computer using the following command:
deployment={staging,prod} # choose one
helm upgrade --wait --install --namespace=${deployment} ${deployment} \
pangeo-binder --version=v0.2.0 \
-f ./deploy/${deployment}.yaml \
-f ./secrets/${deployment}.yaml
The setup and configuration of Pangeo's BinderHub largely follows the Zero to Binderhub instructions. A few key distinctions are present:
binderhub
chart level. The mybinder.org project does the same thing in mybinder.org-deploy.# get current versions of the chart dependencies
cd pangeo-binder
helm dependency update
# install the pangeo-binder chart
helm install pangeo-binder --version=0.2.0-... --name=<choose-name> --namespace=<choose-namespace> -f secret.yaml -f config.yaml
We deploy staging
and prod
BinderHubs. Before re-deploying prod
by merging
staging
into prod
, it's a good idea to test the deployment on some real-world
examples.
Create an empty pull request against the staging
branch with the text
test-staging
in the commit message.
.. code-block:: console
$ git checkout -b test-staging $ git commit --allow-empty -m 'test staging' $ git push -u origin
Once that pull request is opened, the script in .github/workflows/scripts/run_staging.py
is run. That will run the latest versions of the notebooks in http://gallery.pangeo.io/
against