-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #185 from pdowler/main
cadc-tap-server-pg: Update README.md
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# cadc-tap-server-pg 1.0.0 | ||
|
||
Offers PostgreSQL support to handle datatype conversions in ADQL. | ||
Offers PostgreSQL support to handle datatype conversions and ADQL | ||
transformations for a PostgreSQL+pgsphere backend database. | ||
|
||
See [the example](example) for a sample implementation. | ||
The `ca.nrc.cadc.tap.pg.PostgresDataTypeMapper` extends the default `BasicDataTypeMapper` | ||
with pg+phsphere specific datatype support. | ||
|
||
The `ca.nrc.cadc.tap.writer.format` package provides a FormatFactory and Format implementations | ||
to support pg+phsphere specific datatypes. | ||
|
||
The `ca.nrc.cadc.tap.parser` package provides various extensions of the `cadc-adql` ADQL | ||
parser to support pg+phsphere specific ADQL transformations. | ||
|
||
## example usage | ||
The `youcat` TAP service makes use of all the features of this library. |