Saturday, March 4, 2017

using mysql or solr for creating stock photo website

I am creating stock photo website on laravel. I could easily use mysql for storing data in relational database. But I wanted to create a search where I want to rank images by their relevancy. Their keywords, their title and their quality will be considered in ranking. I want to create a search with advanced features. I have learn solr but how could I use this with mysql and integrate it with laravel in order to create a very good experience. I am coding in php.

Basically I need some tips for creating an advanced search and which DBMS I need to use. Also is it possible to create such search with performance only in mysql. Thanks



via Muhammad Hamza Ali

Advertisement