Scalable and distributed custom feed generator, ott - on that topic
Rust 56.9%
Smarty 31.0%
Dockerfile 5.3%
Shell 0.9%
Other 6.0%
15 1 0

Clone this repository

https://tangled.org/aleeve.dev/ott https://tangled.org/did:plc:klugggc44dmpomjkuzyahzjd/ott
git@knot.tangled.wizardry.systems:aleeve.dev/ott git@knot.tangled.wizardry.systems:did:plc:klugggc44dmpomjkuzyahzjd/ott

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

OTT on that topic#

OTT is an over the top bluesky custom feed (in the making)

... mostly scaffolding so far ...

Setup#

Install dependencies#

# Install k8s tooling
brew install kind helm skaffold

# Install fvm and fluvio cli
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash

# Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install tei
cargo install --git https://github.com/huggingface/text-embeddings-inference

Create a cluster#

kind create cluster --config kind-cluster.yaml

Run#

skaffold run