wunderio / wunderhub

A central content repository for the WunderSites.
http://docs.wunderhub.apiary.io/
GNU General Public License v2.0
3 stars 3 forks source link

Expose user data to ElasticSearch #67

Open mikebell opened 8 years ago

mikebell commented 8 years ago

I'm investigating the possibility of exposing user data through search_api so that I can easliy create a REST endpoint using views to search for skills and other data (to be defined properly).

Here are some questions:

mikebell commented 8 years ago

Using search API and search seems overkill. wkhub_search relies on search so that might have to be re-worked if this is the right solution.

mikebell commented 8 years ago

Seems like both search_api_elasticsearch and elasticsearch_connector are both immature.

danielnolde commented 8 years ago

If still relevant: @floretan has done some work integrating Elastisearch with Drupal 8, using the standard Elasticsearch PHP library, with good outcomes.