...
Environment | URL | Purpose | Dockerized | Notes |
Dev | Dev environment | Yes | Meant only for developers to test latest code. | |
Dev ETL process UI | The UI through which ETL process can be initiated | Yes | To be used to load bib records from MarcXML files. | |
Dev Solr | Solr Indexes | No | Will be blocked in TST/PROD | |
Dev Indexing and Matching Algorithm UI | The UI through which the Solr indexing and matching algorithm processes can be initiated. | Yes | To be used to index records and generate matching algorithm reports. | |
Test | Test environment | Yes | Meant only for functionals and QA to test latest code. | |
Test ETL process UI | The UI through which ETL process can be initiated | Yes | To be used to load bib records from MarcXML files. | |
Test Solr | Solr Indexes | No | Will be blocked in TST/PROD | |
Test Indexing and Matching Algorithm UI | The UI through which the Solr indexing and matching algorithm processes can be initiated. | Yes | To be used to index records and generate matching algorithm reports. | |
Pre-Prod | QA environment | Yes | Regression/Automation before production deployment. | |
Prod | Production environment | Yes | Production. | |
DevOps | Dev Ops | No | Jenkins, FTP etc.. | |
UAT | http://uat-recap.htcinc.com:9090/search | UAT Environment | Yes | Meant for partners to conduct their User Acceptance Testing. |
Swagger UI | <Environment>:9094/swagger-ui.html | The UI through which exposed REST APIs of ReCAP can be viewed and tested. | Yes | Meant to help all stake holders to test and use the REST APIs in their respective environments. |
...