Skip to content

HoundSleuth/HoundSleuth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HoundSleuth

A python/GAE friendly external fulltext service.

Changes

  • 1.0 - HoundSleuth is now API compatible with IndexTank (rip).

Usage

Add the HoundSleuth library to your application.

  • For python use python/houndsleuth.py

Index your Data

import houndsleuth
index = houndsleuth.Index(HOUNDSLEUTH_INDEX, HOUNDSLEUTH_HOST)
index.add('MyUniqueID', {'text': 'My text to index.'})

# Also, give it a route in your WSGI app.  See example on github.

Search your Data

import houndsleuth
index = houndsleuth.Index(HOUNDSLEUTH_INDEX, HOUNDSLEUTH_HOST)
response = index.search('my text')

Running your own copy of the Demo

About

HoundSleuth sample project and libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published