Skip to content

Commit 9ef271b

Browse files
authored
Merge pull request #1116 from lzjpaul/23-10-27-comments
update the license file and readme
2 parents 17ac0ad + f820695 commit 9ef271b

18 files changed

Lines changed: 16 additions & 3087 deletions

File tree

LICENSE

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -560,58 +560,3 @@ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
560560
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
561561
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
562562

563-
===============================================================================
564-
SINGA bundles the following under MIT License:
565-
examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/*
566-
567-
MIT License
568-
569-
Portions Copyright 2019-2021 ZomboDB, LLC.
570-
Portions Copyright 2021-2023 Technology Concepts & Design, Inc.
571-
Portions Copyright 2023 PgCentral Foundation, Inc.
572-
573-
All rights reserved.
574-
575-
Permission is hereby granted, free of charge, to any person obtaining a copy
576-
of this software and associated documentation files (the "Software"), to deal
577-
in the Software without restriction, including without limitation the rights
578-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
579-
copies of the Software, and to permit persons to whom the Software is
580-
furnished to do so, subject to the following conditions:
581-
582-
The above copyright notice and this permission notice shall be included in all
583-
copies or substantial portions of the Software.
584-
585-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
586-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
587-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
588-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
589-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
590-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
591-
SOFTWARE.
592-
593-
===============================================================================
594-
SINGA bundles the following under The PostgreSQL License:
595-
examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/*
596-
597-
The PostgreSQL License
598-
599-
Portions Copyright (c) 1996-2023, The PostgreSQL Global Development Group
600-
601-
Portions Copyright (c) 1994, The Regents of the University of California
602-
603-
Permission to use, copy, modify, and distribute this software and its documentation for any
604-
purpose, without fee, and without a written agreement is hereby granted, provided that the above
605-
copyright notice and this paragraph and the following two paragraphs appear in all copies.
606-
607-
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
608-
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING
609-
OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
610-
THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
611-
612-
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
613-
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
614-
A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
615-
AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT,
616-
UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
617-

examples/armnet/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/mlp_postgresql/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/model_selection/TRAILS-Database-Native-Model-Selection/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Database-Native Model Selection
2121

22-
​ -- based on Singa
22+
​ -- based on SINGA
2323

2424

2525

@@ -33,6 +33,9 @@ cd singa/examples/model_selection/TRAILS-Database-Native-Model-Selection/
3333
docker build -t trails-singa .
3434
```
3535

36+
Inside the docker image, the PostgreSQL and its extensions are installed according to https://github.com/pgcentralfoundation/pgrx
37+
38+
3639
## Run Docker Image
3740
Download exp_data.zip from https://www.dropbox.com/scl/fi/xz4teosklwmfc5j4x2ug6/exp_data.zip?rlkey=5fk2ttib0zt49suyppcjhsrn2&dl=0
3841
and unzip the exp_data/ folder to a specific directory (path_to_exp_data_folder)

examples/model_selection/TRAILS-Database-Native-Model-Selection/internal/pg_extension/sql/pg_extension--0.1.0.sql

Lines changed: 0 additions & 160 deletions
This file was deleted.

examples/model_selection_psql/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/model_selection_psql/ms_mlp/run.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)