Git Product home page Git Product logo

voeventdb's Introduction

voeventdb.server Build Status

A database-store and accompanying RESTful query API for archiving and retrieving VOEvent packets.

Docs Documentation Status

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.

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.

License

GPL v2 (see licence file).

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 entry or other DOI for citing.

Thanks to Sergey Koposov for making the q3c library publicly available, which powers the cone-search feature of voeventdb.

voeventdb's People

Contributors

dmopalmer avatar timstaley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

voeventdb's Issues

Handle more WhereWhen time co-ordinate systems.

Currently we blindly accept the following co-ord system tags, and assume they are similar enough not to warrant conversion:

vp.definitions.sky_coord_system.utc_fk5_geo,
vp.definitions.sky_coord_system.utc_fk5_topo,
vp.definitions.sky_coord_system.utc_icrs_geo,
vp.definitions.sky_coord_system.utc_icrs_topo,

Essentially, if the timestamp isn't UTC, we ignore the WhereWhen section and drop the 'coords' table entry.
It shouldn't be too hard to implement conversion from all the time-system options (GPS, TDB, TT) to UTC using the astropy routines. Likewise it may be worth converting from FK5 to ICRS where appropriate for the sake of logical consistency, although the actual difference is small (<80mas).
We currently do not store a 'geo/topo/bary' (reference frame centre) field. Might consider adding this in future.

voeventdb-to-voeventdb synchronisation functionality

One the reasons for building voeventdb is to allow 'catch-up', i.e. recovery of voevents in case of a network or systems outage. You can already query voeventdb for recent events, but it would seem sensible to build a dedicated voeventdb-to-voeventdb 'sync' feature that ensures a full synchronisation of the databases (as judged by e.g. list of all IVORNs for VOEvents stored).

I have some very rough ideas about how one might do this efficiently (hashing IVORNs and comparing corpus-hashes, then bissecting to some granularity) but it needs thought and might be tricky to get right. Probably an inefficient but foolproof solution would be a good interim measure (even if feasible over local network only?).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.