Auto Recommend Content Tags (Thru Apache Stanbol)
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Drupal 8 + Apache Stanbol + Socket.IO = Auto Recommend Content Tags!

This module utilizes Apache Stanbol to suggest tags, or search keywords while an editor is typing or creating new content.
It hooks with Apache Stanbol via a web socket to provide real-time tags recommendations when adding/editing content.
Video Demo:
See this video for a demo: https://www.youtube.com/watch?v=ry0accNDhnc
This video has been made after installing this module with Sportsleague distribution, and using the Apache Stanbol and Node.js Docker containers.
Dependencies:

You will need to setup an Apache Stanbol instance with a web socket for this module to work. For convenience, we recommend you use this Docker image: https://hub.docker.com/r/vardot/stanbol-nodejs/ to easily setup Apache Stanbol with Node.js Socket.IO
- Make sure you have Docker and Docker Compose installed.
- Clone the Apache Stanbol with Node.js Socket.IO Docker image files:
git clone https://github.com/Vardot/docker-stanbol-nodejs.git. - Run this command
docker-compose up -dto run the container in the background. - Your Apache Stanbol Socket URL will bt: http://MYHOSTNAME:8071. Put that in the module configuration.

