Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timstaley/voeventdb
voeventdb.server: A remotely-queryable VOEvent archive.
https://github.com/timstaley/voeventdb
astronomy flask python rest-api sqlalchemy voevent
Last synced: 23 days ago
JSON representation
voeventdb.server: A remotely-queryable VOEvent archive.
- Host: GitHub
- URL: https://github.com/timstaley/voeventdb
- Owner: timstaley
- License: gpl-2.0
- Created: 2015-09-08T12:42:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T14:44:03.000Z (7 months ago)
- Last Synced: 2024-10-01T16:56:01.349Z (about 1 month ago)
- Topics: astronomy, flask, python, rest-api, sqlalchemy, voevent
- Language: Python
- Homepage: http://voeventdb.4pisky.org
- Size: 286 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: COPYING.txt
Awesome Lists containing this project
README
# voeventdb.server [![Build Status](https://travis-ci.org/timstaley/voeventdb.svg?branch=master)](https://travis-ci.org/timstaley/voeventdb)
A database-store and accompanying RESTful query API for archiving and retrieving
[VOEvent](http://voevent.readthedocs.org/) packets.## Docs [![Documentation Status](http://readthedocs.org/projects/voeventdb/badge/?version=latest)](http://voeventdb.readthedocs.org/en/latest/?badge=latest)
voeventdb comes with a full set of
documentation, available at http://voeventdb.readthedocs.org.
If you're new to voeventdb, or have never even heard of a VOEvent, start
with the
[introduction page](http://voeventdb.readthedocs.org/en/latest/overview/intro.html).## Client library
If you just want to query our VOEvent archive, rather than running your
own, then you should probably check out the Python-client-package,
[voeventdb.remote](http://voeventdbremote.readthedocs.io/).## License
GPL v2 (see [licence file](COPYING.txt)).## Acknowledgements
If you'd like to use voeventdb (or the REST API provided at
http://voeventdb.4pisky.org/) for work leading to a publication then I would
appreciate you getting in touch so that I can arrange a suitable
[ASCL](http://ascl.net/) entry or other DOI for citing.Thanks to Sergey Koposov for making the [q3c](https://github.com/segasai/q3c)
library publicly available, which powers the cone-search feature of voeventdb.