You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,93 @@ The specific advantages for opsqueue are:
18
18
* One standardized queuing system that can be reused again and again
19
19
* A single way to implement monitoring, alerting, and debugging workflows
20
20
21
+
## Getting Started:
22
+
23
+
### 1. Grab the `opsqueue` binary and the Python client library
24
+
25
+
The binary can be installed from this repo, or build it from source by cloning the repo using `just build` or `cargo build`.
26
+
This is a self-contained program, you can run it on a server on its own, include it in a tiny container, etc.
27
+
28
+
The Python library used by the `Consumer` and `Producer` can be built from source, or (soon) simply be installed from pypi. (`pip install opsqueue`,`uv install opsqueue` etc.)
0 commit comments