https://github.com/dispatchrun/dispatch-examples
Runnable code snippets demonstrating how to use Dispatch
https://github.com/dispatchrun/dispatch-examples
Last synced: about 2 months ago
JSON representation
Runnable code snippets demonstrating how to use Dispatch
- Host: GitHub
- URL: https://github.com/dispatchrun/dispatch-examples
- Owner: dispatchrun
- License: mit
- Created: 2023-12-05T21:15:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T23:57:21.000Z (over 1 year ago)
- Last Synced: 2024-06-21T17:05:17.039Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dispatch-examples
Runnable code snippets demonstrating how to use Dispatch
## Python
The Python code examples are in the `python` directory. To run any of the examples:
```
python3 ./python/.py
```
Each example is a short Python program that can be used as a playground to learn
how to develop with Dispatch.
## Go
The Go code examples are in the `go` directory. To run any of the examples:
```
cd ./go/ && dispatch run -- go run main.go
```
Each example is a short Go program that can be used as a playground to learn how to develop with Dispatch.
## Documentation
For the full Dispatch documentation, see the [docs](https://docs.dispatch.run).