Skip to content

invertase/app-search-firestore-extension

 
 

Repository files navigation

Elastic App Search extension for Firestore

This extension syncs data from Google's Cloud Firestore to Elastic App Search.

Out-of-the-box, Cloud Firestore provides no mechanism for full-text search on data. Syncing your Cloud Firestore data to Elastic App Search not only gives you a mechanism for full-text search on your data, it also lets you enjoy App Search's powerful relevance tuning features and search analytics data.

Install

This extension should be installed directly from the Firebase Extension library.

For testing purposes, it can also be installed directly from source to a project in your Firebase using the Firebase CLI.

After pulling this project source locally, follow these steps:

npm install -g firebase-tools
npm install
firebase login
firebase ext:install . --project=<ID of your project>

Contributing

Plan to pull this code and run it locally? See CONTRIBUTING.md.

About

An extension that syncs data from Google's [Cloud Firestore](https://firebase.google.com/products/firestore) to [Elastic App Search](https://www.elastic.co/app-search/).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.0%
  • JavaScript 17.0%