Jetstream listener and ingester for teal.fm
- cadet blue. its real!
- Follow the setup on the main repo for teal.fm
- Copy .env.template to .env at the root of the repo
- Fill in the
.env
with your postgres db url. This is the same DB as you use to setup aqua(teal.fm's appview). Make sure to run the migrations from the main repo first. - run the JetStream lister from the main repo with
cargo run --bin cadet
(optional). Can run satellite for some stats withcargo run --bin satellite
Ideally if you are just needing to run to cadet locally with aqua you will most likely just need this
- Make sure docker and docker compose is installed and setup
- Follow steps 1-3 of cadet development to make sure your DB is setup and migrations has been ran
- run
docker compose up -d
to run both cadet satellite.