From 5c18dacac9d46ce3768638368e6c7fe8d26f281f Mon Sep 17 00:00:00 2001 From: Patrick Dowler Date: Mon, 16 Dec 2024 14:11:02 -0800 Subject: [PATCH] update repository README with OBSOLETE --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index def1488..50eef60 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,3 @@ # caom2service -Common Archive Observation Model service implementation libraries. The master branch is now updated to work with DALI-1.1 (cadc-dali-1.1) and TAP-1.1 (cadc-tap-server-1.1). The other services that use the CAOM TAP service also assume TAP-1.1. - -## CAOM TAP service - -* caom2-tap: basic CAOM-2.x TAP client to get observations, planes, or artifacts from a TAP service -* caom2-tap-server: CAOM-2.x TAP service implementation for use with cadc-tap-server -* argus: complete container-based CAOM TAP service - -## CAOM services that use the CAOM TAP service - -* caom2-datalink-server: IVOA DataLink implementation for CAOM-2.x -* caom2-meta-server: simple metadata service that returns a single CAOM-2.x observation in various formats -* caom2-pkg-server: simple CAOM-2.x package service that generates a package (tar) with all artifacts of a single plane -* caom2-soda-server: IVOA SODA implementation for CAOM-2.x -* ???: complete container-based CAOM DataLink service (COMING SOON) - -These server-side libraries make use of the cadc-uws-server package and provide a JobRunner implementation to use -with that framework. They use the caom2-tap client library to query a CAOM TAP service. +## OBSOLETE: all modules have been merged into the main caom2.git repository