Sign inSign up

ja7adr/meilibridge

By ja7adr

Updated about 2 years ago

meilibridge is a robust package designed to seamlessly sync data from both SQL, NoSQL

Image
Databases & storage
0

483

ja7adr/meilibridge repository overview

meilibridge

meilibridge is a robust package designed to seamlessly sync data from both SQL and NoSQL databases to Meilisearch, providing an efficient and unified search solution.

Features

  • Supports multiple data sources
  • Compatible with various databases such as MongoDB (currently supported), MySQL, and PostgreSQL
  • Index configuration options
  • Real-time synchronization
  • Bulk sync support with options to continue or reindex
  • Concurrent data bridging to Meilisearch
  • Customizable fields for indexing
  • Set primary key for index

Docker

docker run --rm -it -v ./config.yml:/etc/meilibridge/config.yml --name meilibridge ja7adr/meilibridge

Docker Compose

Run meilibridge with real-time sync using Docker:

version: "3"
services:
  meilibridge:
    image: ja7adr/meilibridge:latest
    volumes:
      - ./config.yml:/etc/meilibridge/config.yml
    restart: always

Tag summary

Content type

Image

Digest

sha256:fdf3df904

Size

17.3 MB

Last updated

about 2 years ago

docker pull ja7adr/meilibridge