Code samples to accompany the Architecture Simplification project
YouTube Playlist
Watch the webinar
- Visit the landing page: https://www.cockroachlabs.com/architectural-simplification
The following dependencies will allow you to run all of the examples
- CockroachDB - the runnable binary to launch different kinds of clusters
- Postgres - For its
psql
CLI - cqlsh - The Cassandra CQL shell
- gcloud - The Google Cloud CLI
- bq - The BigQuery CLI tool
- Go - The Go programming lanaguage
- Python - The Python programming language
- k6 - To run load tests
- Docker - The Docker runtime (I'm using Rancher Desktop)
- Kubernetes - Local Kubernetes clusters (I'm using k3d)
- Terraform - The IaC tool for creating cloud infrastructure
- kubectl - A CLI for interating with Kubernetes
- kafkactl - A CLI for interacting with Kafka