[FEAT]: Dapr-Backed Blackboard State Store#414
Open
tilman-sattler wants to merge 5 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
==========================================
+ Coverage 83.27% 84.01% +0.73%
==========================================
Files 153 157 +4
Lines 10552 11159 +607
Branches 1452 1536 +84
==========================================
+ Hits 8787 9375 +588
- Misses 1370 1374 +4
- Partials 395 410 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly expands Flock's documentation to introduce and explain support for Dapr-backed state stores as a distributed blackboard backend. It updates example references, guides, and quick start instructions to reflect the new backend options, and provides a comprehensive new guide for Dapr integration. The changes also clarify the differences between in-memory, SQLite, and Dapr-backed storage, helping users choose the right persistence option for their needs.
Dapr State Store Integration Documentation:
dapr-state-store.md) covering installation, configuration, backend matrix, limitations, and example setups for using Dapr-backed state stores with Flock, including Redis and PostgreSQL options.Examples and Quick Start Updates:
Blackboard Storage Guidance:
Configuration Reference:
Additional Note:
(Partially) Relevant to #410