-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-4787 RDI release notes v1.6.0 #1114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks @dwdougherty ! |
content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md
Outdated
Show resolved
Hide resolved
…-0.md Co-authored-by: Zdravko Donev <[email protected]>
RDI keeps the Redis cache up to date with changes in the primary database, using a [_Change Data Capture (CDC)_](https://en.wikipedia.org/wiki/Change_data_capture) mechanism. | ||
It also lets you _transform_ the data from relational tables into convenient and fast data structures that match your app's requirements. You specify the transformations using a configuration system, so no coding is required. | ||
|
||
## Headlines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spicy-sauce can we add something about lookup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Headline to add:
- added denormalisation lookup block - [Link to the redis docs for the lookup transformation block]
Add this to the Reference docs:
Docs for the transformation block from datayoga - https://github.com/datayoga-io/datayoga/blob/main/docs/reference/blocks/redis_lookup.md
This is the reference docs - https://redis.io/docs/latest/integrate/redis-data-integration/reference/data-transformation/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
DOC-4787
Don't merge until the actual release.