Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 362 Bytes

Demo code that explores the integration between Drupal, Elasticsearch and Silex.

The elastic/ folder contains a small custom Drupal module responsible for getting data from Drupal into Elastic.

The silex/ folder contains a small Silex app that then connects to Elastic and returns data from it. Remember to run composer update to update your vendors.