Skip to content

burningion/elasticAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tornado and Elasticsearch Example Webapp

This is an example application to demonstrate building a basic API with Tornado and ElasticSearch.

It can be deployed with the following command:

$ gunicorn -k egg:gunicorn#tornado webapp:app

Once deployed, you can run the nosetests, to verify the API works. I should make this run on a different port when testing, that would be smart.

DONE

Implement RESTful calls for the following URLS:

http://localhost//deals?status=active

http://localhost//deals?status=inactive

Although that's ugly, we always change things in the future, so let's add a version system to the requirements.

Changed RESTful calls for the URLS:

http://localhost/v1//deals?status=active

http://localhost/v1//deals?status=inactive

About

Example project using Tornado and Elasticsearch to build an API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages