Wouter Danes gave a presentation about using daemons to derive faceted navigation properties for documents in Hippo CMS. The standard derived data engine cannot populate facets from multiple related documents, so they used a daemon module running in the repository to dynamically derive the facet properties. Some lessons learned were that daemon modules need to be thread-safe and can cause issues with publishing if properties are derived incorrectly. Improving the derived data engine or waiting for SOLR integration were suggested to make faceting of related documents easier in Hippo CMS.