Sources¶
meilisync supports one source process per config file. Run several containers if you need several databases.
source.type |
Transport | Extra |
|---|---|---|
postgres |
Logical replication, wal2json |
postgres (also in the base install) |
mysql |
Binary log (ROW) |
mysql |
mongo |
Change stream (replica set) | mongodb |
flowchart TB
subgraph sources [Source]
PG[postgres]
MY[mysql]
MG[mongo]
end
subgraph progress [Progress]
F[file]
R[redis]
end
M[meilisync]
S[Meilisearch]
sources --> M
M --> progress
M --> S
Pick a source:
- PostgreSQL — recommended, and the focus of this fork
- MySQL
- MongoDB