This work is being done to satisfy the requirements of the first CSci 5221 programming project (Spring 2015 class) by the following team members:
- Panagiotis Stanitsas (stani078)
- Nabil Cheikh (cheik004)
- Jacob Quant (quant006)
A copy of the proposal we submitted can be found in docs/proposal.txt. It should also be available on the class project website.
Here are links to the design document and execution plan.
| HTTP Method | Path | Description |
|---|---|---|
GET |
/ |
Simple sanity checks that server is responding |
GET |
/db_stats |
Shows how many items are in each MongoDB collection |
GET |
/version |
Attempts to run git pull to update the code from github then shows SHA for HEAD commit |
POST |
/collect |
Store the measurement data from the body of the request inthe database |
GET |
/ws |
Used by client application to upgrade to WebSockets connection |