https://github.com/piotrjustyna/orleans-sandbox
orleans sandbox
https://github.com/piotrjustyna/orleans-sandbox
Last synced: 4 months ago
JSON representation
orleans sandbox
- Host: GitHub
- URL: https://github.com/piotrjustyna/orleans-sandbox
- Owner: PiotrJustyna
- Created: 2020-04-27T09:23:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-14T15:25:59.000Z (about 5 years ago)
- Last Synced: 2025-03-01T00:58:25.552Z (8 months ago)
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
- [orleans sandbox](#orleans-sandbox)
- [examples](#examples)# orleans sandbox
A sandbox I use to experiment with orleans. Examples here were originally found in:
https://github.com/dotnet/orleans/tree/master/Samples
and optionally modified for simplicity. Tutorials found in the documentation:
https://dotnet.github.io/orleans/Documentation/tutorials_and_samples/index.html
Samples can be opened and built both locally and in remote containers using e.g. vs code and the `remote-containers` plugin (which is the recommended option).
All convenience scripts I use in the sandbox are shell scripts (`*.sh`). If you're not sure how to execute them on Windows, please consider using [git bash](https://git-scm.com/).
Typically, there is more than one project per example to build and execute, so there are convenience scripts which should help build everything relatively easily:
* `build-*.sh`
Where `build-all.sh`, as the name suggests, builds all projects relevant to any given example.
## examples
* [hello-world](./hello-world/)
* [hello-world-timer](./hello-world-timer/)
* [presence](./presence/)
* [webapi](./webapi/)