You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of Morsels' code is already setup to split index files, similar to edgesearch. If the performance improvements of using Cloudflare are substantial, this could help to improve the scalability of Morsels even further.
What's missing is:
alternate code paths to retrieve index files and field stores from Cloudflare
APIs to query and return results
Providing easy ways to upload the index files to cloudflare.
The architecture could be generalized roughly like so:
The text was updated successfully, but these errors were encountered:
Context: This suggestion was brought up here. There is an existing project https://github.com/wilsonzlin/edgesearch that does this but is more API focused.
A lot of Morsels' code is already setup to split index files, similar to edgesearch. If the performance improvements of using Cloudflare are substantial, this could help to improve the scalability of Morsels even further.
What's missing is:
The text was updated successfully, but these errors were encountered: