Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 501 Bytes

Job-Tracker

A simple job status tracker using Django and MongoDB, to provide REST interface for job status. Using Django and MongoDB

REST interface

GET

  • /rest/get_jobs
  • /rest/get_job/job_id

POST

  • /rest/update_job/server_id

rest interface takes care of timestamp when inserting and updating

HTML view

Using jQuery and DataTable

View all jobs in html