Hi all,
I want to know how to use cleo in best practise?
In my case, i have a web application. Each time users post a new data, i want to use cleo for indexing new data. So should i use cleo as embedded application and just call index each time user post new data, or use cleo as independent service and write a cleo-client to post data from my web application to cleo web service.
I see data folder in cleo-primer project. So should my application stores new element data there before and call script with curl to post data for indexing after?
What case i should use? Advantages & disadvantages?
Thank you all,