Wil does a short intro. Get volunteers to take notes.
Gregory presenting on behalf of LSST.
Three core parts, “aspects”. (Portal Notebook APIs) and unifying infrastructure.
!/bin/env bash | |
sudo amazon-linux-extras install -y epel | |
sudo yum groupinstall 'Development Tools' | |
sudo yum install -y protobuf-devel protobuf-compiler ncurses-devel openssl-devel | |
git clone https://github.com/mobile-shell/mosh | |
cd mosh | |
./autogen.sh | |
./configure | |
make | |
sudo make install |
import binascii | |
import collections | |
import datetime | |
import hashlib | |
import sys | |
from six.moves.urllib.parse import quote | |
from google.oauth2 import service_account |
(ns google-cloud-kms.core | |
(:import (com.google.api.services.cloudkms.v1.CloudKMS) | |
(com.google.api.services.cloudkms.v1 CloudKMS$Builder) | |
(com.google.api.services.cloudkms.v1.CloudKMSScopes) | |
(com.google.api.client.http.javanet NetHttpTransport) | |
(com.google.api.client.json.jackson2 JacksonFactory) | |
(com.google.api.client.googleapis.auth.oauth2 GoogleCredential))) | |
(def transport (new NetHttpTransport)) |
Totally possible. But uses beta features. Will be production
https://www.cockroachlabs.com/docs/orchestrate-cockroachdb-with-kubernetes.html