Skip to content

Instantly share code, notes, and snippets.

@rbekker87
rbekker87 / mongodb.md
Created April 3, 2019 07:53 — forked from hky/mongodb.md
#mongodb cheat sheet

MongoDB cheat sheet

Overview

Overview

MongoDB is a document database that provides high performance, high availability, and easy scalability.

  • Document Database
@rbekker87
rbekker87 / openfaas_containerd.sh
Last active January 16, 2020 08:44
OpenFaas on Containerd
#!/usr/bin/env bash
export ARCH="amd64"
export CNI_ARCH="linux-amd64"
export GO_VERSION="1.12.14"
export CNI_VERSION="0.8.2"
export GOPATH=$HOME/go/
export PATH=$PATH:/usr/local/go/bin/
apt update