How can the data be consumed? The lesson covers different options for consuming the data changes including normal CQL, a layered approach, and integrators.
Transcript
How do you consume it?
Well, that’s up to you but it’s also up to us
it’s going to be consumed on the lowest level through normal CQL
it’s just a table, very easy to read, very easy to understand
the data is already deduplicated you don’t need to worry about
data from different replicas etc reconciling it it’s been done already
for you everything is normal CQL data again easy
to parse easy to manipulate or not manipulate maybe
you don’t need to know how the server works on the
internal level everything is well known, detailed
components but this allows us for a layered approach, we can
build adapters, we can build integrators on top of this for more advanced use
cases for standardized connectors etc, we can adapt it to Push
models and we can integrate it with Kafka
We can provide an API that emulates the Dynamo API
via our Alternator project and there’s going to be more, we’re
investing heavily in this and we’re going to be presenting a lot of
integration projects etc to make sure that
you can use CDC without relying on third-party
connectors appliances etc, it’s all gonna come directly from ScyllaDB