tachyon's avatar

Can I use laravel scout + elasticsearch to update index or add new without need of SQL table

Hi,

As the title states, Is it possible to use the elasticdriver "babenkoivan/elastic-scout-driver-plus" + laravel scout to update the index or add a new data in elasticsearch without the need of SQL tables.

Currently the setup looks something like this:

I have a pipeline which extracts and store the information into elastic search without involving my laravel application. At laravel side I have a api end to search through that index using laravel scout + driver which works great but the problem arises when I want to modify data in elasticsearch or add a new data via laravel, it throws error the SQL table is not available for the model. So is there any way I can override the SQL functions to use elasticsearch.

Thanks

0 likes
0 replies

Please or to participate in this conversation.