@toxplanet/pegasus-sdk 1.1.25 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/environment.prod.js +3 -3
- package/package.json +47 -47
|
@@ -3,12 +3,12 @@ module.exports = {
|
|
|
3
3
|
region: 'us-east-1',
|
|
4
4
|
awsAccountId: '147997144422',
|
|
5
5
|
sourceService: 'pegasus-sdk',
|
|
6
|
-
secretArn: 'arn:aws:secretsmanager:us-east-1:
|
|
7
|
-
clusterArn: 'arn:aws:rds:us-east-1:
|
|
6
|
+
secretArn: 'arn:aws:secretsmanager:us-east-1:964963729446:secret:rds!cluster-bd301b0f-93b7-4dcb-a4fa-ebf753fd1c00-atsPOm',
|
|
7
|
+
clusterArn: 'arn:aws:rds:us-east-1:964963729446:cluster:cr-chemicals-prod',
|
|
8
8
|
database: {
|
|
9
9
|
name: 'chemicals'
|
|
10
10
|
},
|
|
11
|
-
openSearchEndpoint: 'https://
|
|
11
|
+
openSearchEndpoint: 'https://aq6ftqi0hawm42795fci.us-east-1.aoss-fips.amazonaws.com',
|
|
12
12
|
openSearchIndex: 'chemicals',
|
|
13
13
|
indexRoutes: {
|
|
14
14
|
chemicals: ['chemicals*'],
|
package/package.json
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@toxplanet/pegasus-sdk",
|
|
3
|
-
"version": "1.1
|
|
4
|
-
"description": "SDK for migrating chemical data to Pegasus PostgreSQL + OpenSearch architecture with Elasticsearch client compatibility",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"type": "commonjs",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "vitest run",
|
|
9
|
-
"test:watch": "vitest",
|
|
10
|
-
"test:ui": "vitest --ui"
|
|
11
|
-
},
|
|
12
|
-
"keywords": [
|
|
13
|
-
"elasticsearch",
|
|
14
|
-
"opensearch",
|
|
15
|
-
"postgresql",
|
|
16
|
-
"aws",
|
|
17
|
-
"chemicals",
|
|
18
|
-
"database",
|
|
19
|
-
"search",
|
|
20
|
-
"sdk",
|
|
21
|
-
"pegasus",
|
|
22
|
-
"migration"
|
|
23
|
-
],
|
|
24
|
-
"author": "Chemical Research Development Team",
|
|
25
|
-
"license": "MIT",
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@toxplanet/tphelper": "1.2.8",
|
|
28
|
-
"@opensearch-project/opensearch": "^2.5.0",
|
|
29
|
-
"@aws-sdk/client-rds-data": "^3.490.0",
|
|
30
|
-
"@aws-sdk/client-sqs": "^3.490.0",
|
|
31
|
-
"@aws-sdk/credential-providers": "^3.490.0"
|
|
32
|
-
},
|
|
33
|
-
"engines": {
|
|
34
|
-
"node": ">=18.0.0"
|
|
35
|
-
},
|
|
36
|
-
"files": [
|
|
37
|
-
"index.js",
|
|
38
|
-
"lib/",
|
|
39
|
-
"config/",
|
|
40
|
-
"README.md",
|
|
41
|
-
"ELASTICSEARCH_CLIENT.md",
|
|
42
|
-
"LICENSE"
|
|
43
|
-
],
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"vitest": "^1.2.0"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@toxplanet/pegasus-sdk",
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "SDK for migrating chemical data to Pegasus PostgreSQL + OpenSearch architecture with Elasticsearch client compatibility",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"type": "commonjs",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "vitest run",
|
|
9
|
+
"test:watch": "vitest",
|
|
10
|
+
"test:ui": "vitest --ui"
|
|
11
|
+
},
|
|
12
|
+
"keywords": [
|
|
13
|
+
"elasticsearch",
|
|
14
|
+
"opensearch",
|
|
15
|
+
"postgresql",
|
|
16
|
+
"aws",
|
|
17
|
+
"chemicals",
|
|
18
|
+
"database",
|
|
19
|
+
"search",
|
|
20
|
+
"sdk",
|
|
21
|
+
"pegasus",
|
|
22
|
+
"migration"
|
|
23
|
+
],
|
|
24
|
+
"author": "Chemical Research Development Team",
|
|
25
|
+
"license": "MIT",
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@toxplanet/tphelper": "1.2.8",
|
|
28
|
+
"@opensearch-project/opensearch": "^2.5.0",
|
|
29
|
+
"@aws-sdk/client-rds-data": "^3.490.0",
|
|
30
|
+
"@aws-sdk/client-sqs": "^3.490.0",
|
|
31
|
+
"@aws-sdk/credential-providers": "^3.490.0"
|
|
32
|
+
},
|
|
33
|
+
"engines": {
|
|
34
|
+
"node": ">=18.0.0"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"index.js",
|
|
38
|
+
"lib/",
|
|
39
|
+
"config/",
|
|
40
|
+
"README.md",
|
|
41
|
+
"ELASTICSEARCH_CLIENT.md",
|
|
42
|
+
"LICENSE"
|
|
43
|
+
],
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"vitest": "^1.2.0"
|
|
46
|
+
}
|
|
47
|
+
}
|