Skip to content

Mention DynamoDB Streams as a means to access the event log as a stream #76

@calvinlfer

Description

@calvinlfer

The documentation mentions:

...it does not include an Akka Persistence Query plugin.

It would be good to reference the DynamoDB Streams documentation as an alternative to Akka Persistence Query to treat the event log as a stream for downstream services to consume.
Mentioning some tactics on how to capture the stream using either AWS Lambda or the KCL combined with the DynamoDB Streams Adapter would also be useful. See here:

dynamodb-streams-design-patterns

Of course, these options would only be viable if the end-user implements custom serialization of their events (choosing JSON or something with an IDL like Protobufs).

I would be happy to add this into the README if considered appropriate 😄

Cheers
Cal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions