Servers/Databases: Clown Computing, DuckDB, and TCapture
-
Nicolas Fränkel ☛ DuckDB in Action
This review is about DuckDB in Action by Mark Needham, Michael Hunger, and Michael Simons from Manning.
The book was sent to me by Michael Simons. He asked for my feedback: I changed my reading schedule, took a few months, and here it is.
-
PostgreSQL ☛ TCapture is compatible with Postgres 16 version
Replication? do it easily with TCapture
We are very glad to announce the compatibility with PostgreSQL 16 version.
TCapture is a bidirectional multi master replication server based on a 'capture and apply' asynchronous replica engine
The actual TCapture engine is a Java application which runs as a separate program outside "PostgreSQL" , and which must be started explicitly. When TCapture is running, it will scan the transaction log of all primary databases and pick up transactions which must be replicated. Transactions which have been picked up are stored in the 'store database' , a "PostgreSQL" user database exclusively used by TCapture.
-
Chris Ferris ☛ Your AWS Account is a floating cloud of garbage. Mine is too.
Cloud Hygiene is a Cloud Security problem. When you cannot see the roses in the weeds, you can’t prioritize what issues to fix and which are minimal risk.
If you’ve been in AWS as long as I have, or if your organization has been in AWS for any period of time, you have one of these overgrown accounts full of abandoned resources.
-
Xe's Blog ☛ My first deploys for a new Kubernetes cluster
This is documentation for myself, but you may enjoy it too