trulia / thoth-api

Thoth API is the module that is providing an abstraction of the data contined on the Thoth Index.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

   Thoth API



What is Thoth ?

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

Thoth API

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

Installation

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

Contributing

  1. Fork it
  2. Create your feature/bug fix branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new pull request

Thoth Monitor - Contributors

License

Copyright (c) 2014 Trulia, Inc. See the LICENSE file for license rights and limitations.

Powered by

About

Thoth API is the module that is providing an abstraction of the data contined on the Thoth Index.

License:BSD 3-Clause Clear License


Languages

Language:JavaScript 100.0%