-
Notifications
You must be signed in to change notification settings - Fork 14
Thoth Modules
Wiki ▸ Thoth Modules
Thoth Core is the module responsable of creating Thoth documents from solr search requests and indexing them inside the Thoth index. It's a multi-module maven project composed of
- thoth-core module : thoth indexing business logic, shared between multiple modules
- webapp module : spring web application that leaverages thoth-core module
Thoth API is a REST-like read only API. It's duty is to provide an abstraction to the Thoth index and the data contained. It's currently leaveraged by the dashboard.
Thoth Dashboard is a visual insight of the data contained in Thoth index. It provides graphs specific to servers or pools, list of slow queries or exceptions. It provides access to historical dashboards as well as near-real time.
Thoth Monitor uses data collected in Thoth index as source for continous monitoring of your search infrastructure. It provides alerting through email or potential integration with Nagios
Thoth ML is the machine learning module of Thoth. It's currently formed of the predictor and the query pattern recognition
Thoth Demo is a ready-to-go demo of Thoth. It provides embedded examples of the modules in order to facilitate first time users.