-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28: Add Backfilled data script r=alallema a=alallema # Pull Request ## What does this PR do? Add a script to back-filled data from Firestore to MeiliSearch to give the possibility to import existing documents or reindex them if you already have documents in a Firestore Collection when you enable the MeiliSearch extension. Check [an example from google extension](https://github.com/firebase/extensions/tree/master/firestore-bigquery-export#backfill-your-bigquery-dataset) #15 ## PR checklist - [x] Handles different possibilities to launch the script - [x] Command line with parameter - [x] interactively - [x] Add the possibility to import documents by batch - [x] Add the possibility to import documents from sub-collections - [x] Write a guide **Notes:** - The ability to run the script with a configuration file is not part of the MVP and may be implemented later #29 Co-authored-by: alallema <[email protected]> Co-authored-by: Amélie <[email protected]>
- Loading branch information
Showing
25 changed files
with
6,141 additions
and
17,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.