-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
882a9ec
commit eb9a9f8
Showing
12 changed files
with
3,629 additions
and
3,416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Dockerization of indexing and query pipelines | ||
|
||
Redis instance | ||
|
||
```bash | ||
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest | ||
``` | ||
|
||
```bash | ||
python -m bytewax.run ./api-dockerization/indexing_dataflow:flow | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-e . | ||
-r build.in | ||
ipython | ||
mypy | ||
pre-commit | ||
ruff | ||
sphinx-autobuild | ||
types-docutils | ||
vermin |
File renamed without changes.
Empty file.
1,745 changes: 909 additions & 836 deletions
1,745
ch6/requirements/lib-py3.10.txt → requirements/lib-py3.10.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1,745 changes: 909 additions & 836 deletions
1,745
ch6/requirements/lib-py3.11.txt → requirements/lib-py3.11.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1,745 changes: 909 additions & 836 deletions
1,745
ch6/requirements/lib-py3.12.txt → requirements/lib-py3.12.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1,733 changes: 832 additions & 901 deletions
1,733
ch6/requirements/lib-py3.9.txt → requirements/lib-py3.9.txt
Large diffs are not rendered by default.
Oops, something went wrong.