tyger
tyger copied to clipboard
Remote signal processing.
This change allows you to install Tyger in a local Docker environment instead of the cloud. When installed, you get a number of containers: - tyger-local-db: a PostreSQL database -...
By default, `tyger buffer write` writes 4MB blocks at a time. If its input stream writes, say, 1KB/s, it will take more than an hour to write its first block....
Maybe the most straightforward way is to expose data from the cluster autoscaler: ``` kubectl get configmap -n kube-system cluster-autoscaler-status -o yaml c97b3889a26b: Wed Nov 29 13:34:30 2023 apiVersion: v1...
Save values for `--block-size` and `--dop` in a file in `$XDG_CONFIG_HOME`. These values, if present, would become the default. We could also support different values per hostname: ```json= { "myeastusaccount.blob.core.windows.net":...
When using `tyger buffer write` or `tyger buffer read`, our bandwidth is currently limited by our ability to read and write to pipes. [This article](https://mazzo.li/posts/fast-pipes.html) has an excellent summary of...
The SAS tokens that we generate only last one hour. We need to support renewing these on the recon side, during `tyger buffer read|write`. 1. `tyger buffer read|write ID` should...
Similar to [`azcopy bench`](https://learn.microsoft.com/en-us/azure/storage/common/storage-ref-azcopy-bench), this feature would try to find the values for `--block-size` and `--dop` for reads and writes that maximize throughput to a storage account.
When trying to search buffers in a 0.5.3 cluster with CLI since v0.6.0, tyger buffer list no longer searches by tag. To reproduce, run the following script ```bash #!/bin/bash buf1=$(tyger...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.0.3+incompatible to 27.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.1.1 27.1.1 Security This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins...
```[tasklist] ### Tasks - [ ] #29 - [ ] Allow tagging runs - [ ] Allow listing runs by status, buffers, and tags - [ ] https://github.com/microsoft/tyger/issues/113 - [...