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
We installed this procedure in the `xmatchdb` database, which is accesible as the `xmatch` database context in CasJobs, to which users can connect and then run cross-macth queries.
@@ -50,20 +50,22 @@ This can be faster and more efficient than having users to download the full cat
50
50
<CatalogName>_<TableName>
51
51
52
52
53
-
For creating those views, we run the script [/sql/sqlserver/catalog/CreateCatalogTableViews.sql](https://github.com/sciserver/sqlxmatch/sql/sqlserver/catalog/CreateCatalogTableViews.sql)
We store the descriptions of tables, views and columns related to all the catalogs in tables under the [TAP SCHEMA](https://ivoa.net/documents/TAP/20190927/REC-TAP-1.1.html) in the `xmatchdb` database.
58
-
In order to make the metadata more accessible, we create views to those TAP tables, so that they can be directly queries by the users. The SQL scripts for creating that are located under [/sql/sqlserver/metadata/](https://github.com/sciserver/sqlxmatch/sql/sqlserver/metadata/), and should be executed in the specified ordered steps.
60
+
In order to make the metadata more accessible, we create views to those TAP tables, so that they can be directly queries by the users. The SQL scripts for creating that are located under [/sql/sqlserver/metadata/](https://github.com/sciserver/sqlxmatch/tree/main/sql/sqlserver/metadata/), and should be executed in the specified ordered steps.
59
61
60
62
61
63
**Usage**
62
64
-----------
63
65
64
66
-**SQLxMatch stored procedure**
65
67
66
-
Although several more complex use cases can be found in demo Jupyter Notebooks under the [demo](https://github.com/sciserver/sqlxmatch/demo) folder, all follow the pattern of a basic two-table cross-match:
68
+
Although several more complex use cases can be found in demo Jupyter Notebooks under the [demo](https://github.com/sciserver/sqlxmatch/tree/main/demo) folder, all follow the pattern of a basic two-table cross-match:
0 commit comments