-
Notifications
You must be signed in to change notification settings - Fork 771
[WIP] Added docs for RavenDB as State Store #4600
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
Conversation
fix todo Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
"todo" in conversation overview
…o python sdk Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Also marks all `v1.12.x` releases to not-supported. We only support N-2 versions, where N is the latest version. Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Revert back to built-in Docsy template that includes GA script
instalation -> installation Signed-off-by: Jake Engelberg <152900222+jake-engelberg@users.noreply.github.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
dapr / PVC uninstall specifics, about how a manual deletion of PVCs is required to define a new volume. Signed-off-by: Jake Engelberg <152900222+jake-engelberg@users.noreply.github.com>
Remove specific port number, replace with placeholder
Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang <joneldominictapang.dev@gmail.com> Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* update patch version to latest Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> * update shortcode Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> --------- Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: msfussell <markfussell@gmail.com>
…tion options (dapr#4573) Signed-off-by: Anton Troshin <anton@diagrid.io> Co-authored-by: Mark Fussell <markfussell@gmail.com>
Update the Python docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Added .NET streaming subscription example to pubsub page
Python SDK workflow updates
"Scop" fixed to "Scope" Signed-off-by: James Pegg <jamescpegg@gmail.com>
* Update self-hosted-with-docker.md - make scheduler running Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> * Update self-hosted-with-docker.md - --scheduler-host-address Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> * Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> --------- Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
Update to .NET 8 runtime Signed-off-by: Alice Gibbons <alice@diagrid.io>
Signed-off-by: Nemanja Malocic <coderns@gmail.com>
…o 3318-ravendb-docs
"Scop" fixed to "Scope" Signed-off-by: James Pegg <jamescpegg@gmail.com> Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
* Update self-hosted-with-docker.md - make scheduler running Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> * Update self-hosted-with-docker.md - --scheduler-host-address Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> * Update self-hosted-with-docker.md - Use smaller container images for placement and scheduler Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> --------- Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr> Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
Signed-off-by: Nemanja Malocic <coderns@gmail.com> Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
Update to .NET 8 runtime Signed-off-by: Alice Gibbons <alice@diagrid.io> Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
ca79543
to
46a8c73
Compare
…o 3318-ravendb-docs
command: ["./placement", "--port", "50006"] | ||
ports: | ||
- "50006:50006" | ||
|
||
scheduler: | ||
image: "daprio/dapr" | ||
command: ["./scheduler", "--port", "50007"] | ||
image: "daprio/scheduler" |
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.
@nmalocic - thanks for the PR 🎉 I see there are extra changes beyond the scope of this PRs intentions. Mind removing the extra files - you might be able to run git restore
or similar. If the diff still shows, feel free to close and open a new PR if that is easiest.
Stale PR, paging all reviewers |
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.
Couple of comments. However given this is in the v1.16 release, can you target the PR at the v1.16 docs branch (currently this is targeted at v1.15). Thanks
daprdocs/content/en/reference/components-reference/supported-state-stores/setup-ravendb.md
Outdated
Show resolved
Hide resolved
@nmalocic - This PR will need to target the v1.16 docs branch (not the v1.15 branch) |
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Nemanja Malocic <coderns@gmail.com>
…tate-stores/setup-ravendb.md Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Nemanja Malocic <coderns@gmail.com>
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Added documentation for RavenDB state store.
Supported operations, and explanation to configuration.
Issue reference
Issue is in components-contrib repo