Cloud Mining is a web interface for the Sphinx search engine. It is aimed at encouraging nonlinear search and data exploration. It makes use of the fSphinx module for faceted search. SimSearch is used for item based search. The facets support different visualizations such as tag clouds, histogram counts, a rose diagram. Other visualizations can be provided as plugins.
Create a file called application.py with the following lines:
from cloudmining import CloudMiningApp
# create a new CloudMining web application
app = CloudMiningApp()
# create a FSphinxClient from a configuration file
cl = FSphinxClient.FromConfig('/path/to/config/sphinx_client.py')
# set the fsphinx client of the app
app.set_fsphinx_client(cl)
Execute application.py and aim your browser at http://localhost:8080:
python application.py
On data from IMDb, you obtain the following interface:

And after customization, you get:

Check out some instances, here and there. Have a look at the api for customization and look into some example instances provided.
Thank you to Andy Gott for the logo design, FAMFAMFAM and Fugue for the icons. Rose diagram thanks to RGraph.
$ claude mcp add CloudMining \
-- python -m otcore.mcp_server <graph>