DEV Community

Discussion on: Let's take a break and discuss how developers spend the vacations?

Collapse
 
_shahroznawaz profile image
Shahroz Nawaz

wow, where you will integrate that?

Collapse
 
matthewbdaly profile image
Matthew Daly

The concept is essentially for a consistent interface to numerous search services, similar to an ORM, by using swappable drivers. Currently working on the reference driver (Elasticsearch), but once that's done I'll start adding drivers for other search services, probably Algolia and Solr, and maybe TNTSearch too, as well as a null driver for testing. Also have in mind a couple of decorators for caching and logging.

Whether it'll ever see the light of day, or I'll use it on a personal project, I don't know, but I wanted to learn Elasticsearch anyway so it's a good way to force myself to pick that up.