samples-python
temporalite-archived


samples-python | temporalite-archived | |
---|---|---|
3 | 6 | |
150 | 608 | |
3.3% | - | |
7.3 | 3.3 | |
8 days ago | 11 months ago | |
Python | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
samples-python
-
Temporal Python – A Durable, Distributed Asyncio Event Loop
Yes, it has undergone revisions since which caused function name mismatch (we will fix). The execute_activity there uses start_to_close_timeout which is per attempt and will retry forever by default (customizable).
This is more of a primer than an explanation of all Temporal concepts in depth. Definitely would recommend reading the fundamental docs at https://docs.temporal.io/encyclopedia/. For more exact samples, see https://github.com/temporalio/samples-python.
-
Python SDK: Your First Application
In previous posts my colleagues dug into why we built the Python SDK, workers and workflows, but what does that look like in practice? Maybe you’re the type of person who has read the articles, perused the Developer’s Guide, taken a look at the Python SDK sample apps, and thought, “This is too much!”
-
Python SDK: The Release
Just like any other Python app, you can have an entire application in a single file, and there is a great “hello world”-esque example in our samples repo: hello_activity.py.
temporalite-archived
-
Python SDK: The Release
git clone https://github.com/temporalio/temporalite.git cd temporalite go build ./cmd/temporalite
- Temporalite: Experimental distribution of Temporal that runs as single process
- A Temporal-compatible runtime on top of SQLite that runs as a single process
-
Looking for a mature distributed task queuer/scheduler in go
If you don't need to scale horizontally, you may be able to get away with https://github.com/temporalio/temporalite and SQLite backed up via Litestream. We leverage Temporalite in our CI tests and for local development, it's an excellent lightweight version.
-
Temporal
For local testing, try their temporalite version, which uses SQLite and is in a single binary. https://github.com/temporalio/temporalite
-
Which library/project do you wish was ported to golang?
Temporal service is a go binary. So it should work for local deployments as well. Also, see the temporalite contributed by DataDog.
What are some alternatives?
sdk-python - Temporal Python SDK
proposals - Temporal proposals
learn-temporal-python-SDK - Build a poker game that demonstrates the value of Temporal and helps me get to know the PythonSDK
go-readability - A Go implementation of the readability algorithm by arc90 labs
temporal-large-payload-codec - HTTP service and accompanying Temporal Payload Codec which allows Temporal clients to automatically persist large payloads outside of workflow histories.
kubemq-community - KubeMQ is a Kubernetes native message queue broker
NATS - High-Performance server for NATS.io, the cloud and edge native messaging system.
go-readability - Go package that cleans a HTML page for better readability.
franz-go - franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.8+. Producing, consuming, transacting, administrating, etc.
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
go-tidy-check - GitHub action to check if your Go modules are tidy

