Skip to content
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

Add Python Tour of Restate #444

Merged
merged 28 commits into from
Sep 9, 2024
Merged

Add Python Tour of Restate #444

merged 28 commits into from
Sep 9, 2024

Conversation

gvdongen
Copy link
Contributor

No description provided.

Copy link

cloudflare-workers-and-pages bot commented Aug 22, 2024

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 912180f
Status: ✅  Deploy successful!
Preview URL: https://08dc823f.documentation-beg.pages.dev
Branch Preview URL: https://python-tour.documentation-beg.pages.dev

View logs

@gvdongen gvdongen changed the base branch from golang to main August 22, 2024 12:02
@slinkydeveloper
Copy link
Contributor

The durable animation here still uses typescript code

Copy link
Contributor

@slinkydeveloper slinkydeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skimmed through it, looks good

@gvdongen
Copy link
Contributor Author

The durable animation here still uses typescript code

I have it on my planning to make this animation work for smaller screens. But I don't think I will replicate it for each language. I think the gist is clear no matter the exact language used

@gvdongen gvdongen changed the base branch from main to golang August 27, 2024 09:53
Comment on lines +44 to 61
# Setup Python
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

# Test if Python code snippets compile
- name: Install dependencies and check Python code snippets
run: |
cd code_snippets/python
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install mypy
python3 -m mypy .
deactivate

# Setup Java
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me this is not running?!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Solved it in another PR

Base automatically changed from golang to main September 4, 2024 08:48
# Conflicts:
#	code_snippets/go/go.mod
#	code_snippets/go/go.sum
#	docs/get_started/tour.mdx
#	restate.config.json
@gvdongen gvdongen merged commit b9b50ae into main Sep 9, 2024
2 checks passed
@gvdongen gvdongen deleted the python_tour branch September 9, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants