Skip to content

Commit

Permalink
Merge pull request #1145 from NLGithubWP/dev-postgresql
Browse files Browse the repository at this point in the history
Add descriptions for the dependencies
  • Loading branch information
lzjpaul authored Mar 8, 2024
2 parents 4ea6b78 + 0a9a03c commit ce4b616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/model_selection/Trails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

## Singa + PostgreSQL

Inside the docker image, the PostgreSQL and its extensions are installed according to https://github.com/pgcentralfoundation/pgrx

```bash
# Remove existing one if there is
docker rm -f singa_trails
Expand Down Expand Up @@ -62,6 +64,7 @@ tail -f /home/postgres/.pgrx/data-14/trails_log_folder/<log_file_name>

## Singa + PolarDB

Inside the docker image, the PolarDB and its extensions are installed according to https://github.com/ApsaraDB/PolarDB-for-PostgreSQL
```bash
# Remove existing one if there is
docker rm -f trails_singa_polardb
Expand Down

0 comments on commit ce4b616

Please sign in to comment.