MeiliSearch | Documentation | Slack | Roadmap | Website | FAQ
The datasets provided in this repository are compatible with MeiliSearch. Add them to your MeiliSearch instance and use them to try out different use cases.
The datasets are free to use for any other purpose.
MeiliSearch is an open-source search engine. Discover what MeiliSearch is!
All The datasets provided in this repository are accompanied by a README.md file containing relevant information about the dataset.
Some datasets files are joined with a settings file. We recommend adding the settings to the index containing the dataset for better search relevancy. Nonetheless, feel free to ignore them or to improve them any way you want.
Start by downloading the dataset of your choice.
One way to download a dataset is using cURL
. For example to download the movies.json
dataset:
curl https://raw.githubusercontent.com/meilisearch/datasets/main/datasets/movies/movies.json --output movies.json
If you wish to index the dataset, you need a running MeiliSearch instance. See how to Download MeiliSearch.
Once MeiliSearch is running, add the dataset to the index name of your choice.
See how to index a dataset in MeiliSearch.
Optionnaly, add the settings to the index.
See our Documentation or our API References.