MeiliSearch
Overview
The Airbyte MeilSearch destination allows you to sync data to MeiliSearch. MeiliSearch is a search engine that makes it easy for a non-developer to search through data. It does not require any SQL.
Sync overview
Output schema
Each stream will be output into its own index in MeiliSearch. Each table will be named after the stream with all non-alpha numeric characters removed. Each table will contain one column per top-levelfield in a stream. In addition, it will contain a table called _ab_pk
. This column is used internally by Airbyte to prevent records from getting overwritten and can be ignored.