Confirmed users
245
edits
(→API Spec: Adding a note about the POST data to send.) |
(→Middleware API for ElasticSearch: Introducing the API) |
||
Line 2: | Line 2: | ||
'''This is a draft''' of the new API for querying ElasticSearch through the middleware API of Socorro. | '''This is a draft''' of the new API for querying ElasticSearch through the middleware API of Socorro. | ||
The Middleware API aims to separate the front-end from the back-end by providing an interface to access the data. By doing so, the front-end will not have to care about the storage system, and will retrieve data from Hbase, PostgreSQL or ElasticSearch in a consistent and simple way, through our REST API. | |||
The API is separated in several categories / entry points: | |||
* /query | |||
* /search | |||
* /report | |||
* /crash | |||
* /stats | |||
This categories are explained below. | |||
== Query == | == Query == |