Commit Graph

370 Commits

Author SHA1 Message Date
Yaron Schneider 9ecc95707d
Add Pub/Sub conceptual doc (#76)
* Add Pub/Sub conceptual doc

* Doc updates

* Updated paragraph
2019-10-08 08:50:45 -07:00
Leon Mai 2b84d0ec30 Service invocation conceptual doc (#66)
* Initial draft

* Initial draft

* Missed initial changes

* Clarification

* Review comment - rephrase
2019-10-07 17:03:19 -07:00
Shalabh Mohan Shrivastava be3d202555 Fixing the reference for bindings concepts (#75) 2019-10-07 15:30:28 -07:00
Yaron Schneider 0ee6df1678
Adds How To create a stateful service (#72)
* add how to create a stateful service

* remove space

* Updates to review
2019-10-07 14:24:20 -07:00
Yaron Schneider 35bc95caaa
update helm del (#65) 2019-10-07 09:07:47 -07:00
Mark Fussell 2f7df17597
Merge pull request #64 from msfussell/overview
Overview doc and readme changes
2019-10-06 22:35:49 -07:00
Mark Fussell bbefdd59ff fixed review comments 2019-10-06 22:33:33 -07:00
Mark Fussell c94bead66d fixed link 2019-10-06 21:53:16 -07:00
Mark Fussell e8f6953977 finally fixed image link 2019-10-06 21:49:09 -07:00
Mark Fussell 1b97fd145b fixed image link 2019-10-06 21:42:06 -07:00
Mark Fussell b4afd4ec7a fixed image link 2019-10-06 21:39:27 -07:00
Mark Fussell afd83a6112 fixed image link 2019-10-06 21:37:33 -07:00
Mark Fussell 307eb25277 fixed image link 2019-10-06 21:35:39 -07:00
Mark Fussell b169d8da83 Merge remote-tracking branch 'upstream/master' into overview 2019-10-06 21:28:56 -07:00
Mark Fussell c259883f13 doc updates including overview and readmeS for sections 2019-10-06 21:22:17 -07:00
Haishi2016 796177ad3d Update Cosmos DB how-to to query state store (#63)
* update state store queries for cosmos db

* update state concept links

* apparently now it's called Azure Cosmos DB SQL API
2019-10-06 20:41:41 -07:00
Shalabh Mohan Shrivastava ba62580d64 Providing dotnet sdk actor doc reference from docs repo (#61) 2019-10-05 14:40:52 -07:00
Yaron Schneider de673ecfea
replace actions with dapr (#58)
* replace actions with dapr

* replace daprrt with daprd
2019-10-04 21:01:50 -07:00
Young Bu Park 20a43f33b7
Fix getting started (#60)
* fix helm repo

* Add note for k8s 1.16
2019-10-04 18:16:08 -07:00
Shalabh Mohan Shrivastava a5891f6269
Merge pull request #59 from dapr/fix_actorlinks
Fixing Actor Docs links in Readme
2019-10-04 16:22:06 -07:00
shalabhs e26a14cb83 Fixing Actor Docs links in Readme 2019-10-04 16:17:43 -07:00
Shalabh Mohan Shrivastava f19da65b18
Merge pull request #41 from dapr/actorConcepts
Enhancing Actor Docs and Adding Actor Concepts
2019-10-04 16:00:55 -07:00
shalabhs 98d12b3a3a Resolving code review comments. 2019-10-04 12:15:11 -07:00
Haishi2016 a4758179a0 state managment concept (#21)
* state managment concept

* See my updates to this doc

* state mangement updates

* Updates to doc
2019-10-04 10:33:27 -07:00
Haishi2016 98a3f09014 how-to: query Redis store (#39)
* how-to: query Redis store

* Update query-redis-store.md

* Updates to the doc
2019-10-04 10:33:02 -07:00
Yaron Schneider f70137c47a
Update tracing.md (#54)
* Update tracing.md

* Minor updates. Please review
2019-10-04 09:21:50 -07:00
Young Bu Park 081e5b032c
Initial commit of getting started (#40)
* Initial commit of getting started

* add additional note for vm driver

* fix some

* fix typos

* refine more

* Updates to readme

* Update to getting started

* Update changes to getting started

* fix cr

* fix cr

* fix cr

* wip

* rename to readme.md
2019-10-03 22:12:48 -07:00
Yaron Schneider 36f1654d5b
consume topics how to (#52) 2019-10-03 21:20:52 -07:00
Yaron Schneider 2e06d6a895
Fix broken link (#53) 2019-10-03 21:19:28 -07:00
Yaron Schneider a6473633af
Rename bindings.md to Readme.md (#51) 2019-10-03 16:59:21 -07:00
Haishi2016 92ebe48b3e concepts readme (#44) 2019-10-03 16:55:51 -07:00
Luke Kim 75b6878043 Create README.md (#42) 2019-10-03 16:55:33 -07:00
Yaron Schneider 6b6b139b7a
Add How To publish to a topic (#46)
* publish topic how to

* Update Readme.md

* Update Readme.md

* Update Readme.md
2019-10-03 16:54:14 -07:00
Yaron Schneider 5d5024b6b0
Update Readme.md (#47) 2019-10-03 16:50:39 -07:00
Yaron Schneider c30c7e3dd5
Update Readme.md (#48) 2019-10-03 16:49:51 -07:00
Yaron Schneider 211ba873c1
Update Readme.md (#49) 2019-10-03 16:49:34 -07:00
Yaron Schneider 3808a2ac70
Update Readme.md (#50) 2019-10-03 16:49:20 -07:00
Yaron Schneider 64bce7a898
Add service invocation How To (#43)
* add how to for service discovery

* fix links

* MInor updates

* Update Readme.md

* Changes to doc
2019-10-03 16:47:13 -07:00
Shalabh Mohan Shrivastava d03b40d9dc Updating the indentation 2019-10-03 15:52:53 -07:00
Shalabh Mohan Shrivastava 790306e647 Resolving code review comments. 2019-10-03 15:43:32 -07:00
Shalabh Mohan Shrivastava bde0b11d44 Enhancing Actor Docs and Adding Actor Concepts
Adding actor concepts and enhancing the existing docs
2019-10-03 14:22:29 -07:00
Luke Kim 573c436afe
Merge pull request #33 from lukekim/master
Update readme.md structure
2019-10-03 14:13:21 -07:00
Yaron Schneider ef09bef162
howtooutputbinding (#36) 2019-10-03 13:41:05 -07:00
Yaron Schneider d3f58dc50c
add input bindings how to (#30)
* add input bindings how to

* add bullet points

* Update Readme.md

* Update Readme.md

* Updates to the HowTo

* Components folder edit

* Update Readme.md

* Adding event deliver guarantees
2019-10-03 13:39:22 -07:00
Yaron Schneider dffd491438
added how to for rate limiting (#38) 2019-10-03 13:20:36 -07:00
Luke Kim 5edfb0ac4e
Update readme.md 2019-10-03 11:37:40 -07:00
Shalabh Mohan Shrivastava 77b8fd2622
Merge pull request #20 from dapr/actorConcepts
Update to "Dapr" official name and minor corrections
2019-10-02 15:39:16 -07:00
Shalabh Mohan Shrivastava 0597ce21be Updating to Uppercase
Changing  "dapr" to "Dapr"
2019-10-02 14:35:07 -07:00
Shalabh Mohan Shrivastava dbe96ed5ba Update to "dapr" official name and minor corrections
This is the initial commit changes to reflect "dapr" official names in the document. This commit also includes minor corrections.
2019-10-01 17:40:51 -07:00
Yaron Schneider 3bab503464
update bindings with gcp pub/sub and kubernetes (#19)
* update bindings with gcp pub/sub and kubernetes

* Update gcppubsub.md
2019-10-01 11:24:34 -07:00