| .vscode | ||
| api | ||
| data.ms | ||
| db | ||
| docs | ||
| snapshots | ||
| util | ||
| .DS_Store | ||
| .gitignore | ||
| dev-meilisearch.sh | ||
| dev.env.example | ||
| go.mod | ||
| go.sum | ||
| import_csv.sh | ||
| main.go | ||
| Makefile | ||
| notes | ||
| README.md | ||
| sqlc.yaml | ||
| TODO | ||
| user_stories | ||
Meilisync
if you use podman make sure to change the host into host.containers.internal something like this
debug: true plugins:
- meilisync.plugin.Plugin progress: type: file source: type: postgres host: host.containers.internal port: 5432 user: postgres password: "rawdoggingwings" database: hiling_dev meilisearch: api_url: "http://host.containers.internal:7700" api_key: 12rchaaonetdadaaoenh insert_size: 1000 insert_interval: 10 sync:
- table: locations
index: locations
plugins:
- meilisync.plugin.Plugin full: false fields: id: name:
and for mac apple silicon chip, pull the image first with command arch=amd64 then podman compose it
Requirements
Meilisearch v 1.35.1 Meilisync Postgresql Redis