You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2022/06/07 20:13:59 UTC

[incubator-sdap-nexus] branch master updated: SDAP-372 Updated match_spark_doms to interface with samos_cdms endpoint (#160)

This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/master by this push:
     new 8476dc6  SDAP-372 Updated match_spark_doms to interface with samos_cdms endpoint (#160)
8476dc6 is described below

commit 8476dc6559f372321842062c66451551b6c8e81c
Author: Nga Chung <17...@users.noreply.github.com>
AuthorDate: Tue Jun 7 13:13:56 2022 -0700

    SDAP-372 Updated match_spark_doms to interface with samos_cdms endpoint (#160)
---
 CHANGELOG.md                                  | 3 ++-
 analysis/webservice/algorithms/doms/config.py | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6daa66d..008cdf1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ## [Unreleased]
 ### Added
 - SDAP-372: Updated matchup algorithm to point to AWS insitu API endpoint
-- SDAP-372: Added new matchup endpoint `matchup_doms` that points to DOMS insitu endpoint
+- SDAP-372: Added new matchup endpoint `match_spark_doms` that points to DOMS insitu endpoint
+- SDAP-372: Updated `match_spark_doms` to interface with samos_cdms endpoint 
 ### Changed
 ### Deprecated
 ### Removed
diff --git a/analysis/webservice/algorithms/doms/config.py b/analysis/webservice/algorithms/doms/config.py
index 30d9a56..1119cf2 100644
--- a/analysis/webservice/algorithms/doms/config.py
+++ b/analysis/webservice/algorithms/doms/config.py
@@ -60,7 +60,7 @@ INSITU_PROVIDER_MAP = [
 ENDPOINTS = [
     {
         "name": "samos",
-        "url": "https://doms.coaps.fsu.edu/ws/search/samos",
+        "url": "https://doms.coaps.fsu.edu/ws/search/samos_cdms",
         "fetchParallel": True,
         "fetchThreads": 8,
         "itemsPerPage": 1000,
@@ -107,7 +107,7 @@ try:
         ENDPOINTS = [
             {
                 "name": "samos",
-                "url": "https://doms.coaps.fsu.edu/ws/search/samos",
+                "url": "https://doms.coaps.fsu.edu/ws/search/samos_cdms",
                 "fetchParallel": True,
                 "fetchThreads": 8,
                 "itemsPerPage": 1000,