tributary
Streaming reactive and dataflow graphs in Python
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- build.yml
- CODE_OF_CONDUCT.md
- dependabot.yml
- apt.txt
- postBuild
- requirements.txt
- runtime.txt
- init.sql
- server.js
- docker-compose.yml
- autodiff.md
- output_15_0.svg
- output_4_0.svg
- output_5_0.svg
- output_6_0.svg
- lazy.md
- output_15_0.svg
- output_18_0.png
- output_19_0.svg
- output_23_0.png
- output_25_0.svg
- output_27_0.svg
- output_6_0.svg
- output_8_0.svg
- output_13_0.svg
- output_21_0.svg
- output_23_0.png
- output_26_0.png
- output_27_0.svg
- output_30_0.png
- output_3_0.svg
- output_8_0.svg
- streaming.md
- dagred3.gif
- example1.png
- example2.png
- dagred3.gif
- example1.png
- example2.png
- example3.png
- example4.png
- http.png
- kafka.png
- sio.png
- ws.png
- example.gif
- example1.gif
- icon.png
- nem.png
- api.md
- conf.py
- icon.ai
- make.bat
- Makefile
- rstref.rst
- finjs.ipynb
- autodifferentiation.ipynb
- lazy_blackscholes_autodiff.ipynb
- lazy_dagred3.ipynb
- lazy_examples.ipynb
- lazy_excel.ipynb
- lazy_pricer.ipynb
- lazy_shared_calc.ipynb
- lazy_sigma.ipynb
- lazy_sympy.ipynb
- lazy_sympy_blackscholes.ipynb
- pipeline_stream.ipynb
- pipeline_ws_http_sio.ipynb
- streaming_blackscholes_autodiff.ipynb
- streaming_dagred3.ipynb
- streaming_examples.ipynb
- streaming_kafka.ipynb
- streaming_stream.ipynb
- streaming_sympy.ipynb
- streaming_ws_http_sio.ipynb
- __init__.py
- input.py
- output.py
- utils.py
- __init__.py
- ast_experiments.py
- __init__.py
- basket.py
- finance.py
- ops.py
- rolling.py
- utils.py
- __init__.py
- control.py
- utils.py
- __init__.py
- __init__.py
- output.py
- __init__.py
- base.py
- dd3.py
- decorator.py
- graph.py
- node.py
- utils.py
- __init__.py
- __init__.py
- basket.py
- finance.py
- ops.py
- rolling.py
- utils.py
- __init__.py
- control.py
- utils.py
- __init__.py
- file.py
- http.py
- input.py
- kafka.py
- postgres.py
- process.py
- socketio.py
- sse.py
- ws.py
- __init__.py
- email.py
- file.py
- http.py
- kafka.py
- output.py
- postgres.py
- socketio.py
- sse.py
- text.py
- ws.py
- __init__.py
- base.py
- dd3.py
- graph.py
- node.py
- scheduler.py
- serialize.py
- utils.py
- __init__.py
- __init__.py
- test_functional.py
- test_input_func.py
- test_output_func.py
- test_utils_func.py
- test_basket_lazy.py
- test_dual_ops_lazy.py
- test_finance_lazy.py
- test_ops_lazy.py
- test_rolling_lazy.py
- __init__.py
- test_if_lazy.py
- __init__.py
- __init__.py
- test_output_lazy.py
- __init__.py
- test_api_lazy.py
- test_declarative_lazy.py
- test_fix_value_lazy.py
- test_graph_class_lazy.py
- test_method_lazy.py
- test_tolerance_lazy.py
- test_tweaks_lazy.py
- test_utils_lazy.py
- __init__.py
- test_basket_streaming.py
- test_calculations_streaming.py
- test_dual_ops_streaming.py
- test_finance_streaming.py
- test_ops_streaming.py
- test_rolling_streaming.py
- __init__.py
- test_if_streaming.py
- __init__.py
- test_file_data.csv
- test_file_data.json
- test_file_streaming.py
- test_http_streaming.py
- test_input_streaming.py
- test_postgres_streaming.py
- test_process_streaming.py
- test_sse_streaming.py
- __init__.py
- test_file_streaming.py
- test_http_streaming.py
- test_kafka_streaming.py
- test_output_streaming.py
- test_postgres_streaming.py
- test_socketio_streaming.py
- test_sse_streaming.py
- test_ws_streaming.py
- __init__.py
- echo.py
- test_api_streaming.py
- test_streaming.py
- test_timing_streaming.py
- test_utils_streaming.py
- __init__.py
- test_symbolic.py
- ohlc.csv
- __init__.py
- test_extract_parameters.py
- test_lazy_to_streaming.py
- __init__.py
- test_base.py
- __init__.py
- __init__.py
- _version.py
- base.py
- thread.py
- utils.py
- .gitattributes
- .gitignore
- CATALOG.md
- CONTRIBUTING.md
- LICENSE
- Makefile
- MANIFEST.in
- pyproject.toml
- README.md
- setup.cfg
- setup.py
π Installation Guide
1. Get the code
git clone https://github.com/1kbgz/tributary
Downloads the entire project code from GitHub to your computer.
cd tributary
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f ci/docker-compose.yml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r binder/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
