Spektr API CDC with Data Vault
· 2 min read
If you need to push client data into Spektr, sending full data exports every time your pipeline runs quickly creates problems. Large updates slow down your pipelines, waste bandwidth, and can easily hit Spektr's API rate limits.
Here is a look at how we use Apache Hop to read client source data, filter out unchanged records, and send only the new updates to the Spektr API.
