Open jessehall3 opened 5 years ago
I ran into my first snag with this. Given that Google App Script requires that you use UrlFetchApp
to make requests, it eliminates a straight forward use of algolia's javscript SDK .
My thought now would be to create a google cloud function just responsible for taking in JSON sent from the spreadsheet and sending it to a database in algolia. I'm am now looking into this.
Hello Folks, cc @miekof
After attending my first meeting on this project, I learned that there was some interest in looking into using something like Elasticsearch for better searching through all the fields. Some obvious concerns were added maintenance and cost.
Looking around, and not having researched this before, I came across algolia, which I think might be a good fit for this project.
Some niceties include:
That said, I wanted to post this information and see what folks had to say -- maybe someone had already explored this particular service or had other information related to the current work on search.
I'm going to continue doing some background research and hopefully will be able to contribute to some of the search related tasks on the project board.
Please let me know what y'all think.
Thanks, Jesse