adicu / data.adicu.com

API for Columbia data
http://data.adicu.com
13 stars 14 forks source link

Create search endpoint w/ ES #62

Open brishin opened 10 years ago

brishin commented 10 years ago

Expose elasticseach (full text) endpoint through the data API with proper rate limitations, etc.

natebrennand commented 10 years ago

This involves integrating Elastic Search with the Courses table. There are some libraries that we can look into using.

This endpoint should be able to be covered by the rate limiting mechanism.

brishin commented 10 years ago

Alternatively, we can reverse proxy through the webapp as a basic solution.

parthibanloganathan commented 10 years ago

@natebrennand I'll take this