This page lists real-world T projects that demonstrate the power of polyglot, reproducible orchestration. Most of these demos are available in the tstats-project/t_demos repository.
plotting_pipeline_tggplot2 (R) and matplotlib
(Python).quarto_test_tread_node(), Nix-built reports.model_comparison_tglm_titanic_tonnx_exchange_t /
pmml_interchange_tpredict() across
language boundaries, standardized model storage.deep_data_lenses_t /
dynamic_pipeline_operator_tget_sym_demo_tget(),
sym(), dynamic node access.To try any of these demos locally:
Clone the demos repository:
git clone https://github.com/tstats-project/t_demos
cd t_demos/<project_name>Bootstrap the T environment: If you don’t have
the t command installed yet, use Nix to get a temporary
shell containing it:
nix shell github:b-rodrigues/tlangSynchronize dependencies: T uses
tproject.toml to manage dependencies. Run this to generate
the project’s local flake.nix:
t updateOnce t update is complete, exit the temporary
shell:
exitEnter the project shell: Now use the project-specific environment generated by T:
nix developRun the pipeline:
t run src/pipeline.t