Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: The Database Cloud
Description: An airhacks.fm conversation with Alvaro Hernandez (@ahachete) about:
discussion about stackgres as a complete database cloud solution for PostgreSQL,
kubernetes as an abstraction layer over infrastructure providing a programmable API,
Stackgres offering high availability with primary and replica nodes using patroni,
integrated connection pooling with PgBouncer,
kubernetes operators and Custom Resource Definitions (CRDs) as a powerful way to extend Kubernetes,
day two operations automated through CRDs including benchmarks and version upgrades,
Stackgres supporting sharding with Citus for horizontal scaling similar to DynamoDB,
Change Data Capture capabilities using embedded debezium,
failover mechanisms taking typically 30 seconds with DNS updates,
synchronous vs...