Thoth is a real-time solr monitor and search analysis engine. It's a set of tools that can help you collect, visualize and leverage data coming from your solr search infrastructure. Want to learn more? See the Wiki
The Thoth API module provides an abstraction for data contained in the Thoth Index.
For instructions on how to use this module, or a list of the other modules See the Wiki
Make sure you have node.js installed.
git clone git@github.com:trulia/thoth-api.git
cd thoth-api
npm install
npm start // starts api web server
- Fork it
- Create your feature/bug fix branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new pull request
Copyright (c) 2014 Trulia, Inc. See the LICENSE file for license rights and limitations.