Thread
Stories related to "Real-time Change Data Capture from Postgres 16 Read Replicas" across the full archive.
Unleashing the Power of Change Data Capture (CDC) for Real-Time Data Syncing
(engineeringatscale.substack.com)
The Log: What every software engineer should know about real-time data's unifying abstraction
(engineering.linkedin.com)
Snowplow 0.9.12 released with real-time loading of data into Elasticsearch beta
(snowplowanalytics.com)
I started work on Memento after I was completely frustrated with the Amnesia library for Elixir, and have been pushing out releases over the past year. Wanted to show off the project and get feedback from the community.
RealTime Data Compression: Finite State Entropy - A new breed of entropy coder
(fastcompression.blogspot.fr)
This has been languishing on my hard drive for a year. Might was well see what ya'll think!
I'm interested in building a simple in-memory time series database, but I'm not really sure what the state of the art is here. I'm looking at having some basic aggregates over my series - sum's, min/max, mean, etc. I'm also interested in having different retention periods and granularity. Does anyon...