opencadc / tap

client and server implementation of Table Access Protocol (TAP) specification
GNU Affero General Public License v3.0
5 stars 17 forks source link

tap

client and server implementation of IVOA Table Access Protocol (TAP) specification

youcat

YouCat is a complete prototype TAP service that supports TAP-1.1 plus TAP-next extensions for user-managed tables. Users are allocated a schema (literally) and can create and drop tables, create indices, and load table data. Loading data is limited to "append more rows" and designed mainly for bulk data loading.

cadc-*

These are libraries used to build youcat and other services and applications.

example-tap - OBSOLETE