Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meilisearch/integration-guides
Central reference for Meilisearch integrations.
https://github.com/meilisearch/integration-guides
Last synced: 28 days ago
JSON representation
Central reference for Meilisearch integrations.
- Host: GitHub
- URL: https://github.com/meilisearch/integration-guides
- Owner: meilisearch
- License: mit
- Created: 2020-04-08T17:01:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:54:23.000Z (about 2 months ago)
- Last Synced: 2024-10-18T16:59:10.893Z (about 2 months ago)
- Language: Shell
- Homepage: https://meilisearch.com
- Size: 5.6 MB
- Stars: 137
- Watchers: 12
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-meilisearch - Meilisearch official Integrations - Central reference for Meilisearch integrations (Integrations / Official Integrations)
- awesome-starred - meilisearch/integration-guides - Central reference for Meilisearch integrations. (others)
README
Meilisearch Integrations
This repository is the central reference for developing and maintaining integrations for Meilisearch.
Website |
Roadmap |
Meilisearch Cloud |
Blog |
Documentation |
FAQ |
Discord> Meilisearch is an open-source search engine that offers fast, relevant search out of the box.
👉 [Meilisearch repository](https://github.com/meilisearch/meilisearch)
## 🛠 Meilisearch Integrations
Here are the different groups of integrations:
- the **SDKs**: the *devkits* that help the devs to use Meilisearch with their favorite language.
- the **Front-End Integrations**: to integrate a smooth search experience in the front-end of the projects.
- the **Web Framework Integrations**: to connect the web frameworks with Meilisearch.
- the **DevOps Tools**: to make the deployment of Meilisearch easier.
- the **Platform Plugins**: to sync your data with Meilisearch and/or add a search experience on different platforms.The exhaustive list of the maintained repositories by the team is available below.
### SDKs for Meilisearch API
- [.Net](https://github.com/meilisearch/meilisearch-dotnet)
- [Dart](https://github.com/meilisearch/meilisearch-dart)
- [Golang](https://github.com/meilisearch/meilisearch-go)
- [Java](https://github.com/meilisearch/meilisearch-java)
- [JavaScript](https://github.com/meilisearch/meilisearch-js)
- [PHP](https://github.com/meilisearch/meilisearch-php)
- [Python](https://github.com/meilisearch/meilisearch-python)
- [Ruby](https://github.com/meilisearch/meilisearch-ruby)
- [Rust](https://github.com/meilisearch/meilisearch-rust)
- [Swift](https://github.com/meilisearch/meilisearch-swift)### 🏗 Framework Integrations
- Laravel: the official [Laravel-Scout](https://github.com/laravel/scout) package supports Meilisearch.
- [Ruby on Rails](https://github.com/meilisearch/meilisearch-rails)
- [Symfony](https://github.com/meilisearch/meilisearch-symfony)### Front-End Integrations
- [Angular](https://github.com/meilisearch/meilisearch-angular)
- [React](https://github.com/meilisearch/meilisearch-react)
- [Vue](https://github.com/meilisearch/meilisearch-vue)
- [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch): A search client that enables the integration of the open-source tool [instantsearch.js](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/) with Meilisearch. This client allows you to combine the functionalities of Meilisearch with InstantSearch.js, resulting in a powerful and interactive search user interface.
- [Autocomplete client](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/autocomplete-client): A search client that enables the integration of the open-source tool [autocomplete-js](https://www.algolia.com/doc/ui-libraries/autocomplete/introduction/what-is-autocomplete/) with Meilisearch. This client allows you to utilize the powerful features of Meilisearch in combination with autocomplete functionality for an enhanced search experience.
- [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js): a search bar integration for all kinds of documentation.### 🧩 Platform Plugins
- [Firestore](https://github.com/meilisearch/firestore-meilisearch/)
- [Gatsby](https://github.com/meilisearch/gatsby-plugin-meilisearch/)
- [Strapi](https://github.com/meilisearch/strapi-plugin-meilisearch)
- [VuePress](https://github.com/meilisearch/vuepress-plugin-meilisearch)### 🐳 DevOps Tools
- [meilisearch-kubernetes](https://github.com/meilisearch/meilisearch-kubernetes): A helm chart that help you deploying Meilisearch on Kubernetes.
- [Cloud Providers](https://github.com/meilisearch/cloud-providers): Centralize a set of tools to build Meilisearch images for multiple platforms.
How to deploy a Meilisearch instance on every provider:
- See this [dedicated page for AWS](https://www.meilisearch.com/docs/learn/cookbooks/aws?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.
- See this [dedicated page for DigitalOcean](https://www.meilisearch.com/docs/learn/cookbooks/digitalocean?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.
- See this [dedicated page for GCP](https://www.meilisearch.com/docs/learn/cookbooks/gcp?utm_campaign=oss&utm_source=github&utm_medium=integration-guides) to use it.### Misc
- [docs-scraper](https://github.com/meilisearch/docs-scraper): a scraper tool to automatically read the content of your documentation and store it into Meilisearch.
- [meilisearch-migration](https://github.com/meilisearch/meilisearch-migration/)
- [mini-dashboard](https://github.com/meilisearch/mini-dashboard/)### 🚧 Work In Progress
- [Flutter](https://github.com/meilisearch/meilisearch-flutter)
## 🍿 Discussions
Our general discussions are available in the [issues of this repository](https://github.com/meilisearch/integration-guides/issues).
Feel free to take part of our current discussions, or [create a new issue](https://github.com/meilisearch/integration-guides/issues/new).
## 📖 Documentation
Read the official [Meilisearch docs](https://docs.meilisearch.com?utm_campaign=oss&utm_source=github&utm_medium=integration-guides).
## 🚀 Building an Integration
If you want to build an integration for Meilisearch, you are more than welcome to! And we would be more than happy to help you in the process :)
We are proud that some of our libraries were developed and are still maintained by external contributors ❤️
Here are [some guidelines](./resources/build-integration.md) that you should follow, as we want to guarantee consistency and coherence across the different integrations, as well as technical quality for the different Meilisearch users.