You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tap_server/README.md
+61-23Lines changed: 61 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,31 @@ A prototype implementation of a TAP (Table Access Protocol) server following the
4
4
5
5
## Overview
6
6
7
-
This TAP server prototype accepts ADQL (Astronomical Data Query Language) queries and returns results in VOTable format. The server is built using Flask and includes:
7
+
This TAP server prototype accepts ADQL (Astronomical Data Query Language) queries and returns results in VOTable format. The server is built using Flask and integrates with the `bin/adql_to_lsdb` module to convert ADQL queries to LSDB-compatible operations.
8
8
9
-
-**ADQL Query Parser** (`adql_to_lsdb.py`): Parses ADQL queries and converts them to LSDB-compatible operations
9
+
Components:
10
+
-**ADQL to LSDB Converter** (`../bin/adql_to_lsdb.py`): Comprehensive ADQL parser using queryparser library
10
11
-**TAP Server** (`tap_server.py`): Flask-based HTTP server implementing TAP protocol endpoints
0 commit comments