@dataparade/cli 0.0.3 → 0.0.4
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/README.md +24 -0
- package/dist/package.json +85 -0
- package/dist/src/ai-enrichment/agent-orchestrator.d.ts +2 -0
- package/dist/src/ai-enrichment/agent-orchestrator.js +8 -5
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.d.ts +10 -0
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.js +47 -0
- package/dist/src/cli.js +85 -1
- package/dist/src/config/env.js +2 -0
- package/dist/src/config/resolve.js +3 -0
- package/dist/src/config/scan-env.d.ts +1 -0
- package/dist/src/config/scan-env.js +5 -0
- package/dist/src/config/types.d.ts +1 -0
- package/dist/src/config/upload-env.d.ts +1 -0
- package/dist/src/config/upload-env.js +10 -0
- package/dist/src/config/validate-scan-ai.d.ts +1 -1
- package/dist/src/config/validate-scan-ai.js +5 -0
- package/dist/src/core/pipeline/ai-orchestrator-options.js +5 -0
- package/dist/src/core/schema/scan-config.schema.d.ts +2 -0
- package/dist/src/core/schema/scan-config.schema.js +2 -1
- package/dist/src/core/types/config.d.ts +3 -1
- package/dist/src/observability/scan-sentry.d.ts +1 -1
- package/dist/src/platform-api/dataparade-app-base-url.d.ts +7 -0
- package/dist/src/platform-api/dataparade-app-base-url.js +14 -0
- package/dist/src/platform-api/upload-client.d.ts +3 -0
- package/dist/src/platform-api/upload-client.js +38 -0
- package/dist/src/platform-api/upload.types.d.ts +10 -0
- package/dist/src/platform-api/upload.types.js +2 -0
- package/dist/src/upload/build-preview-url.d.ts +1 -0
- package/dist/src/upload/build-preview-url.js +10 -0
- package/dist/src/upload/run-upload.d.ts +2 -0
- package/dist/src/upload/run-upload.js +18 -0
- package/dist/src/upload/types.d.ts +11 -0
- package/dist/src/upload/types.js +2 -0
- package/dist/tests/unit/cli/scan-quota-flow.spec.js +2 -0
- package/dist/tests/unit/config/upload-env.spec.d.ts +1 -0
- package/dist/tests/unit/config/upload-env.spec.js +12 -0
- package/dist/tests/unit/config/validate-scan-ai.spec.js +8 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.js +13 -0
- package/dist/tests/unit/platform-api/upload-client.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/upload-client.spec.js +40 -0
- package/dist/tests/unit/publish-manifest.spec.d.ts +1 -0
- package/dist/tests/unit/publish-manifest.spec.js +18 -0
- package/dist/tests/unit/upload/build-preview-url.spec.d.ts +1 -0
- package/dist/tests/unit/upload/build-preview-url.spec.js +19 -0
- package/package.json +4 -3
- package/patterns/README.md +322 -0
- package/patterns/actor.patterns.yaml +51 -0
- package/patterns/aws-terraform-catalog.snapshot.json +1760 -0
- package/patterns/aws-terraform-service-hints.generated.json +1446 -0
- package/patterns/azure-terraform-catalog.snapshot.json +1195 -0
- package/patterns/azure-terraform-service-hints.generated.json +864 -0
- package/patterns/classifier/actors.classifier.yaml +17 -0
- package/patterns/classifier/components.classifier.yaml +110 -0
- package/patterns/classifier/third-party.classifier.yaml +169 -0
- package/patterns/kubernetes-terraform-catalog.snapshot.json +94 -0
- package/patterns/kubernetes-terraform-service-hints.generated.json +258 -0
- package/patterns/non-pii-signals.rules.yaml +84 -0
- package/patterns/pii-signals.rules.yaml +115 -0
- package/patterns/property.patterns.yaml +431 -0
- package/patterns/provider-topology.rules.yaml +765 -0
- package/patterns/python.md +211 -0
- package/patterns/python.patterns.yaml +160 -0
- package/patterns/terraform.md +37 -0
- package/patterns/terraform.patterns.yaml +495 -0
- package/patterns/third-party.patterns.yaml +167 -0
- package/patterns/typescript.patterns.yaml +139 -0
|
@@ -0,0 +1,765 @@
|
|
|
1
|
+
fallback_policy:
|
|
2
|
+
nonConcreteSectionIds:
|
|
3
|
+
- root
|
|
4
|
+
- "<unsectioned>"
|
|
5
|
+
- global
|
|
6
|
+
actorTargetReverseConfidenceFloor: 0.8
|
|
7
|
+
preferredApiSourceConfidenceFloor: 0.75
|
|
8
|
+
crossSectionActorAssetFlowConfidence: 0.7
|
|
9
|
+
rewriteThroughProviderFlowTypes:
|
|
10
|
+
- database_query
|
|
11
|
+
- api_call
|
|
12
|
+
postgresLikeSignals:
|
|
13
|
+
- postgres
|
|
14
|
+
- pg
|
|
15
|
+
- postgresql
|
|
16
|
+
genericPgNodeNames:
|
|
17
|
+
- pg
|
|
18
|
+
- postgres
|
|
19
|
+
- postgresql
|
|
20
|
+
genericPgClientSignals:
|
|
21
|
+
- pg
|
|
22
|
+
- postgres
|
|
23
|
+
- postgresql
|
|
24
|
+
- node-postgres
|
|
25
|
+
- psycopg
|
|
26
|
+
- psycopg2
|
|
27
|
+
implicitManagedPostgresNodeKeys:
|
|
28
|
+
- postgres
|
|
29
|
+
managedResourceMatchHintsByKind:
|
|
30
|
+
database:
|
|
31
|
+
- postgres
|
|
32
|
+
- pg
|
|
33
|
+
- mysql
|
|
34
|
+
- mongo
|
|
35
|
+
- sql
|
|
36
|
+
cache:
|
|
37
|
+
- redis
|
|
38
|
+
- cache
|
|
39
|
+
- kv
|
|
40
|
+
|
|
41
|
+
provider_topology_rules:
|
|
42
|
+
- providerId: supabase
|
|
43
|
+
providerDisplayName: Supabase
|
|
44
|
+
canonicalServiceName: supabase
|
|
45
|
+
allowManagedDatabaseSharedFileInference: true
|
|
46
|
+
confidence:
|
|
47
|
+
managedNodeMinConfidence: 0.78
|
|
48
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
49
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
50
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
51
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
52
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
53
|
+
providerMatchKeys:
|
|
54
|
+
- supabase
|
|
55
|
+
- "@supabase"
|
|
56
|
+
- supabase-js
|
|
57
|
+
- supabase-py
|
|
58
|
+
- supabase_py
|
|
59
|
+
- supabase.com
|
|
60
|
+
managedResources:
|
|
61
|
+
- kind: database
|
|
62
|
+
matchHints:
|
|
63
|
+
- postgres
|
|
64
|
+
- pg
|
|
65
|
+
- postgresql
|
|
66
|
+
- supabase
|
|
67
|
+
viaClients:
|
|
68
|
+
- supabase
|
|
69
|
+
- "@supabase"
|
|
70
|
+
- "@supabase/supabase-js"
|
|
71
|
+
- supabase-js
|
|
72
|
+
- supabase/postgrest-js
|
|
73
|
+
- postgrest
|
|
74
|
+
- supabase db
|
|
75
|
+
- supabase postgres
|
|
76
|
+
- supabase sql
|
|
77
|
+
- supabase connection
|
|
78
|
+
- supabase pooler
|
|
79
|
+
directClients:
|
|
80
|
+
- pg
|
|
81
|
+
- postgres
|
|
82
|
+
- postgresql
|
|
83
|
+
- postgres.js
|
|
84
|
+
- drizzle
|
|
85
|
+
- knex
|
|
86
|
+
- prisma
|
|
87
|
+
- kysely
|
|
88
|
+
- sequelize
|
|
89
|
+
- typeorm
|
|
90
|
+
- kind: cache
|
|
91
|
+
matchHints:
|
|
92
|
+
- redis
|
|
93
|
+
- cache
|
|
94
|
+
- kv
|
|
95
|
+
viaClients:
|
|
96
|
+
- supabase
|
|
97
|
+
- "@supabase"
|
|
98
|
+
- "@supabase/supabase-js"
|
|
99
|
+
- supabase realtime
|
|
100
|
+
- supabase channels
|
|
101
|
+
- supabase replication
|
|
102
|
+
- supabase broadcast
|
|
103
|
+
- supabase presence
|
|
104
|
+
- supabase cache
|
|
105
|
+
- supabase kv
|
|
106
|
+
- upstash
|
|
107
|
+
directClients:
|
|
108
|
+
- redis
|
|
109
|
+
- ioredis
|
|
110
|
+
- "@upstash/redis"
|
|
111
|
+
managedServiceNodes:
|
|
112
|
+
- key: postgres
|
|
113
|
+
label: Supabase Pg
|
|
114
|
+
componentType: asset
|
|
115
|
+
componentSubType: database
|
|
116
|
+
flowType: database_query
|
|
117
|
+
usageSignals:
|
|
118
|
+
- database
|
|
119
|
+
- database_connection
|
|
120
|
+
- postgres
|
|
121
|
+
- pg
|
|
122
|
+
- sql
|
|
123
|
+
- query
|
|
124
|
+
- from
|
|
125
|
+
evidencePatterns:
|
|
126
|
+
- database_connection
|
|
127
|
+
- key: auth
|
|
128
|
+
label: Supabase Auth
|
|
129
|
+
componentType: asset
|
|
130
|
+
componentSubType: auth_service
|
|
131
|
+
flowType: api_call
|
|
132
|
+
usageSignals:
|
|
133
|
+
- auth
|
|
134
|
+
- signin
|
|
135
|
+
- sign-in
|
|
136
|
+
- signup
|
|
137
|
+
- sign-up
|
|
138
|
+
- session
|
|
139
|
+
- jwt
|
|
140
|
+
- user
|
|
141
|
+
evidencePatterns:
|
|
142
|
+
- auth_middleware
|
|
143
|
+
- key: storage
|
|
144
|
+
label: Supabase Storage
|
|
145
|
+
componentType: asset
|
|
146
|
+
componentSubType: file_storage
|
|
147
|
+
flowType: file_transfer
|
|
148
|
+
usageSignals:
|
|
149
|
+
- storage
|
|
150
|
+
- bucket
|
|
151
|
+
- upload
|
|
152
|
+
- file
|
|
153
|
+
- object
|
|
154
|
+
- providerId: aws
|
|
155
|
+
providerDisplayName: Aws
|
|
156
|
+
canonicalServiceName: aws
|
|
157
|
+
confidence:
|
|
158
|
+
managedNodeMinConfidence: 0.78
|
|
159
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
160
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
161
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
162
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
163
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
164
|
+
providerMatchKeys:
|
|
165
|
+
- aws
|
|
166
|
+
- amazon web services
|
|
167
|
+
- aws-sdk
|
|
168
|
+
- "@aws-sdk"
|
|
169
|
+
- amazonaws.com
|
|
170
|
+
- cloudfront
|
|
171
|
+
- s3
|
|
172
|
+
- lambda
|
|
173
|
+
- rds
|
|
174
|
+
- dynamodb
|
|
175
|
+
- aurora
|
|
176
|
+
- redshift
|
|
177
|
+
- elasticache
|
|
178
|
+
- memorydb
|
|
179
|
+
- opensearch
|
|
180
|
+
managedResources:
|
|
181
|
+
- kind: database
|
|
182
|
+
matchHints:
|
|
183
|
+
- postgres
|
|
184
|
+
- pg
|
|
185
|
+
- mysql
|
|
186
|
+
- mongo
|
|
187
|
+
- sql
|
|
188
|
+
viaClients:
|
|
189
|
+
- aws
|
|
190
|
+
- aws-sdk
|
|
191
|
+
- "@aws-sdk"
|
|
192
|
+
- "@aws-sdk/client-rds"
|
|
193
|
+
- "@aws-sdk/client-dynamodb"
|
|
194
|
+
- "@aws-sdk/lib-dynamodb"
|
|
195
|
+
- rds
|
|
196
|
+
- dynamodb
|
|
197
|
+
- aurora
|
|
198
|
+
- redshift
|
|
199
|
+
- documentdb
|
|
200
|
+
- opensearch
|
|
201
|
+
- neptune
|
|
202
|
+
- timestream
|
|
203
|
+
- keyspaces
|
|
204
|
+
directClients:
|
|
205
|
+
- pg
|
|
206
|
+
- postgres
|
|
207
|
+
- postgresql
|
|
208
|
+
- postgres.js
|
|
209
|
+
- mysql
|
|
210
|
+
- mysql2
|
|
211
|
+
- mongodb
|
|
212
|
+
- mongoose
|
|
213
|
+
- mssql
|
|
214
|
+
- knex
|
|
215
|
+
- prisma
|
|
216
|
+
- typeorm
|
|
217
|
+
- sequelize
|
|
218
|
+
- drizzle
|
|
219
|
+
- kysely
|
|
220
|
+
- kind: cache
|
|
221
|
+
matchHints:
|
|
222
|
+
- redis
|
|
223
|
+
- cache
|
|
224
|
+
- kv
|
|
225
|
+
viaClients:
|
|
226
|
+
- aws
|
|
227
|
+
- aws-sdk
|
|
228
|
+
- "@aws-sdk"
|
|
229
|
+
- "@aws-sdk/client-elasticache"
|
|
230
|
+
- elasticache
|
|
231
|
+
- memorydb
|
|
232
|
+
- dynamodb accelerator
|
|
233
|
+
- dax
|
|
234
|
+
directClients:
|
|
235
|
+
- redis
|
|
236
|
+
- ioredis
|
|
237
|
+
managedServiceNodes:
|
|
238
|
+
- key: rds_cluster_instance
|
|
239
|
+
label: Aws RDS instance
|
|
240
|
+
componentType: asset
|
|
241
|
+
componentSubType: compute_service
|
|
242
|
+
flowType: api_call
|
|
243
|
+
usageSignals: []
|
|
244
|
+
terraformResourceTypes:
|
|
245
|
+
- aws_rds_cluster_instance
|
|
246
|
+
terraformResourceTypePrefixes: []
|
|
247
|
+
- key: postgres
|
|
248
|
+
label: Aws Pg
|
|
249
|
+
componentType: asset
|
|
250
|
+
componentSubType: database
|
|
251
|
+
flowType: database_query
|
|
252
|
+
usageSignals:
|
|
253
|
+
- postgres
|
|
254
|
+
- pg
|
|
255
|
+
- rds
|
|
256
|
+
- rds-data
|
|
257
|
+
- "@aws-sdk/client-rds-data"
|
|
258
|
+
- aurora
|
|
259
|
+
- redshift
|
|
260
|
+
- create-db
|
|
261
|
+
- migration
|
|
262
|
+
- database
|
|
263
|
+
terraformResourceTypePrefixes:
|
|
264
|
+
# RDS/Aurora control plane (exclude `aws_rds_cluster_instance` — see rds_cluster_instance node).
|
|
265
|
+
- aws_rds_cluster_parameter_group
|
|
266
|
+
- aws_rds_cluster_endpoint
|
|
267
|
+
- aws_rds_cluster_role_association
|
|
268
|
+
- aws_rds_cluster_activity_stream
|
|
269
|
+
- aws_dynamodb_
|
|
270
|
+
- aws_neptune_
|
|
271
|
+
- aws_redshift_
|
|
272
|
+
- aws_docdb_
|
|
273
|
+
- aws_timestream_
|
|
274
|
+
- aws_keyspaces_
|
|
275
|
+
- aws_opensearch_
|
|
276
|
+
terraformResourceTypes:
|
|
277
|
+
- aws_db_instance
|
|
278
|
+
- aws_rds_cluster
|
|
279
|
+
- aws_rds_global_cluster
|
|
280
|
+
- key: s3
|
|
281
|
+
label: Aws S3
|
|
282
|
+
componentType: asset
|
|
283
|
+
componentSubType: file_storage
|
|
284
|
+
flowType: file_transfer
|
|
285
|
+
usageSignals:
|
|
286
|
+
- s3
|
|
287
|
+
- s3://
|
|
288
|
+
- bucket
|
|
289
|
+
- object storage
|
|
290
|
+
- object-store
|
|
291
|
+
- object_store
|
|
292
|
+
- object key
|
|
293
|
+
- putobject
|
|
294
|
+
- getobject
|
|
295
|
+
- presign
|
|
296
|
+
- signedurl
|
|
297
|
+
- signed-url
|
|
298
|
+
- archive
|
|
299
|
+
- git-archive
|
|
300
|
+
|
|
301
|
+
- "@aws-sdk/client-s3"
|
|
302
|
+
terraformResourceTypePrefixes:
|
|
303
|
+
- aws_s3_
|
|
304
|
+
- key: lambda
|
|
305
|
+
label: Aws Lambda
|
|
306
|
+
componentType: asset
|
|
307
|
+
componentSubType: compute_service
|
|
308
|
+
flowType: api_call
|
|
309
|
+
usageSignals:
|
|
310
|
+
- lambda
|
|
311
|
+
- lambdas
|
|
312
|
+
- /lambdas/
|
|
313
|
+
- handler
|
|
314
|
+
- function
|
|
315
|
+
- serverless
|
|
316
|
+
- "@aws-sdk/client-lambda"
|
|
317
|
+
terraformResourceTypePrefixes:
|
|
318
|
+
- aws_lambda_
|
|
319
|
+
- providerId: azure
|
|
320
|
+
providerDisplayName: Azure
|
|
321
|
+
canonicalServiceName: azure
|
|
322
|
+
confidence:
|
|
323
|
+
managedNodeMinConfidence: 0.78
|
|
324
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
325
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
326
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
327
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
328
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
329
|
+
providerMatchKeys:
|
|
330
|
+
- azure
|
|
331
|
+
- microsoft azure
|
|
332
|
+
- azure-sdk
|
|
333
|
+
- "@azure"
|
|
334
|
+
- azure.com
|
|
335
|
+
- azurewebsites.net
|
|
336
|
+
- cosmos
|
|
337
|
+
- azure sql
|
|
338
|
+
- azure database for postgresql
|
|
339
|
+
- azure cache for redis
|
|
340
|
+
managedResources:
|
|
341
|
+
- kind: database
|
|
342
|
+
matchHints:
|
|
343
|
+
- postgres
|
|
344
|
+
- pg
|
|
345
|
+
- mysql
|
|
346
|
+
- mongo
|
|
347
|
+
- sql
|
|
348
|
+
viaClients:
|
|
349
|
+
- azure
|
|
350
|
+
- azure-sdk
|
|
351
|
+
- "@azure"
|
|
352
|
+
- "@azure/cosmos"
|
|
353
|
+
- "@azure/data-tables"
|
|
354
|
+
- "@azure/arm-postgresql"
|
|
355
|
+
- "@azure/arm-mysql"
|
|
356
|
+
- "@azure/arm-sql"
|
|
357
|
+
- cosmos
|
|
358
|
+
- azure sql
|
|
359
|
+
- cosmosdb
|
|
360
|
+
- documentdb
|
|
361
|
+
- azure postgres
|
|
362
|
+
- azure postgresql
|
|
363
|
+
- azure mysql
|
|
364
|
+
- azure mariadb
|
|
365
|
+
- synapse
|
|
366
|
+
directClients:
|
|
367
|
+
- pg
|
|
368
|
+
- postgres
|
|
369
|
+
- postgresql
|
|
370
|
+
- postgres.js
|
|
371
|
+
- mysql
|
|
372
|
+
- mysql2
|
|
373
|
+
- mssql
|
|
374
|
+
- tediously
|
|
375
|
+
- knex
|
|
376
|
+
- prisma
|
|
377
|
+
- typeorm
|
|
378
|
+
- sequelize
|
|
379
|
+
- drizzle
|
|
380
|
+
- kysely
|
|
381
|
+
- kind: cache
|
|
382
|
+
matchHints:
|
|
383
|
+
- redis
|
|
384
|
+
- cache
|
|
385
|
+
- kv
|
|
386
|
+
viaClients:
|
|
387
|
+
- azure
|
|
388
|
+
- azure-sdk
|
|
389
|
+
- "@azure"
|
|
390
|
+
- azure cache for redis
|
|
391
|
+
- azure redis
|
|
392
|
+
- managed redis
|
|
393
|
+
directClients:
|
|
394
|
+
- redis
|
|
395
|
+
- ioredis
|
|
396
|
+
- providerId: gcp
|
|
397
|
+
providerDisplayName: Google
|
|
398
|
+
canonicalServiceName: google
|
|
399
|
+
confidence:
|
|
400
|
+
managedNodeMinConfidence: 0.78
|
|
401
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
402
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
403
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
404
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
405
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
406
|
+
providerMatchKeys:
|
|
407
|
+
- gcp
|
|
408
|
+
- google_ai
|
|
409
|
+
- google ai
|
|
410
|
+
- google_auth
|
|
411
|
+
- google auth
|
|
412
|
+
- google
|
|
413
|
+
- google cloud
|
|
414
|
+
- google-cloud
|
|
415
|
+
- "@google-cloud"
|
|
416
|
+
- "googleapis.com"
|
|
417
|
+
- "cloud.google.com"
|
|
418
|
+
- "oauth2.googleapis.com"
|
|
419
|
+
- "accounts.google.com"
|
|
420
|
+
- "@react-oauth/google"
|
|
421
|
+
- "google-auth-library"
|
|
422
|
+
- "google_auth_oauthlib"
|
|
423
|
+
- "google.golang.org/api"
|
|
424
|
+
- "googleapiclient"
|
|
425
|
+
- "storage.googleapis.com"
|
|
426
|
+
- "pubsub.googleapis.com"
|
|
427
|
+
- "sqladmin.googleapis.com"
|
|
428
|
+
- "generativelanguage.googleapis.com"
|
|
429
|
+
- "aiplatform.googleapis.com"
|
|
430
|
+
- "vertexai"
|
|
431
|
+
managedResources:
|
|
432
|
+
- kind: database
|
|
433
|
+
matchHints:
|
|
434
|
+
- postgres
|
|
435
|
+
- pg
|
|
436
|
+
- mysql
|
|
437
|
+
- mongo
|
|
438
|
+
- sql
|
|
439
|
+
viaClients:
|
|
440
|
+
- gcp
|
|
441
|
+
- google cloud
|
|
442
|
+
- google-cloud
|
|
443
|
+
- "@google-cloud"
|
|
444
|
+
- "@google-cloud/cloud-sql-connector"
|
|
445
|
+
- "@google-cloud/spanner"
|
|
446
|
+
- "@google-cloud/datastore"
|
|
447
|
+
- "@google-cloud/bigquery"
|
|
448
|
+
- cloud sql
|
|
449
|
+
- cloudsql
|
|
450
|
+
- alloydb
|
|
451
|
+
- spanner
|
|
452
|
+
- firestore
|
|
453
|
+
- bigquery
|
|
454
|
+
directClients:
|
|
455
|
+
- pg
|
|
456
|
+
- postgres
|
|
457
|
+
- postgresql
|
|
458
|
+
- mysql
|
|
459
|
+
- mysql2
|
|
460
|
+
- mssql
|
|
461
|
+
- sqlite
|
|
462
|
+
- prisma
|
|
463
|
+
- drizzle
|
|
464
|
+
- knex
|
|
465
|
+
- typeorm
|
|
466
|
+
- sequelize
|
|
467
|
+
- kysely
|
|
468
|
+
- kind: cache
|
|
469
|
+
matchHints:
|
|
470
|
+
- redis
|
|
471
|
+
- cache
|
|
472
|
+
- kv
|
|
473
|
+
viaClients:
|
|
474
|
+
- gcp
|
|
475
|
+
- google cloud
|
|
476
|
+
- memorystore
|
|
477
|
+
- redis
|
|
478
|
+
- "@google-cloud/redis"
|
|
479
|
+
- "@google-cloud/memorystore"
|
|
480
|
+
directClients:
|
|
481
|
+
- redis
|
|
482
|
+
- ioredis
|
|
483
|
+
managedServiceNodes:
|
|
484
|
+
- key: auth
|
|
485
|
+
label: Google Auth
|
|
486
|
+
componentType: asset
|
|
487
|
+
componentSubType: auth_service
|
|
488
|
+
flowType: api_call
|
|
489
|
+
usageSignals:
|
|
490
|
+
- oauth
|
|
491
|
+
- oauth2
|
|
492
|
+
- oidc
|
|
493
|
+
- openid
|
|
494
|
+
- accounts.google.com
|
|
495
|
+
- oauth2.googleapis.com
|
|
496
|
+
- "@react-oauth/google"
|
|
497
|
+
- google-auth-library
|
|
498
|
+
- key: storage
|
|
499
|
+
label: Google Cloud Storage
|
|
500
|
+
componentType: asset
|
|
501
|
+
componentSubType: file_storage
|
|
502
|
+
flowType: file_transfer
|
|
503
|
+
usageSignals:
|
|
504
|
+
- storage.googleapis.com
|
|
505
|
+
- "@google-cloud/storage"
|
|
506
|
+
- gcs
|
|
507
|
+
- google cloud storage
|
|
508
|
+
- bucket
|
|
509
|
+
- upload
|
|
510
|
+
- key: pubsub
|
|
511
|
+
label: Google Pub Sub
|
|
512
|
+
componentType: asset
|
|
513
|
+
componentSubType: message_queue
|
|
514
|
+
flowType: message_queue
|
|
515
|
+
usageSignals:
|
|
516
|
+
- pubsub
|
|
517
|
+
- pubsub.googleapis.com
|
|
518
|
+
- "@google-cloud/pubsub"
|
|
519
|
+
- publish
|
|
520
|
+
- subscribe
|
|
521
|
+
- key: postgres
|
|
522
|
+
label: Google Cloud SQL
|
|
523
|
+
componentType: asset
|
|
524
|
+
componentSubType: database
|
|
525
|
+
flowType: database_query
|
|
526
|
+
usageSignals:
|
|
527
|
+
- cloud sql
|
|
528
|
+
- sqladmin.googleapis.com
|
|
529
|
+
- "@google-cloud/cloud-sql-connector"
|
|
530
|
+
- postgres
|
|
531
|
+
- pg
|
|
532
|
+
- key: vertex
|
|
533
|
+
label: Google Vertex AI
|
|
534
|
+
componentType: third_party
|
|
535
|
+
componentSubType: ai_provider
|
|
536
|
+
flowType: api_call
|
|
537
|
+
usageSignals:
|
|
538
|
+
- vertex
|
|
539
|
+
- vertexai
|
|
540
|
+
- aiplatform.googleapis.com
|
|
541
|
+
- "@google-cloud/vertexai"
|
|
542
|
+
- generativelanguage.googleapis.com
|
|
543
|
+
- key: google_ai
|
|
544
|
+
label: Google AI
|
|
545
|
+
componentType: third_party
|
|
546
|
+
componentSubType: ai_provider
|
|
547
|
+
flowType: api_call
|
|
548
|
+
usageSignals:
|
|
549
|
+
- google_ai
|
|
550
|
+
- google ai
|
|
551
|
+
- "@google/generative-ai"
|
|
552
|
+
- google-generativeai
|
|
553
|
+
- google-genai
|
|
554
|
+
- generativelanguage.googleapis.com
|
|
555
|
+
- providerId: vercel
|
|
556
|
+
providerDisplayName: Vercel
|
|
557
|
+
canonicalServiceName: vercel
|
|
558
|
+
confidence:
|
|
559
|
+
managedNodeMinConfidence: 0.78
|
|
560
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
561
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
562
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
563
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
564
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
565
|
+
providerMatchKeys:
|
|
566
|
+
- vercel
|
|
567
|
+
- vercel.com
|
|
568
|
+
- vercel.app
|
|
569
|
+
- "@vercel"
|
|
570
|
+
- next.js
|
|
571
|
+
- edge runtime
|
|
572
|
+
- edge config
|
|
573
|
+
- neon
|
|
574
|
+
- upstash
|
|
575
|
+
- turso
|
|
576
|
+
managedResources:
|
|
577
|
+
- kind: database
|
|
578
|
+
matchHints:
|
|
579
|
+
- postgres
|
|
580
|
+
- pg
|
|
581
|
+
- mysql
|
|
582
|
+
- mongo
|
|
583
|
+
- sql
|
|
584
|
+
viaClients:
|
|
585
|
+
- vercel
|
|
586
|
+
- "@vercel/postgres"
|
|
587
|
+
- "@vercel/storage"
|
|
588
|
+
- "@vercel/blob"
|
|
589
|
+
- "@vercel/kv"
|
|
590
|
+
- vercel postgres
|
|
591
|
+
- vercel sql
|
|
592
|
+
- neon
|
|
593
|
+
- "@neondatabase/serverless"
|
|
594
|
+
- turso
|
|
595
|
+
- "@libsql/client"
|
|
596
|
+
- planetscale
|
|
597
|
+
- "@planetscale/database"
|
|
598
|
+
- kv
|
|
599
|
+
- blob
|
|
600
|
+
directClients:
|
|
601
|
+
- pg
|
|
602
|
+
- postgres
|
|
603
|
+
- postgresql
|
|
604
|
+
- postgres.js
|
|
605
|
+
- mysql
|
|
606
|
+
- mysql2
|
|
607
|
+
- sqlite
|
|
608
|
+
- better-sqlite3
|
|
609
|
+
- libsql
|
|
610
|
+
- prisma
|
|
611
|
+
- drizzle
|
|
612
|
+
- knex
|
|
613
|
+
- typeorm
|
|
614
|
+
- sequelize
|
|
615
|
+
- kysely
|
|
616
|
+
- redis
|
|
617
|
+
- kind: cache
|
|
618
|
+
matchHints:
|
|
619
|
+
- redis
|
|
620
|
+
- cache
|
|
621
|
+
- kv
|
|
622
|
+
viaClients:
|
|
623
|
+
- vercel
|
|
624
|
+
- "@vercel/kv"
|
|
625
|
+
- vercel kv
|
|
626
|
+
- upstash
|
|
627
|
+
- "@upstash/redis"
|
|
628
|
+
- edge config
|
|
629
|
+
directClients:
|
|
630
|
+
- redis
|
|
631
|
+
- ioredis
|
|
632
|
+
- "@upstash/redis"
|
|
633
|
+
- providerId: firebase
|
|
634
|
+
providerDisplayName: Firebase
|
|
635
|
+
canonicalServiceName: firebase
|
|
636
|
+
confidence:
|
|
637
|
+
managedNodeMinConfidence: 0.78
|
|
638
|
+
providerToManagedNodeFlowConfidence: 0.78
|
|
639
|
+
providerToManagedResourceFlowConfidence: 0.75
|
|
640
|
+
sourceToProviderFlowConfidenceFloor: 0.72
|
|
641
|
+
rewiredFlowConfidenceFloor: 0.75
|
|
642
|
+
collapseManagedPostgresFlowConfidence: 0.78
|
|
643
|
+
providerMatchKeys:
|
|
644
|
+
- firebase
|
|
645
|
+
- firebase.google.com
|
|
646
|
+
- google firebase
|
|
647
|
+
- "@firebase"
|
|
648
|
+
- "@google-cloud/firestore"
|
|
649
|
+
- firestore
|
|
650
|
+
- realtime database
|
|
651
|
+
- cloud firestore
|
|
652
|
+
- cloud functions for firebase
|
|
653
|
+
managedResources:
|
|
654
|
+
- kind: database
|
|
655
|
+
matchHints:
|
|
656
|
+
- postgres
|
|
657
|
+
- pg
|
|
658
|
+
- mysql
|
|
659
|
+
- mongo
|
|
660
|
+
- sql
|
|
661
|
+
viaClients:
|
|
662
|
+
- firebase
|
|
663
|
+
- "@firebase"
|
|
664
|
+
- firebase-admin
|
|
665
|
+
- firebase-admin/firestore
|
|
666
|
+
- "@firebase/firestore"
|
|
667
|
+
- "@firebase/database"
|
|
668
|
+
- "@google-cloud/firestore"
|
|
669
|
+
- firestore
|
|
670
|
+
- realtime database
|
|
671
|
+
- cloud firestore
|
|
672
|
+
- firebase data connect
|
|
673
|
+
directClients:
|
|
674
|
+
- pg
|
|
675
|
+
- postgres
|
|
676
|
+
- postgresql
|
|
677
|
+
- mysql
|
|
678
|
+
- mysql2
|
|
679
|
+
- mongodb
|
|
680
|
+
- mongoose
|
|
681
|
+
- sqlite
|
|
682
|
+
- prisma
|
|
683
|
+
- drizzle
|
|
684
|
+
- knex
|
|
685
|
+
- typeorm
|
|
686
|
+
- sequelize
|
|
687
|
+
- kysely
|
|
688
|
+
- kind: cache
|
|
689
|
+
matchHints:
|
|
690
|
+
- redis
|
|
691
|
+
- cache
|
|
692
|
+
- kv
|
|
693
|
+
viaClients:
|
|
694
|
+
- firebase
|
|
695
|
+
- firebase hosting cache
|
|
696
|
+
- firebase app check
|
|
697
|
+
- firebase cache
|
|
698
|
+
- firestore cache
|
|
699
|
+
directClients:
|
|
700
|
+
- redis
|
|
701
|
+
- ioredis
|
|
702
|
+
- providerId: kubernetes
|
|
703
|
+
providerMatchKeys:
|
|
704
|
+
- kubernetes
|
|
705
|
+
- hashicorp/kubernetes
|
|
706
|
+
- k8s
|
|
707
|
+
- kube
|
|
708
|
+
managedServiceNodes:
|
|
709
|
+
- key: workload
|
|
710
|
+
label: Kubernetes workload
|
|
711
|
+
componentType: asset
|
|
712
|
+
componentSubType: service
|
|
713
|
+
flowType: api_call
|
|
714
|
+
usageSignals: []
|
|
715
|
+
terraformResourceTypePrefixes:
|
|
716
|
+
- kubernetes_deployment
|
|
717
|
+
- kubernetes_stateful_set
|
|
718
|
+
- kubernetes_daemon_set
|
|
719
|
+
- kubernetes_daemonset
|
|
720
|
+
- kubernetes_job
|
|
721
|
+
- kubernetes_cron_job
|
|
722
|
+
- key: service
|
|
723
|
+
label: Kubernetes Service
|
|
724
|
+
componentType: asset
|
|
725
|
+
componentSubType: api
|
|
726
|
+
flowType: api_call
|
|
727
|
+
usageSignals: []
|
|
728
|
+
terraformResourceTypePrefixes:
|
|
729
|
+
- kubernetes_service
|
|
730
|
+
- kubernetes_endpoints
|
|
731
|
+
- key: ingress
|
|
732
|
+
label: Kubernetes Ingress
|
|
733
|
+
componentType: asset
|
|
734
|
+
componentSubType: api
|
|
735
|
+
flowType: api_call
|
|
736
|
+
usageSignals: []
|
|
737
|
+
terraformResourceTypePrefixes:
|
|
738
|
+
- kubernetes_ingress
|
|
739
|
+
- key: config
|
|
740
|
+
label: Kubernetes Config
|
|
741
|
+
componentType: asset
|
|
742
|
+
componentSubType: config
|
|
743
|
+
flowType: api_call
|
|
744
|
+
usageSignals: []
|
|
745
|
+
terraformResourceTypePrefixes:
|
|
746
|
+
- kubernetes_secret
|
|
747
|
+
- kubernetes_config_map
|
|
748
|
+
- key: storage
|
|
749
|
+
label: Kubernetes Storage
|
|
750
|
+
componentType: asset
|
|
751
|
+
componentSubType: storage
|
|
752
|
+
flowType: file_transfer
|
|
753
|
+
usageSignals: []
|
|
754
|
+
terraformResourceTypePrefixes:
|
|
755
|
+
- kubernetes_persistent_volume
|
|
756
|
+
- kubernetes_persistent_volume_claim
|
|
757
|
+
- kubernetes_storage_class
|
|
758
|
+
- key: namespace
|
|
759
|
+
label: Kubernetes Namespace
|
|
760
|
+
componentType: asset
|
|
761
|
+
componentSubType: container
|
|
762
|
+
flowType: api_call
|
|
763
|
+
usageSignals: []
|
|
764
|
+
terraformResourceTypes:
|
|
765
|
+
- kubernetes_namespace
|