digitalutsc / triplestore_indexer

This Drupal module provide a system to get the Json-LD representation (which is established from JSON-LD REST Services module) of any content type in Drupal and index that into Blazegraph.
GNU General Public License v2.0
0 stars 0 forks source link

Intergrate the index actions with Context Reaction #11

Closed kylehuynh205 closed 2 weeks ago

kylehuynh205 commented 7 months ago

Use case:

Sometimes time we don't want to index all nodes of the selected content type, We need to use Context to setup the workflow of indexing content to Triplestore.

TODO