Skip to content

chore: update repo to 0.6 alpha, add redis and dynamodb to mediator #55

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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

TimoGlastra
Copy link
Contributor

WIP WIP WIP

Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
@TimoGlastra
Copy link
Contributor Author

TimoGlastra commented Jul 28, 2025

@genaris @jamshale I've been working on the 0.6 branch, and adding a standardized way to load one of multiple options, with a strictly validated startup config.

It uses zod-config to allow both JSON and Env provided config. and I added support for these options:

  • cache: redis or in-memory
  • storage: askar or drizzle (native SQLite or PostgreSQL)
  • message pickup: postgres plugin, drizzle storage, or native Credo using record (which becomes a more viable option with Drizzle).

If you have some time, maybe you can take a look? The readme contains some explanation and example configuration. There's also a samples directry with example configurations.

Signed-off-by: Timo Glastra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant