https://github.com/lsst-dm/legacy-dax_webserv
Web Interface for LSST Data Access Services
https://github.com/lsst-dm/legacy-dax_webserv
Last synced: 18 days ago
JSON representation
Web Interface for LSST Data Access Services
- Host: GitHub
- URL: https://github.com/lsst-dm/legacy-dax_webserv
- Owner: lsst-dm
- Created: 2015-02-13T00:03:24.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T19:19:26.000Z (over 3 years ago)
- Last Synced: 2024-04-16T02:28:38.628Z (about 1 year ago)
- Language: Python
- Homepage: http://dm.lsst.org/
- Size: 82 KB
- Stars: 1
- Watchers: 48
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Useful link:
http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask
http://pycoder.net/bospy/presentation.html# To install flask:
sudo aptitude install python-flask# An example Tap query to dbserv (if running locally)
curl -d 'query=SELECT+ra,decl,filterName+FROM+DC_W13_Stripe82.Science_Ccd_Exposure+WHERE+scienceCcdExposureId=125230127' http://localhost:5000/db/v0/sync