integration-guides

所属分类:collect
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2023-06-22 15:10:55
上 传 者sh-1993
说明:  Meilisearch集成的中心参考。,
(Central reference for Meilisearch integrations.,)

文件列表:
.editorconfig (179, 2023-11-02)
LICENSE (1071, 2023-11-02)
archived/ (0, 2023-11-02)
archived/resources/ (0, 2023-11-02)
archived/resources/cypress.md (6514, 2023-11-02)
archived/resources/demos.md (1637, 2023-11-02)
archived/resources/dependencies.md (3292, 2023-11-02)
archived/resources/issues.md (3087, 2023-11-02)
archived/resources/pre-release-week.md (5579, 2023-11-02)
archived/resources/scopes.md (7211, 2023-11-02)
archived/resources/sdk-labels.md (1711, 2023-11-02)
archived/roadmap/ (0, 2023-11-02)
archived/roadmap/2021.md (4932, 2023-11-02)
archived/roadmap/2022.md (12804, 2023-11-02)
archived/roadmap/2023.md (5590, 2023-11-02)
archived/templates/ (0, 2023-11-02)
archived/templates/CONTRIBUTING.md (7098, 2023-11-02)
assets/ (0, 2023-11-02)
assets/gifs/ (0, 2023-11-02)
assets/gifs/cypress.gif (1141021, 2023-11-02)
assets/gifs/simple_test.gif (212739, 2023-11-02)
assets/icons/ (0, 2023-11-02)
assets/icons/dev.png (3489, 2023-11-02)
assets/icons/front.png (1999, 2023-11-02)
assets/icons/other.png (5186, 2023-11-02)
assets/icons/wip.png (15738, 2023-11-02)
assets/logos/ (0, 2023-11-02)
assets/logos/logo.svg (1315, 2023-11-02)
assets/logos/meilisearch_angular.png (124774, 2023-11-02)
assets/logos/meilisearch_angular.svg (2481, 2023-11-02)
assets/logos/meilisearch_aws.png (130609, 2023-11-02)
assets/logos/meilisearch_aws.svg (67005, 2023-11-02)
assets/logos/meilisearch_dart.svg (3530, 2023-11-02)
assets/logos/meilisearch_do.svg (2770, 2023-11-02)
assets/logos/meilisearch_dotnet.png (123537, 2023-11-02)
assets/logos/meilisearch_dotnet.svg (26540, 2023-11-02)
assets/logos/meilisearch_elixir.png (41904, 2023-11-02)
assets/logos/meilisearch_elixir.svg (290375, 2023-11-02)
assets/logos/meilisearch_firebase.png (135827, 2023-11-02)
... ...

Meilisearch

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 deployement 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.

近期下载者

相关文件


收藏者