~travisshears/personal_sonic_search

My personal sonic search setup with api and indexer
bd50b11e — Travis Shears 5 months ago
index cooking note title and description
8aea473e — Travis Shears 5 months ago
update docs
c4526cd1 — Travis Shears 5 months ago
index cooking notes

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~travisshears/personal_sonic_search
read/write
git@git.sr.ht:~travisshears/personal_sonic_search

You can also use your local clone with git send-email.

This is the my personal sonic search backend supporting micro blog post and cooking note search on my website.

#Dev

#Deploy indexer:

$ fly deploy -c iac/indexer/fly.toml

#Get indexer machine id:

$ fly machine list -a personal-sonic-search-indexer

#Update the indexer machine to run every hour:

$ fly machine update xxxxxxxxxxxxxx --schedule hourly

#Deploy API:

$ fly deploy -c iac/api/fly.toml

#Deploy sonic container

$ cd ./iac/sonic_container
$ fly deploy