FriendsOfSymfony / FOSElasticaBundle

Elasticsearch PHP integration for your Symfony project using Elastica.
http://friendsofsymfony.github.io
MIT License
1.24k stars 795 forks source link

How to use without persistence driver ? #1900

Open gialang opened 1 year ago

gialang commented 1 year ago

i have a index from other system. Now, i want to query from that index, but i got a error message when i ignore persistence drive. i'm using ^5.2 version.

Renrhaf commented 1 year ago

I have the same requirement : an ETL reading from microservices databases and populating a custom index, without any database layer inside the software itself.