@modudraft/core 0.1.4 → 0.1.5
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/dist/catalog/archetypes.json +613 -0
- package/dist/catalog/protocols.json +8 -0
- package/dist/catalog/tools.json +1142 -0
- package/dist/catalog-schema.d.ts +70 -0
- package/dist/catalog-schema.d.ts.map +1 -0
- package/dist/catalog-schema.js +31 -0
- package/dist/catalog.d.ts +11 -0
- package/dist/catalog.d.ts.map +1 -0
- package/dist/catalog.js +12 -0
- package/dist/color.d.ts +2 -0
- package/dist/color.d.ts.map +1 -0
- package/dist/color.js +82 -0
- package/dist/grouping.d.ts +4 -0
- package/dist/grouping.d.ts.map +1 -0
- package/dist/grouping.js +95 -0
- package/dist/icons.d.ts +9 -0
- package/dist/icons.d.ts.map +1 -0
- package/dist/icons.generated.d.ts +4 -0
- package/dist/icons.generated.d.ts.map +1 -0
- package/dist/icons.generated.js +127 -0
- package/dist/icons.js +23 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/{src/index.ts → dist/index.js} +0 -1
- package/dist/layout.d.ts +8 -0
- package/dist/layout.d.ts.map +1 -0
- package/dist/layout.js +71 -0
- package/dist/mermaid-import.d.ts +12 -0
- package/dist/mermaid-import.d.ts.map +1 -0
- package/dist/mermaid-import.js +102 -0
- package/dist/sysdraw-file.d.ts +123 -0
- package/dist/sysdraw-file.d.ts.map +1 -0
- package/dist/sysdraw-file.js +215 -0
- package/dist/types.d.ts +70 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/package.json +4 -1
- package/src/catalog/archetypes.json +0 -613
- package/src/catalog/protocols.json +0 -8
- package/src/catalog/tools.json +0 -1142
- package/src/catalog-schema.ts +0 -45
- package/src/catalog.ts +0 -29
- package/src/color.ts +0 -89
- package/src/grouping.ts +0 -108
- package/src/icons.generated.ts +0 -252
- package/src/icons.ts +0 -28
- package/src/layout.ts +0 -104
- package/src/mermaid-import.ts +0 -118
- package/src/sysdraw-file.ts +0 -250
- package/src/types.ts +0 -75
- package/tsconfig.json +0 -17
package/src/catalog/tools.json
DELETED
|
@@ -1,1142 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mysql": {
|
|
3
|
-
"archetype": "database",
|
|
4
|
-
"label": "MySQL",
|
|
5
|
-
"iconSlug": "mysql",
|
|
6
|
-
"brandColor": "#4479A1"
|
|
7
|
-
},
|
|
8
|
-
"postgresql": {
|
|
9
|
-
"archetype": "database",
|
|
10
|
-
"label": "PostgreSQL",
|
|
11
|
-
"iconSlug": "postgresql",
|
|
12
|
-
"brandColor": "#4169E1"
|
|
13
|
-
},
|
|
14
|
-
"mongodb": {
|
|
15
|
-
"archetype": "database",
|
|
16
|
-
"label": "MongoDB",
|
|
17
|
-
"iconSlug": "mongodb",
|
|
18
|
-
"brandColor": "#47A248"
|
|
19
|
-
},
|
|
20
|
-
"mariadb": {
|
|
21
|
-
"archetype": "database",
|
|
22
|
-
"label": "MariaDB",
|
|
23
|
-
"iconSlug": "mariadb",
|
|
24
|
-
"brandColor": "#003545"
|
|
25
|
-
},
|
|
26
|
-
"sqlite": {
|
|
27
|
-
"archetype": "database",
|
|
28
|
-
"label": "SQLite",
|
|
29
|
-
"iconSlug": "sqlite",
|
|
30
|
-
"brandColor": "#003B57"
|
|
31
|
-
},
|
|
32
|
-
"cassandra": {
|
|
33
|
-
"archetype": "database",
|
|
34
|
-
"label": "Apache Cassandra",
|
|
35
|
-
"iconSlug": "apachecassandra",
|
|
36
|
-
"brandColor": "#1287B1"
|
|
37
|
-
},
|
|
38
|
-
"dynamodb": {
|
|
39
|
-
"archetype": "database",
|
|
40
|
-
"label": "DynamoDB",
|
|
41
|
-
"brandColor": "#4053D6",
|
|
42
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
43
|
-
},
|
|
44
|
-
"cockroachdb": {
|
|
45
|
-
"archetype": "database",
|
|
46
|
-
"label": "CockroachDB",
|
|
47
|
-
"iconSlug": "cockroachlabs",
|
|
48
|
-
"brandColor": "#6933FF"
|
|
49
|
-
},
|
|
50
|
-
"neo4j": {
|
|
51
|
-
"archetype": "database",
|
|
52
|
-
"label": "Neo4j",
|
|
53
|
-
"iconSlug": "neo4j",
|
|
54
|
-
"brandColor": "#4581C3"
|
|
55
|
-
},
|
|
56
|
-
"influxdb": {
|
|
57
|
-
"archetype": "database",
|
|
58
|
-
"label": "InfluxDB",
|
|
59
|
-
"iconSlug": "influxdb",
|
|
60
|
-
"brandColor": "#22ADF6"
|
|
61
|
-
},
|
|
62
|
-
"supabase": {
|
|
63
|
-
"archetype": "database",
|
|
64
|
-
"label": "Supabase",
|
|
65
|
-
"iconSlug": "supabase",
|
|
66
|
-
"brandColor": "#3ECF8E"
|
|
67
|
-
},
|
|
68
|
-
"rds": {
|
|
69
|
-
"archetype": "database",
|
|
70
|
-
"label": "AWS RDS",
|
|
71
|
-
"brandColor": "#FF9900",
|
|
72
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
73
|
-
},
|
|
74
|
-
"aurora": {
|
|
75
|
-
"archetype": "database",
|
|
76
|
-
"label": "AWS Aurora",
|
|
77
|
-
"brandColor": "#FF9900",
|
|
78
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
79
|
-
},
|
|
80
|
-
"cloudsql": {
|
|
81
|
-
"archetype": "database",
|
|
82
|
-
"label": "Cloud SQL",
|
|
83
|
-
"brandColor": "#4285F4",
|
|
84
|
-
"svgPath": "M12 2l8.5 5v10L12 22l-8.5-5V7L12 2zm0 2.3L5.5 8.15v7.7L12 19.7l6.5-3.85v-7.7L12 4.3zM10 11a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"
|
|
85
|
-
},
|
|
86
|
-
"bigtable": {
|
|
87
|
-
"archetype": "database",
|
|
88
|
-
"label": "BigTable",
|
|
89
|
-
"iconSlug": "googlebigtable",
|
|
90
|
-
"brandColor": "#4285F4"
|
|
91
|
-
},
|
|
92
|
-
"spanner": {
|
|
93
|
-
"archetype": "database",
|
|
94
|
-
"label": "Spanner",
|
|
95
|
-
"iconSlug": "googlecloudspanner",
|
|
96
|
-
"brandColor": "#4285F4"
|
|
97
|
-
},
|
|
98
|
-
"cosmosdb": {
|
|
99
|
-
"archetype": "database",
|
|
100
|
-
"label": "Azure Cosmos DB",
|
|
101
|
-
"brandColor": "#0078D4",
|
|
102
|
-
"svgPath": "M12 2L2 20h20L12 2zm0 3.5L18.5 18h-13L12 5.5zM11 13v-4h2v4h-2zm0 2h2v2h-2v-2z"
|
|
103
|
-
},
|
|
104
|
-
"kafka": {
|
|
105
|
-
"archetype": "queue",
|
|
106
|
-
"label": "Apache Kafka",
|
|
107
|
-
"iconSlug": "apachekafka",
|
|
108
|
-
"brandColor": "#e3e3e3"
|
|
109
|
-
},
|
|
110
|
-
"rabbitmq": {
|
|
111
|
-
"archetype": "queue",
|
|
112
|
-
"label": "RabbitMQ",
|
|
113
|
-
"iconSlug": "rabbitmq",
|
|
114
|
-
"brandColor": "#FF6600"
|
|
115
|
-
},
|
|
116
|
-
"sqs": {
|
|
117
|
-
"archetype": "queue",
|
|
118
|
-
"label": "AWS SQS",
|
|
119
|
-
"brandColor": "#FF4F8B",
|
|
120
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
121
|
-
},
|
|
122
|
-
"nats": {
|
|
123
|
-
"archetype": "queue",
|
|
124
|
-
"label": "NATS",
|
|
125
|
-
"iconSlug": "natsdotio",
|
|
126
|
-
"brandColor": "#27AAE1"
|
|
127
|
-
},
|
|
128
|
-
"pulsar": {
|
|
129
|
-
"archetype": "queue",
|
|
130
|
-
"label": "Apache Pulsar",
|
|
131
|
-
"iconSlug": "apachepulsar",
|
|
132
|
-
"brandColor": "#188FFF"
|
|
133
|
-
},
|
|
134
|
-
"celery": {
|
|
135
|
-
"archetype": "queue",
|
|
136
|
-
"label": "Celery",
|
|
137
|
-
"iconSlug": "celery",
|
|
138
|
-
"brandColor": "#37814A"
|
|
139
|
-
},
|
|
140
|
-
"zeromq": {
|
|
141
|
-
"archetype": "queue",
|
|
142
|
-
"label": "ZeroMQ",
|
|
143
|
-
"brandColor": "#DF0000",
|
|
144
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm1 2l-4 6h3l-1 6 4-6h-3l1-6z"
|
|
145
|
-
},
|
|
146
|
-
"pubsub": {
|
|
147
|
-
"archetype": "queue",
|
|
148
|
-
"label": "Google Pub/Sub",
|
|
149
|
-
"iconSlug": "googlepubsub",
|
|
150
|
-
"brandColor": "#4285F4"
|
|
151
|
-
},
|
|
152
|
-
"servicebus": {
|
|
153
|
-
"archetype": "queue",
|
|
154
|
-
"label": "Azure Service Bus",
|
|
155
|
-
"brandColor": "#0078D4",
|
|
156
|
-
"svgPath": "M12 2L2 20h20L12 2zm0 3.5L18.5 18h-13L12 5.5zM11 13v-4h2v4h-2zm0 2h2v2h-2v-2z"
|
|
157
|
-
},
|
|
158
|
-
"docker": {
|
|
159
|
-
"archetype": "compute",
|
|
160
|
-
"label": "Docker",
|
|
161
|
-
"iconSlug": "docker",
|
|
162
|
-
"brandColor": "#2496ED"
|
|
163
|
-
},
|
|
164
|
-
"kubernetes": {
|
|
165
|
-
"archetype": "compute",
|
|
166
|
-
"label": "Kubernetes",
|
|
167
|
-
"iconSlug": "kubernetes",
|
|
168
|
-
"brandColor": "#326CE5"
|
|
169
|
-
},
|
|
170
|
-
"gke": {
|
|
171
|
-
"archetype": "compute",
|
|
172
|
-
"label": "GKE",
|
|
173
|
-
"brandColor": "#4285F4",
|
|
174
|
-
"svgPath": "M12 2l8.5 5v10L12 22l-8.5-5V7L12 2zm0 2.3L5.5 8.15v7.7L12 19.7l6.5-3.85v-7.7L12 4.3zM10 11a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"
|
|
175
|
-
},
|
|
176
|
-
"eks": {
|
|
177
|
-
"archetype": "compute",
|
|
178
|
-
"label": "AWS EKS",
|
|
179
|
-
"brandColor": "#FF9900",
|
|
180
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
181
|
-
},
|
|
182
|
-
"ecs": {
|
|
183
|
-
"archetype": "compute",
|
|
184
|
-
"label": "AWS ECS",
|
|
185
|
-
"brandColor": "#FF9900",
|
|
186
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
187
|
-
},
|
|
188
|
-
"fargate": {
|
|
189
|
-
"archetype": "compute",
|
|
190
|
-
"label": "AWS Fargate",
|
|
191
|
-
"brandColor": "#FF9900",
|
|
192
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
193
|
-
},
|
|
194
|
-
"aks": {
|
|
195
|
-
"archetype": "compute",
|
|
196
|
-
"label": "Azure AKS",
|
|
197
|
-
"brandColor": "#0078D4",
|
|
198
|
-
"svgPath": "M12 2L2 20h20L12 2zm0 3.5L18.5 18h-13L12 5.5zM11 13v-4h2v4h-2zm0 2h2v2h-2v-2z"
|
|
199
|
-
},
|
|
200
|
-
"ec2": {
|
|
201
|
-
"archetype": "compute",
|
|
202
|
-
"label": "AWS EC2",
|
|
203
|
-
"brandColor": "#FF9900",
|
|
204
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
205
|
-
},
|
|
206
|
-
"podman": {
|
|
207
|
-
"archetype": "compute",
|
|
208
|
-
"label": "Podman",
|
|
209
|
-
"iconSlug": "podman",
|
|
210
|
-
"brandColor": "#892CA0"
|
|
211
|
-
},
|
|
212
|
-
"nomad": {
|
|
213
|
-
"archetype": "compute",
|
|
214
|
-
"label": "Nomad",
|
|
215
|
-
"iconSlug": "nomad",
|
|
216
|
-
"brandColor": "#00CA8E"
|
|
217
|
-
},
|
|
218
|
-
"cloudrun": {
|
|
219
|
-
"archetype": "compute",
|
|
220
|
-
"label": "Cloud Run",
|
|
221
|
-
"brandColor": "#4285F4",
|
|
222
|
-
"svgPath": "M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4zm2 1v14h14V5H5zm4.5 3l6 4-6 4V8z"
|
|
223
|
-
},
|
|
224
|
-
"service": {
|
|
225
|
-
"archetype": "compute",
|
|
226
|
-
"label": "Service",
|
|
227
|
-
"brandColor": "#86efac",
|
|
228
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm0 2a6 6 0 1 0 0 12A6 6 0 0 0 12 6zm0 2a4 4 0 1 1 0 8A4 4 0 0 1 12 8z"
|
|
229
|
-
},
|
|
230
|
-
"worker": {
|
|
231
|
-
"archetype": "compute",
|
|
232
|
-
"label": "Worker",
|
|
233
|
-
"brandColor": "#86efac",
|
|
234
|
-
"svgPath": "M12 2a2 2 0 0 1 2 2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 2 2 2 2 0 0 1-2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2 2 2 2 0 0 1-2-2H8a2 2 0 0 1-2-2v-2a2 2 0 0 1-2-2 2 2 0 0 1 2-2V8a2 2 0 0 1 2-2h2a2 2 0 0 1 2-2zm0 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm0 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"
|
|
235
|
-
},
|
|
236
|
-
"redis": {
|
|
237
|
-
"archetype": "cache",
|
|
238
|
-
"label": "Redis",
|
|
239
|
-
"iconSlug": "redis",
|
|
240
|
-
"brandColor": "#FF4438"
|
|
241
|
-
},
|
|
242
|
-
"memcached": {
|
|
243
|
-
"archetype": "cache",
|
|
244
|
-
"label": "Memcached",
|
|
245
|
-
"brandColor": "#5a9e3f",
|
|
246
|
-
"svgPath": "M6 5c0-1.1 2.686-2 6-2s6 .9 6 2v14c0 1.1-2.686 2-6 2s-6-.9-6-2V5zm2 0c0 .55 1.79 1 4 1s4-.45 4-1-1.79-1-4-1-4 .45-4 1zm0 3.8c.9.45 2.42.7 4 .7s3.1-.25 4-.7V8c-.9.45-2.42.7-4 .7S8.9 8.45 8 8v.8zm0 4c.9.45 2.42.7 4 .7s3.1-.25 4-.7V12c-.9.45-2.42.7-4 .7s-3.1-.25-4-.7v.8z"
|
|
247
|
-
},
|
|
248
|
-
"varnish": {
|
|
249
|
-
"archetype": "cache",
|
|
250
|
-
"label": "Varnish",
|
|
251
|
-
"brandColor": "#4591C4",
|
|
252
|
-
"svgPath": "M2 4h3l7 10 7-10h3L12 20 2 4zm3 12h14v2H5v-2z"
|
|
253
|
-
},
|
|
254
|
-
"etcd": {
|
|
255
|
-
"archetype": "cache",
|
|
256
|
-
"label": "etcd",
|
|
257
|
-
"iconSlug": "etcd",
|
|
258
|
-
"brandColor": "#419EDA"
|
|
259
|
-
},
|
|
260
|
-
"nginx": {
|
|
261
|
-
"archetype": "gateway",
|
|
262
|
-
"label": "NGINX",
|
|
263
|
-
"iconSlug": "nginx",
|
|
264
|
-
"brandColor": "#009639"
|
|
265
|
-
},
|
|
266
|
-
"alb": {
|
|
267
|
-
"archetype": "gateway",
|
|
268
|
-
"label": "AWS ALB",
|
|
269
|
-
"brandColor": "#FF9900",
|
|
270
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
271
|
-
},
|
|
272
|
-
"kong": {
|
|
273
|
-
"archetype": "gateway",
|
|
274
|
-
"label": "Kong",
|
|
275
|
-
"iconSlug": "kong",
|
|
276
|
-
"brandColor": "#003459"
|
|
277
|
-
},
|
|
278
|
-
"traefik": {
|
|
279
|
-
"archetype": "gateway",
|
|
280
|
-
"label": "Traefik",
|
|
281
|
-
"iconSlug": "traefikproxy",
|
|
282
|
-
"brandColor": "#24A1C1"
|
|
283
|
-
},
|
|
284
|
-
"envoy": {
|
|
285
|
-
"archetype": "gateway",
|
|
286
|
-
"label": "Envoy",
|
|
287
|
-
"iconSlug": "envoyproxy",
|
|
288
|
-
"brandColor": "#AC6199"
|
|
289
|
-
},
|
|
290
|
-
"haproxy": {
|
|
291
|
-
"archetype": "gateway",
|
|
292
|
-
"label": "HAProxy",
|
|
293
|
-
"brandColor": "#106DA9",
|
|
294
|
-
"svgPath": "M12 2L4 6v5c0 5 3.5 9.74 8 11 4.5-1.26 8-6 8-11V6l-8-4zm0 2.36L18 8v3c0 3.9-2.6 7.48-6 8.76C8.6 18.48 6 14.9 6 11V8l6-3.64zm-4 5.14v2h3v5h2v-5h3v-2H8z"
|
|
295
|
-
},
|
|
296
|
-
"caddy": {
|
|
297
|
-
"archetype": "gateway",
|
|
298
|
-
"label": "Caddy",
|
|
299
|
-
"iconSlug": "caddy",
|
|
300
|
-
"brandColor": "#1F88C0"
|
|
301
|
-
},
|
|
302
|
-
"istio": {
|
|
303
|
-
"archetype": "gateway",
|
|
304
|
-
"label": "Istio",
|
|
305
|
-
"iconSlug": "istio",
|
|
306
|
-
"brandColor": "#466BB0"
|
|
307
|
-
},
|
|
308
|
-
"prometheus": {
|
|
309
|
-
"archetype": "observability",
|
|
310
|
-
"label": "Prometheus",
|
|
311
|
-
"iconSlug": "prometheus",
|
|
312
|
-
"brandColor": "#E6522C"
|
|
313
|
-
},
|
|
314
|
-
"grafana": {
|
|
315
|
-
"archetype": "observability",
|
|
316
|
-
"label": "Grafana",
|
|
317
|
-
"iconSlug": "grafana",
|
|
318
|
-
"brandColor": "#F46800"
|
|
319
|
-
},
|
|
320
|
-
"datadog": {
|
|
321
|
-
"archetype": "observability",
|
|
322
|
-
"label": "Datadog",
|
|
323
|
-
"iconSlug": "datadog",
|
|
324
|
-
"brandColor": "#632CA6"
|
|
325
|
-
},
|
|
326
|
-
"jaeger": {
|
|
327
|
-
"archetype": "observability",
|
|
328
|
-
"label": "Jaeger",
|
|
329
|
-
"iconSlug": "jaeger",
|
|
330
|
-
"brandColor": "#67CFE3"
|
|
331
|
-
},
|
|
332
|
-
"sentry": {
|
|
333
|
-
"archetype": "observability",
|
|
334
|
-
"label": "Sentry",
|
|
335
|
-
"iconSlug": "sentry",
|
|
336
|
-
"brandColor": "#362D59"
|
|
337
|
-
},
|
|
338
|
-
"kibana": {
|
|
339
|
-
"archetype": "observability",
|
|
340
|
-
"label": "Kibana",
|
|
341
|
-
"iconSlug": "kibana",
|
|
342
|
-
"brandColor": "#005571"
|
|
343
|
-
},
|
|
344
|
-
"newrelic": {
|
|
345
|
-
"archetype": "observability",
|
|
346
|
-
"label": "New Relic",
|
|
347
|
-
"iconSlug": "newrelic",
|
|
348
|
-
"brandColor": "#1CE783"
|
|
349
|
-
},
|
|
350
|
-
"splunk": {
|
|
351
|
-
"archetype": "observability",
|
|
352
|
-
"label": "Splunk",
|
|
353
|
-
"iconSlug": "splunk",
|
|
354
|
-
"brandColor": "#000000"
|
|
355
|
-
},
|
|
356
|
-
"opentelemetry": {
|
|
357
|
-
"archetype": "observability",
|
|
358
|
-
"label": "OpenTelemetry",
|
|
359
|
-
"iconSlug": "opentelemetry",
|
|
360
|
-
"brandColor": "#F5A800"
|
|
361
|
-
},
|
|
362
|
-
"zipkin": {
|
|
363
|
-
"archetype": "observability",
|
|
364
|
-
"label": "Zipkin",
|
|
365
|
-
"brandColor": "#FE7139",
|
|
366
|
-
"svgPath": "M10 2a8 8 0 1 0 4.906 14.32l4.387 4.387 1.414-1.414-4.387-4.387A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12A6 6 0 0 1 10 4zm-3 3v2h2V7H7zm4 0v2h2V7h-2zm-5 4v2h2v-2H6zm4 0v2h2v-2h-2zm4 0v2h2v-2h-2z"
|
|
367
|
-
},
|
|
368
|
-
"s3": {
|
|
369
|
-
"archetype": "storage",
|
|
370
|
-
"label": "AWS S3",
|
|
371
|
-
"brandColor": "#FF9900",
|
|
372
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
373
|
-
},
|
|
374
|
-
"minio": {
|
|
375
|
-
"archetype": "storage",
|
|
376
|
-
"label": "MinIO",
|
|
377
|
-
"iconSlug": "minio",
|
|
378
|
-
"brandColor": "#C72E49"
|
|
379
|
-
},
|
|
380
|
-
"gcs": {
|
|
381
|
-
"archetype": "storage",
|
|
382
|
-
"label": "Google Cloud Storage",
|
|
383
|
-
"iconSlug": "googlecloudstorage",
|
|
384
|
-
"brandColor": "#AECBFA"
|
|
385
|
-
},
|
|
386
|
-
"backblaze": {
|
|
387
|
-
"archetype": "storage",
|
|
388
|
-
"label": "Backblaze B2",
|
|
389
|
-
"iconSlug": "backblaze",
|
|
390
|
-
"brandColor": "#EF0027"
|
|
391
|
-
},
|
|
392
|
-
"ceph": {
|
|
393
|
-
"archetype": "storage",
|
|
394
|
-
"label": "Ceph",
|
|
395
|
-
"iconSlug": "ceph",
|
|
396
|
-
"brandColor": "#EF5C55"
|
|
397
|
-
},
|
|
398
|
-
"r2": {
|
|
399
|
-
"archetype": "storage",
|
|
400
|
-
"label": "Cloudflare R2",
|
|
401
|
-
"iconSlug": "cloudflare",
|
|
402
|
-
"brandColor": "#F38020"
|
|
403
|
-
},
|
|
404
|
-
"azureblob": {
|
|
405
|
-
"archetype": "storage",
|
|
406
|
-
"label": "Azure Blob Storage",
|
|
407
|
-
"brandColor": "#0078D4",
|
|
408
|
-
"svgPath": "M12 2L2 20h20L12 2zm0 3.5L18.5 18h-13L12 5.5zM11 13v-4h2v4h-2zm0 2h2v2h-2v-2z"
|
|
409
|
-
},
|
|
410
|
-
"elasticsearch": {
|
|
411
|
-
"archetype": "search",
|
|
412
|
-
"label": "Elasticsearch",
|
|
413
|
-
"iconSlug": "elasticsearch",
|
|
414
|
-
"brandColor": "#005571"
|
|
415
|
-
},
|
|
416
|
-
"qdrant": {
|
|
417
|
-
"archetype": "search",
|
|
418
|
-
"label": "Qdrant",
|
|
419
|
-
"iconSlug": "qdrant",
|
|
420
|
-
"brandColor": "#DC244C"
|
|
421
|
-
},
|
|
422
|
-
"milvus": {
|
|
423
|
-
"archetype": "search",
|
|
424
|
-
"label": "Milvus",
|
|
425
|
-
"iconSlug": "milvus",
|
|
426
|
-
"brandColor": "#00A1EA"
|
|
427
|
-
},
|
|
428
|
-
"opensearch": {
|
|
429
|
-
"archetype": "search",
|
|
430
|
-
"label": "OpenSearch",
|
|
431
|
-
"iconSlug": "opensearch",
|
|
432
|
-
"brandColor": "#005EB8"
|
|
433
|
-
},
|
|
434
|
-
"algolia": {
|
|
435
|
-
"archetype": "search",
|
|
436
|
-
"label": "Algolia",
|
|
437
|
-
"iconSlug": "algolia",
|
|
438
|
-
"brandColor": "#003DFF"
|
|
439
|
-
},
|
|
440
|
-
"meilisearch": {
|
|
441
|
-
"archetype": "search",
|
|
442
|
-
"label": "Meilisearch",
|
|
443
|
-
"iconSlug": "meilisearch",
|
|
444
|
-
"brandColor": "#FF5CAA"
|
|
445
|
-
},
|
|
446
|
-
"typesense": {
|
|
447
|
-
"archetype": "search",
|
|
448
|
-
"label": "Typesense",
|
|
449
|
-
"brandColor": "#E1478C",
|
|
450
|
-
"svgPath": "M10 2a8 8 0 1 0 4.906 14.32l4.387 4.387 1.414-1.414-4.387-4.387A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12A6 6 0 0 1 10 4zm-3 3v2h2.5v5h2V9H14V7H7z"
|
|
451
|
-
},
|
|
452
|
-
"solr": {
|
|
453
|
-
"archetype": "search",
|
|
454
|
-
"label": "Apache Solr",
|
|
455
|
-
"iconSlug": "apachesolr",
|
|
456
|
-
"brandColor": "#D9411E"
|
|
457
|
-
},
|
|
458
|
-
"pinecone": {
|
|
459
|
-
"archetype": "search",
|
|
460
|
-
"label": "Pinecone",
|
|
461
|
-
"brandColor": "#201D1E",
|
|
462
|
-
"svgPath": "M12 2l3 2.6-3 2.6-3-2.6L12 2zM7.6 6.8L12 10.4l4.4-3.6 2.3 2L12 14.6 5.3 8.8l2.3-2zM4.6 11.6L12 17.8l7.4-6.2 1.6 2.4L12 22l-9-8 1.6-2.4z"
|
|
463
|
-
},
|
|
464
|
-
"weaviate": {
|
|
465
|
-
"archetype": "search",
|
|
466
|
-
"label": "Weaviate",
|
|
467
|
-
"brandColor": "#45D69F",
|
|
468
|
-
"svgPath": "M12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM6 13a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm12 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM10.4 8.9l-2.6 3.4-1.6-1.2 2.6-3.4 1.6 1.2zm3.2 0l1.6-1.2 2.6 3.4-1.6 1.2-2.6-3.4z"
|
|
469
|
-
},
|
|
470
|
-
"chroma": {
|
|
471
|
-
"archetype": "search",
|
|
472
|
-
"label": "Chroma",
|
|
473
|
-
"brandColor": "#FFDE2D",
|
|
474
|
-
"svgPath": "M8 6a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm8 0a6 6 0 0 1 0 12V6z"
|
|
475
|
-
},
|
|
476
|
-
"lancedb": {
|
|
477
|
-
"archetype": "search",
|
|
478
|
-
"label": "LanceDB",
|
|
479
|
-
"brandColor": "#E6452F",
|
|
480
|
-
"svgPath": "M21 3l-8.5 2.1 2.6 2.6L7 15.8l-2.4-.6L3 18.4l2.6.6.6 2.6 3.2-1.6-.6-2.4 8.1-8.1 2.6 2.6L21 3z"
|
|
481
|
-
},
|
|
482
|
-
"pgvector": {
|
|
483
|
-
"archetype": "search",
|
|
484
|
-
"label": "pgvector",
|
|
485
|
-
"brandColor": "#336791",
|
|
486
|
-
"svgPath": "M4 6c0-1.7 3.6-3 8-3s8 1.3 8 3v12c0 1.7-3.6 3-8 3s-8-1.3-8-3V6zm2 .8V18c.9.8 3 1.5 6 1.5s5.1-.7 6-1.5V6.8C16.7 7.6 14.5 8 12 8s-4.7-.4-6-1.2zM8 11.7h5.2l-1.6-1.6 1.4-1.4 4 4-4 4-1.4-1.4 1.6-1.6H8v-2z"
|
|
487
|
-
},
|
|
488
|
-
"vespa": {
|
|
489
|
-
"archetype": "search",
|
|
490
|
-
"label": "Vespa",
|
|
491
|
-
"brandColor": "#FF9100",
|
|
492
|
-
"svgPath": "M3 4h5.2L12 9.8 15.8 4H21l-9 13.5L3 4zm9 16.5l-1.7-2.6h3.4L12 20.5z"
|
|
493
|
-
},
|
|
494
|
-
"cloudflare": {
|
|
495
|
-
"archetype": "cdn",
|
|
496
|
-
"label": "Cloudflare",
|
|
497
|
-
"iconSlug": "cloudflare",
|
|
498
|
-
"brandColor": "#F38020"
|
|
499
|
-
},
|
|
500
|
-
"fastly": {
|
|
501
|
-
"archetype": "cdn",
|
|
502
|
-
"label": "Fastly",
|
|
503
|
-
"iconSlug": "fastly",
|
|
504
|
-
"brandColor": "#FF282D"
|
|
505
|
-
},
|
|
506
|
-
"cloudfront": {
|
|
507
|
-
"archetype": "cdn",
|
|
508
|
-
"label": "AWS CloudFront",
|
|
509
|
-
"brandColor": "#FF9900",
|
|
510
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
511
|
-
},
|
|
512
|
-
"akamai": {
|
|
513
|
-
"archetype": "cdn",
|
|
514
|
-
"label": "Akamai",
|
|
515
|
-
"iconSlug": "akamai",
|
|
516
|
-
"brandColor": "#009BDE"
|
|
517
|
-
},
|
|
518
|
-
"web-client": {
|
|
519
|
-
"archetype": "client",
|
|
520
|
-
"label": "Web Browser",
|
|
521
|
-
"brandColor": "#d9f99d",
|
|
522
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2c.55 0 1.42.56 2.25 2.11.44.81.8 1.81 1.05 2.89H8.7c.25-1.08.61-2.08 1.05-2.89C10.58 4.56 11.45 4 12 4zm-2.6.44C8.67 5.7 7.88 7.5 7.38 9.5H4.26A8.04 8.04 0 0 1 9.4 4.44zM14.6 4.44A8.04 8.04 0 0 1 19.74 9.5h-3.12c-.5-2-.29-3.8-2.02-5.06zM4 11.5h3.07c-.05.49-.07.99-.07 1.5s.02 1.01.07 1.5H4a8.04 8.04 0 0 1 0-3zm5.07 0h5.86c.05.49.07.99.07 1.5s-.02 1.01-.07 1.5H9.07A13.2 13.2 0 0 1 9 13c0-.51.02-1.01.07-1.5zM17.93 11.5H21a8.04 8.04 0 0 1 0 3h-3.07c.05-.49.07-.99.07-1.5s-.02-1.01-.07-1.5zM4.26 16.5h3.12c.5 2 1.29 3.8 2.02 5.06A8.04 8.04 0 0 1 4.26 16.5zm5.14 0h5.2c-.25 1.08-.61 2.08-1.05 2.89C12.72 20.94 12.27 21 12 21s-.72-.06-1.55-1.11c-.44-.81-.8-1.81-1.05-2.89zm7.22 0h3.12a8.04 8.04 0 0 1-5.14 5.06c.73-1.26 1.52-3.06 2.02-5.06z"
|
|
523
|
-
},
|
|
524
|
-
"mobile-client": {
|
|
525
|
-
"archetype": "client",
|
|
526
|
-
"label": "Mobile App",
|
|
527
|
-
"brandColor": "#d9f99d",
|
|
528
|
-
"svgPath": "M7 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H7zm0 2h10v16H7V4zm4 14a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"
|
|
529
|
-
},
|
|
530
|
-
"desktop-client": {
|
|
531
|
-
"archetype": "client",
|
|
532
|
-
"label": "Desktop App",
|
|
533
|
-
"brandColor": "#d9f99d",
|
|
534
|
-
"svgPath": "M2 3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8v2H8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2h-2v-2h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2zm1 2h18v10H3V5z"
|
|
535
|
-
},
|
|
536
|
-
"cli-client": {
|
|
537
|
-
"archetype": "client",
|
|
538
|
-
"label": "CLI",
|
|
539
|
-
"brandColor": "#d9f99d",
|
|
540
|
-
"svgPath": "M2 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2zm1 2h18v14H3V5zm3 3l-1 1 3 3-3 3 1 1 4-4-4-4zm5 7a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2h-4z"
|
|
541
|
-
},
|
|
542
|
-
"iot-client": {
|
|
543
|
-
"archetype": "client",
|
|
544
|
-
"label": "IoT Device",
|
|
545
|
-
"brandColor": "#d9f99d",
|
|
546
|
-
"svgPath": "M7 2a1 1 0 0 0 0 2H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 0 0 0 2H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h2zm10 0h2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-2a1 1 0 0 0 0-2h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-2a1 1 0 0 0 0-2zM8 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H8zm1 2h6v8H9V8zm1 2v4h4v-4h-4z"
|
|
547
|
-
},
|
|
548
|
-
"auth0": {
|
|
549
|
-
"archetype": "auth",
|
|
550
|
-
"label": "Auth0",
|
|
551
|
-
"iconSlug": "auth0",
|
|
552
|
-
"brandColor": "#EB5424"
|
|
553
|
-
},
|
|
554
|
-
"keycloak": {
|
|
555
|
-
"archetype": "auth",
|
|
556
|
-
"label": "Keycloak",
|
|
557
|
-
"iconSlug": "keycloak",
|
|
558
|
-
"brandColor": "#4D9FDC"
|
|
559
|
-
},
|
|
560
|
-
"okta": {
|
|
561
|
-
"archetype": "auth",
|
|
562
|
-
"label": "Okta",
|
|
563
|
-
"iconSlug": "okta",
|
|
564
|
-
"brandColor": "#007DC1"
|
|
565
|
-
},
|
|
566
|
-
"clerk": {
|
|
567
|
-
"archetype": "auth",
|
|
568
|
-
"label": "Clerk",
|
|
569
|
-
"iconSlug": "clerk",
|
|
570
|
-
"brandColor": "#6C47FF"
|
|
571
|
-
},
|
|
572
|
-
"firebase-auth": {
|
|
573
|
-
"archetype": "auth",
|
|
574
|
-
"label": "Firebase Auth",
|
|
575
|
-
"iconSlug": "firebase",
|
|
576
|
-
"brandColor": "#DD2C00"
|
|
577
|
-
},
|
|
578
|
-
"openai": {
|
|
579
|
-
"archetype": "ml",
|
|
580
|
-
"label": "OpenAI",
|
|
581
|
-
"brandColor": "#412991",
|
|
582
|
-
"svgPath": "M12 2a1.5 1.5 0 0 1 1.5 1.5v.75A5 5 0 0 1 17 9h.75a1.5 1.5 0 0 1 0 3H17a5 5 0 0 1-3.5 4.75v.75a1.5 1.5 0 0 1-3 0v-.75A5 5 0 0 1 7 12h-.75a1.5 1.5 0 0 1 0-3H7A5 5 0 0 1 10.5 4.25V3.5A1.5 1.5 0 0 1 12 2zm0 5a5 5 0 1 0 0 10A5 5 0 0 0 12 7zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6z"
|
|
583
|
-
},
|
|
584
|
-
"huggingface": {
|
|
585
|
-
"archetype": "ml",
|
|
586
|
-
"label": "Hugging Face",
|
|
587
|
-
"iconSlug": "huggingface",
|
|
588
|
-
"brandColor": "#FFD21E"
|
|
589
|
-
},
|
|
590
|
-
"pytorch": {
|
|
591
|
-
"archetype": "ml",
|
|
592
|
-
"label": "PyTorch",
|
|
593
|
-
"iconSlug": "pytorch",
|
|
594
|
-
"brandColor": "#EE4C2C"
|
|
595
|
-
},
|
|
596
|
-
"tensorflow": {
|
|
597
|
-
"archetype": "ml",
|
|
598
|
-
"label": "TensorFlow",
|
|
599
|
-
"iconSlug": "tensorflow",
|
|
600
|
-
"brandColor": "#FF6F00"
|
|
601
|
-
},
|
|
602
|
-
"ollama": {
|
|
603
|
-
"archetype": "ml",
|
|
604
|
-
"label": "Ollama",
|
|
605
|
-
"iconSlug": "ollama",
|
|
606
|
-
"brandColor": "#e3e3e3"
|
|
607
|
-
},
|
|
608
|
-
"anthropic": {
|
|
609
|
-
"archetype": "ml",
|
|
610
|
-
"label": "Anthropic",
|
|
611
|
-
"iconSlug": "anthropic",
|
|
612
|
-
"brandColor": "#D4C5A9"
|
|
613
|
-
},
|
|
614
|
-
"snowflake": {
|
|
615
|
-
"archetype": "warehouse",
|
|
616
|
-
"label": "Snowflake",
|
|
617
|
-
"iconSlug": "snowflake",
|
|
618
|
-
"brandColor": "#29B5E8"
|
|
619
|
-
},
|
|
620
|
-
"clickhouse": {
|
|
621
|
-
"archetype": "warehouse",
|
|
622
|
-
"label": "ClickHouse",
|
|
623
|
-
"iconSlug": "clickhouse",
|
|
624
|
-
"brandColor": "#FBCD37"
|
|
625
|
-
},
|
|
626
|
-
"bigquery": {
|
|
627
|
-
"archetype": "warehouse",
|
|
628
|
-
"label": "Google BigQuery",
|
|
629
|
-
"iconSlug": "googlebigquery",
|
|
630
|
-
"brandColor": "#4285F4"
|
|
631
|
-
},
|
|
632
|
-
"databricks": {
|
|
633
|
-
"archetype": "warehouse",
|
|
634
|
-
"label": "Databricks",
|
|
635
|
-
"iconSlug": "databricks",
|
|
636
|
-
"brandColor": "#FF3621"
|
|
637
|
-
},
|
|
638
|
-
"duckdb": {
|
|
639
|
-
"archetype": "warehouse",
|
|
640
|
-
"label": "DuckDB",
|
|
641
|
-
"iconSlug": "duckdb",
|
|
642
|
-
"brandColor": "#FFF000"
|
|
643
|
-
},
|
|
644
|
-
"redshift": {
|
|
645
|
-
"archetype": "warehouse",
|
|
646
|
-
"label": "AWS Redshift",
|
|
647
|
-
"brandColor": "#8C4FFF",
|
|
648
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
649
|
-
},
|
|
650
|
-
"synapse": {
|
|
651
|
-
"archetype": "warehouse",
|
|
652
|
-
"label": "Azure Synapse",
|
|
653
|
-
"brandColor": "#0078D4",
|
|
654
|
-
"svgPath": "M12 2L2 20h20L12 2zm0 3.5L18.5 18h-13L12 5.5zM11 13v-4h2v4h-2zm0 2h2v2h-2v-2z"
|
|
655
|
-
},
|
|
656
|
-
"spark": {
|
|
657
|
-
"archetype": "pipeline",
|
|
658
|
-
"label": "Apache Spark",
|
|
659
|
-
"iconSlug": "apachespark",
|
|
660
|
-
"brandColor": "#E25A1C"
|
|
661
|
-
},
|
|
662
|
-
"flink": {
|
|
663
|
-
"archetype": "pipeline",
|
|
664
|
-
"label": "Apache Flink",
|
|
665
|
-
"iconSlug": "apacheflink",
|
|
666
|
-
"brandColor": "#E6526F"
|
|
667
|
-
},
|
|
668
|
-
"airflow": {
|
|
669
|
-
"archetype": "pipeline",
|
|
670
|
-
"label": "Apache Airflow",
|
|
671
|
-
"iconSlug": "apacheairflow",
|
|
672
|
-
"brandColor": "#017CEE"
|
|
673
|
-
},
|
|
674
|
-
"dbt": {
|
|
675
|
-
"archetype": "pipeline",
|
|
676
|
-
"label": "dbt",
|
|
677
|
-
"brandColor": "#FF694A",
|
|
678
|
-
"svgPath": "M5 4h5a7 7 0 0 1 0 14H5V4zm3 2.5v9H10a4.5 4.5 0 0 0 0-9H8zm6 2v2h2v-2h-2zm1 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"
|
|
679
|
-
},
|
|
680
|
-
"githubactions": {
|
|
681
|
-
"archetype": "cicd",
|
|
682
|
-
"label": "GitHub Actions",
|
|
683
|
-
"iconSlug": "githubactions",
|
|
684
|
-
"brandColor": "#2088FF"
|
|
685
|
-
},
|
|
686
|
-
"gitlab": {
|
|
687
|
-
"archetype": "cicd",
|
|
688
|
-
"label": "GitLab CI",
|
|
689
|
-
"iconSlug": "gitlab",
|
|
690
|
-
"brandColor": "#FC6D26"
|
|
691
|
-
},
|
|
692
|
-
"jenkins": {
|
|
693
|
-
"archetype": "cicd",
|
|
694
|
-
"label": "Jenkins",
|
|
695
|
-
"iconSlug": "jenkins",
|
|
696
|
-
"brandColor": "#D24939"
|
|
697
|
-
},
|
|
698
|
-
"argocd": {
|
|
699
|
-
"archetype": "cicd",
|
|
700
|
-
"label": "Argo CD",
|
|
701
|
-
"iconSlug": "argo",
|
|
702
|
-
"brandColor": "#EF7B4D"
|
|
703
|
-
},
|
|
704
|
-
"circleci": {
|
|
705
|
-
"archetype": "cicd",
|
|
706
|
-
"label": "CircleCI",
|
|
707
|
-
"iconSlug": "circleci",
|
|
708
|
-
"brandColor": "#343434"
|
|
709
|
-
},
|
|
710
|
-
"terraform": {
|
|
711
|
-
"archetype": "iac",
|
|
712
|
-
"label": "Terraform",
|
|
713
|
-
"iconSlug": "terraform",
|
|
714
|
-
"brandColor": "#844FBA"
|
|
715
|
-
},
|
|
716
|
-
"ansible": {
|
|
717
|
-
"archetype": "iac",
|
|
718
|
-
"label": "Ansible",
|
|
719
|
-
"iconSlug": "ansible",
|
|
720
|
-
"brandColor": "#EE0000"
|
|
721
|
-
},
|
|
722
|
-
"pulumi": {
|
|
723
|
-
"archetype": "iac",
|
|
724
|
-
"label": "Pulumi",
|
|
725
|
-
"iconSlug": "pulumi",
|
|
726
|
-
"brandColor": "#8A3391"
|
|
727
|
-
},
|
|
728
|
-
"helm": {
|
|
729
|
-
"archetype": "iac",
|
|
730
|
-
"label": "Helm",
|
|
731
|
-
"iconSlug": "helm",
|
|
732
|
-
"brandColor": "#0F1689"
|
|
733
|
-
},
|
|
734
|
-
"lambda": {
|
|
735
|
-
"archetype": "serverless",
|
|
736
|
-
"label": "AWS Lambda",
|
|
737
|
-
"brandColor": "#FF9900",
|
|
738
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
739
|
-
},
|
|
740
|
-
"cloudflareworkers": {
|
|
741
|
-
"archetype": "serverless",
|
|
742
|
-
"label": "Cloudflare Workers",
|
|
743
|
-
"iconSlug": "cloudflareworkers",
|
|
744
|
-
"brandColor": "#F6821F"
|
|
745
|
-
},
|
|
746
|
-
"vercel": {
|
|
747
|
-
"archetype": "serverless",
|
|
748
|
-
"label": "Vercel",
|
|
749
|
-
"iconSlug": "vercel",
|
|
750
|
-
"brandColor": "#e3e3e3"
|
|
751
|
-
},
|
|
752
|
-
"netlify": {
|
|
753
|
-
"archetype": "serverless",
|
|
754
|
-
"label": "Netlify",
|
|
755
|
-
"iconSlug": "netlify",
|
|
756
|
-
"brandColor": "#00C7B7"
|
|
757
|
-
},
|
|
758
|
-
"vault": {
|
|
759
|
-
"archetype": "secrets",
|
|
760
|
-
"label": "HashiCorp Vault",
|
|
761
|
-
"iconSlug": "vault",
|
|
762
|
-
"brandColor": "#FFEC6E"
|
|
763
|
-
},
|
|
764
|
-
"doppler": {
|
|
765
|
-
"archetype": "secrets",
|
|
766
|
-
"label": "Doppler",
|
|
767
|
-
"brandColor": "#3F00B5",
|
|
768
|
-
"svgPath": "M5 4h5a8 8 0 0 1 0 16H5V4zm3 2.5v11H10a5.5 5.5 0 0 0 0-11H8zm6.5 3.5a.75.75 0 0 1 .75.75v1.5l1.2-.69a.75.75 0 0 1 .75 1.3l-1.2.69 1.2.69a.75.75 0 0 1-.75 1.3l-1.2-.69v1.41a.75.75 0 0 1-1.5 0V15.1l-1.2.69a.75.75 0 0 1-.75-1.3l1.2-.69-1.2-.69a.75.75 0 0 1 .75-1.3l1.2.69V11a.75.75 0 0 1 .75-.75z"
|
|
769
|
-
},
|
|
770
|
-
"awssecretsmanager": {
|
|
771
|
-
"archetype": "secrets",
|
|
772
|
-
"label": "AWS Secrets Manager",
|
|
773
|
-
"brandColor": "#DD344C",
|
|
774
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
775
|
-
},
|
|
776
|
-
"stripe": {
|
|
777
|
-
"archetype": "external",
|
|
778
|
-
"label": "Stripe",
|
|
779
|
-
"iconSlug": "stripe",
|
|
780
|
-
"brandColor": "#008CDD"
|
|
781
|
-
},
|
|
782
|
-
"twilio": {
|
|
783
|
-
"archetype": "external",
|
|
784
|
-
"label": "Twilio",
|
|
785
|
-
"brandColor": "#F22F46",
|
|
786
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm-2 5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-4z"
|
|
787
|
-
},
|
|
788
|
-
"sendgrid": {
|
|
789
|
-
"archetype": "external",
|
|
790
|
-
"label": "SendGrid",
|
|
791
|
-
"brandColor": "#1A82E2",
|
|
792
|
-
"svgPath": "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"
|
|
793
|
-
},
|
|
794
|
-
"slack": {
|
|
795
|
-
"archetype": "external",
|
|
796
|
-
"label": "Slack",
|
|
797
|
-
"brandColor": "#4A154B",
|
|
798
|
-
"svgPath": "M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zM6.313 15.165a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zM8.834 6.313a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zM18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zM17.688 8.834a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zM15.165 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zM15.165 17.688a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z"
|
|
799
|
-
},
|
|
800
|
-
"googlemaps": {
|
|
801
|
-
"archetype": "external",
|
|
802
|
-
"label": "Google Maps",
|
|
803
|
-
"iconSlug": "googlemaps",
|
|
804
|
-
"brandColor": "#4285F4"
|
|
805
|
-
},
|
|
806
|
-
"paypal": {
|
|
807
|
-
"archetype": "external",
|
|
808
|
-
"label": "PayPal",
|
|
809
|
-
"iconSlug": "paypal",
|
|
810
|
-
"brandColor": "#003087"
|
|
811
|
-
},
|
|
812
|
-
"fcm": {
|
|
813
|
-
"archetype": "notification",
|
|
814
|
-
"label": "FCM",
|
|
815
|
-
"iconSlug": "firebase",
|
|
816
|
-
"brandColor": "#DD2C00"
|
|
817
|
-
},
|
|
818
|
-
"apns": {
|
|
819
|
-
"archetype": "notification",
|
|
820
|
-
"label": "APNS",
|
|
821
|
-
"iconSlug": "apple",
|
|
822
|
-
"brandColor": "#555555"
|
|
823
|
-
},
|
|
824
|
-
"sns": {
|
|
825
|
-
"archetype": "notification",
|
|
826
|
-
"label": "AWS SNS",
|
|
827
|
-
"brandColor": "#FF9900",
|
|
828
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
829
|
-
},
|
|
830
|
-
"onesignal": {
|
|
831
|
-
"archetype": "notification",
|
|
832
|
-
"label": "OneSignal",
|
|
833
|
-
"brandColor": "#E54B4D",
|
|
834
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm0 3a5 5 0 1 0 0 10A5 5 0 0 0 12 7zm0 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"
|
|
835
|
-
},
|
|
836
|
-
"ses": {
|
|
837
|
-
"archetype": "notification",
|
|
838
|
-
"label": "AWS SES",
|
|
839
|
-
"brandColor": "#FF9900",
|
|
840
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
841
|
-
},
|
|
842
|
-
"pusher": {
|
|
843
|
-
"archetype": "realtime",
|
|
844
|
-
"label": "Pusher",
|
|
845
|
-
"iconSlug": "pusher",
|
|
846
|
-
"brandColor": "#300D4F"
|
|
847
|
-
},
|
|
848
|
-
"ably": {
|
|
849
|
-
"archetype": "realtime",
|
|
850
|
-
"label": "Ably",
|
|
851
|
-
"brandColor": "#FF5416",
|
|
852
|
-
"svgPath": "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 13H9V9h2v6zm4 0h-2V9h2v6z"
|
|
853
|
-
},
|
|
854
|
-
"socketio": {
|
|
855
|
-
"archetype": "realtime",
|
|
856
|
-
"label": "Socket.IO",
|
|
857
|
-
"iconSlug": "socketdotio",
|
|
858
|
-
"brandColor": "#010101"
|
|
859
|
-
},
|
|
860
|
-
"centrifugo": {
|
|
861
|
-
"archetype": "realtime",
|
|
862
|
-
"label": "Centrifugo",
|
|
863
|
-
"brandColor": "#FF5733",
|
|
864
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm0 2a6 6 0 1 0 0 12A6 6 0 0 0 12 6zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"
|
|
865
|
-
},
|
|
866
|
-
"temporal": {
|
|
867
|
-
"archetype": "workflow",
|
|
868
|
-
"label": "Temporal",
|
|
869
|
-
"iconSlug": "temporal",
|
|
870
|
-
"brandColor": "#141414"
|
|
871
|
-
},
|
|
872
|
-
"cron": {
|
|
873
|
-
"archetype": "workflow",
|
|
874
|
-
"label": "Cron",
|
|
875
|
-
"brandColor": "#555555",
|
|
876
|
-
"svgPath": "M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2a8 8 0 1 1 0 16A8 8 0 0 1 12 4zm0 2v6l4 2.5-1 1.7L11 15V8h2z"
|
|
877
|
-
},
|
|
878
|
-
"n8n": {
|
|
879
|
-
"archetype": "workflow",
|
|
880
|
-
"label": "n8n",
|
|
881
|
-
"iconSlug": "n8n",
|
|
882
|
-
"brandColor": "#EA4B71"
|
|
883
|
-
},
|
|
884
|
-
"zapier": {
|
|
885
|
-
"archetype": "workflow",
|
|
886
|
-
"label": "Zapier",
|
|
887
|
-
"iconSlug": "zapier",
|
|
888
|
-
"brandColor": "#FF4A00"
|
|
889
|
-
},
|
|
890
|
-
"route53": {
|
|
891
|
-
"archetype": "cdn",
|
|
892
|
-
"label": "AWS Route 53",
|
|
893
|
-
"brandColor": "#FF9900",
|
|
894
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
895
|
-
},
|
|
896
|
-
"clouddns": {
|
|
897
|
-
"archetype": "cdn",
|
|
898
|
-
"label": "Cloud DNS",
|
|
899
|
-
"brandColor": "#4285F4",
|
|
900
|
-
"svgPath": "M12 2l8.5 5v10L12 22l-8.5-5V7L12 2zm0 2.3L5.5 8.15v7.7L12 19.7l6.5-3.85v-7.7L12 4.3zM10 11a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"
|
|
901
|
-
},
|
|
902
|
-
"scylladb": {
|
|
903
|
-
"archetype": "database",
|
|
904
|
-
"label": "ScyllaDB",
|
|
905
|
-
"iconSlug": "scylladb",
|
|
906
|
-
"brandColor": "#6CD5C8"
|
|
907
|
-
},
|
|
908
|
-
"couchbase": {
|
|
909
|
-
"archetype": "database",
|
|
910
|
-
"label": "Couchbase",
|
|
911
|
-
"iconSlug": "couchbase",
|
|
912
|
-
"brandColor": "#EA2328"
|
|
913
|
-
},
|
|
914
|
-
"oracle": {
|
|
915
|
-
"archetype": "database",
|
|
916
|
-
"label": "Oracle DB",
|
|
917
|
-
"brandColor": "#F80000",
|
|
918
|
-
"svgPath": "M6 9a6 6 0 0 1 6-6h0a6 6 0 0 1 6 6v6a6 6 0 0 1-6 6h0a6 6 0 0 1-6-6V9zm2 0v6a4 4 0 0 0 4 4h0a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4h0a4 4 0 0 0-4 4z"
|
|
919
|
-
},
|
|
920
|
-
"sqlserver": {
|
|
921
|
-
"archetype": "database",
|
|
922
|
-
"label": "SQL Server",
|
|
923
|
-
"brandColor": "#CC2927",
|
|
924
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zM8 8h2v3H8V8zm3 0h2v3h-2V8zm3 0h2v3h-2V8zm-6.5 7.5C9 16.5 10.8 17 12 17s3-.5 4.5-1.5l1 1C16 18 13.5 19 12 19s-4-.5-5.5-1.5l1-1z"
|
|
925
|
-
},
|
|
926
|
-
"firestore": {
|
|
927
|
-
"archetype": "database",
|
|
928
|
-
"label": "Firestore",
|
|
929
|
-
"iconSlug": "firebase",
|
|
930
|
-
"brandColor": "#FFCA28"
|
|
931
|
-
},
|
|
932
|
-
"timescaledb": {
|
|
933
|
-
"archetype": "database",
|
|
934
|
-
"label": "TimescaleDB",
|
|
935
|
-
"iconSlug": "timescale",
|
|
936
|
-
"brandColor": "#FDB515"
|
|
937
|
-
},
|
|
938
|
-
"questdb": {
|
|
939
|
-
"archetype": "database",
|
|
940
|
-
"label": "QuestDB",
|
|
941
|
-
"brandColor": "#CD4AC7",
|
|
942
|
-
"svgPath": "M10 2a8 8 0 1 0 4.906 14.32l4.387 4.387 1.414-1.414-4.387-4.387A8 8 0 0 0 10 2zm0 2a6 6 0 1 1 0 12A6 6 0 0 1 10 4zm-1 3v5.5l4 2-1 1.7-4.5-2.7V9h1.5z"
|
|
943
|
-
},
|
|
944
|
-
"arangodb": {
|
|
945
|
-
"archetype": "database",
|
|
946
|
-
"label": "ArangoDB",
|
|
947
|
-
"iconSlug": "arangodb",
|
|
948
|
-
"brandColor": "#4AA84C"
|
|
949
|
-
},
|
|
950
|
-
"trino": {
|
|
951
|
-
"archetype": "warehouse",
|
|
952
|
-
"label": "Trino",
|
|
953
|
-
"iconSlug": "trino",
|
|
954
|
-
"brandColor": "#DD00A1"
|
|
955
|
-
},
|
|
956
|
-
"apachedruid": {
|
|
957
|
-
"archetype": "warehouse",
|
|
958
|
-
"label": "Apache Druid",
|
|
959
|
-
"iconSlug": "apachedruid",
|
|
960
|
-
"brandColor": "#29A2C1"
|
|
961
|
-
},
|
|
962
|
-
"apachepinot": {
|
|
963
|
-
"archetype": "warehouse",
|
|
964
|
-
"label": "Apache Pinot",
|
|
965
|
-
"brandColor": "#1BA8B6",
|
|
966
|
-
"svgPath": "M3 3h7v7H3V3zm0 11h7v7H3v-7zm11-11h7v7h-7V3zm0 11h7v7h-7v-7z"
|
|
967
|
-
},
|
|
968
|
-
"awskinesis": {
|
|
969
|
-
"archetype": "queue",
|
|
970
|
-
"label": "AWS Kinesis",
|
|
971
|
-
"brandColor": "#FF4F8B",
|
|
972
|
-
"svgPath": "M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5zm2 1v7h12V6H6zm1.5 10.5C9 17.5 10.8 18 12 18s3-.5 4.5-1.5l1 1C16 18.9 14.1 19.5 12 19.5s-4-.6-5.5-1.5l1-1z"
|
|
973
|
-
},
|
|
974
|
-
"redpanda": {
|
|
975
|
-
"archetype": "queue",
|
|
976
|
-
"label": "Redpanda",
|
|
977
|
-
"brandColor": "#E6356F",
|
|
978
|
-
"svgPath": "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"
|
|
979
|
-
},
|
|
980
|
-
"dynatrace": {
|
|
981
|
-
"archetype": "observability",
|
|
982
|
-
"label": "Dynatrace",
|
|
983
|
-
"iconSlug": "dynatrace",
|
|
984
|
-
"brandColor": "#1496FF"
|
|
985
|
-
},
|
|
986
|
-
"pagerduty": {
|
|
987
|
-
"archetype": "observability",
|
|
988
|
-
"label": "PagerDuty",
|
|
989
|
-
"iconSlug": "pagerduty",
|
|
990
|
-
"brandColor": "#06AC38"
|
|
991
|
-
},
|
|
992
|
-
"victoriametrics": {
|
|
993
|
-
"archetype": "observability",
|
|
994
|
-
"label": "VictoriaMetrics",
|
|
995
|
-
"iconSlug": "victoriametrics",
|
|
996
|
-
"brandColor": "#621773"
|
|
997
|
-
},
|
|
998
|
-
"fluentd": {
|
|
999
|
-
"archetype": "observability",
|
|
1000
|
-
"label": "Fluentd",
|
|
1001
|
-
"iconSlug": "fluentd",
|
|
1002
|
-
"brandColor": "#0E83C8"
|
|
1003
|
-
},
|
|
1004
|
-
"fluentbit": {
|
|
1005
|
-
"archetype": "observability",
|
|
1006
|
-
"label": "Fluent Bit",
|
|
1007
|
-
"iconSlug": "fluentbit",
|
|
1008
|
-
"brandColor": "#49BDA5"
|
|
1009
|
-
},
|
|
1010
|
-
"digitalocean": {
|
|
1011
|
-
"archetype": "compute",
|
|
1012
|
-
"label": "DigitalOcean",
|
|
1013
|
-
"iconSlug": "digitalocean",
|
|
1014
|
-
"brandColor": "#0080FF"
|
|
1015
|
-
},
|
|
1016
|
-
"railway": {
|
|
1017
|
-
"archetype": "compute",
|
|
1018
|
-
"label": "Railway",
|
|
1019
|
-
"iconSlug": "railway",
|
|
1020
|
-
"brandColor": "#9CA3AF"
|
|
1021
|
-
},
|
|
1022
|
-
"render": {
|
|
1023
|
-
"archetype": "compute",
|
|
1024
|
-
"label": "Render",
|
|
1025
|
-
"iconSlug": "render",
|
|
1026
|
-
"brandColor": "#94A3B8"
|
|
1027
|
-
},
|
|
1028
|
-
"neon": {
|
|
1029
|
-
"archetype": "database",
|
|
1030
|
-
"label": "Neon",
|
|
1031
|
-
"iconSlug": "neon",
|
|
1032
|
-
"brandColor": "#34D59A"
|
|
1033
|
-
},
|
|
1034
|
-
"googlegemini": {
|
|
1035
|
-
"archetype": "ml",
|
|
1036
|
-
"label": "Google Gemini",
|
|
1037
|
-
"iconSlug": "googlegemini",
|
|
1038
|
-
"brandColor": "#8E75B2"
|
|
1039
|
-
},
|
|
1040
|
-
"mistralai": {
|
|
1041
|
-
"archetype": "ml",
|
|
1042
|
-
"label": "Mistral AI",
|
|
1043
|
-
"iconSlug": "mistralai",
|
|
1044
|
-
"brandColor": "#FA520F"
|
|
1045
|
-
},
|
|
1046
|
-
"replicate": {
|
|
1047
|
-
"archetype": "ml",
|
|
1048
|
-
"label": "Replicate",
|
|
1049
|
-
"iconSlug": "replicate",
|
|
1050
|
-
"brandColor": "#A3A3A3"
|
|
1051
|
-
},
|
|
1052
|
-
"langchain": {
|
|
1053
|
-
"archetype": "ml",
|
|
1054
|
-
"label": "LangChain",
|
|
1055
|
-
"iconSlug": "langchain",
|
|
1056
|
-
"brandColor": "#7FC8FF"
|
|
1057
|
-
},
|
|
1058
|
-
"cohere": {
|
|
1059
|
-
"archetype": "ml",
|
|
1060
|
-
"label": "Cohere",
|
|
1061
|
-
"brandColor": "#39594D",
|
|
1062
|
-
"svgPath": "M12 3a9 9 0 1 1-9 9h2.5a6.5 6.5 0 1 0 6.5-6.5V3zm0 5a4 4 0 1 1-4 4h2.3A1.7 1.7 0 1 0 12 10.3V8z"
|
|
1063
|
-
},
|
|
1064
|
-
"togetherai": {
|
|
1065
|
-
"archetype": "ml",
|
|
1066
|
-
"label": "Together AI",
|
|
1067
|
-
"brandColor": "#0F6FFF",
|
|
1068
|
-
"svgPath": "M4 4h7v7H4V4zm9 0h7v7h-7V4zM4 13h7v7H4v-7zm12.5 0a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"
|
|
1069
|
-
},
|
|
1070
|
-
"groq": {
|
|
1071
|
-
"archetype": "ml",
|
|
1072
|
-
"label": "Groq",
|
|
1073
|
-
"brandColor": "#F55036",
|
|
1074
|
-
"svgPath": "M9 2h2v2.5h2V2h2v2.5h1A2.5 2.5 0 0 1 18.5 7v1H21v2h-2.5v2H21v2h-2.5v1a2.5 2.5 0 0 1-2.5 2.5h-1V20h-2v-2.5h-2V20H9v-2.5H8A2.5 2.5 0 0 1 5.5 15v-1H3v-2h2.5v-2H3V8h2.5V7A2.5 2.5 0 0 1 8 4.5h1V2zM7.5 6.5v11h9v-11h-9zm5 1.5l-2.3 4.2h1.8l-1 3.3 3.8-4.7h-1.9L14.3 8h-1.8z"
|
|
1075
|
-
},
|
|
1076
|
-
"travisci": {
|
|
1077
|
-
"archetype": "cicd",
|
|
1078
|
-
"label": "Travis CI",
|
|
1079
|
-
"iconSlug": "travisci",
|
|
1080
|
-
"brandColor": "#3EAAAF"
|
|
1081
|
-
},
|
|
1082
|
-
"buildkite": {
|
|
1083
|
-
"archetype": "cicd",
|
|
1084
|
-
"label": "Buildkite",
|
|
1085
|
-
"iconSlug": "buildkite",
|
|
1086
|
-
"brandColor": "#14CC80"
|
|
1087
|
-
},
|
|
1088
|
-
"teamcity": {
|
|
1089
|
-
"archetype": "cicd",
|
|
1090
|
-
"label": "TeamCity",
|
|
1091
|
-
"iconSlug": "teamcity",
|
|
1092
|
-
"brandColor": "#22B7F2"
|
|
1093
|
-
},
|
|
1094
|
-
"drone": {
|
|
1095
|
-
"archetype": "cicd",
|
|
1096
|
-
"label": "Drone CI",
|
|
1097
|
-
"iconSlug": "drone",
|
|
1098
|
-
"brandColor": "#C5C9CF"
|
|
1099
|
-
},
|
|
1100
|
-
"ory": {
|
|
1101
|
-
"archetype": "auth",
|
|
1102
|
-
"label": "Ory",
|
|
1103
|
-
"iconSlug": "ory",
|
|
1104
|
-
"brandColor": "#4F46E5"
|
|
1105
|
-
},
|
|
1106
|
-
"prefect": {
|
|
1107
|
-
"archetype": "pipeline",
|
|
1108
|
-
"label": "Prefect",
|
|
1109
|
-
"iconSlug": "prefect",
|
|
1110
|
-
"brandColor": "#44CADC"
|
|
1111
|
-
},
|
|
1112
|
-
"airbyte": {
|
|
1113
|
-
"archetype": "pipeline",
|
|
1114
|
-
"label": "Airbyte",
|
|
1115
|
-
"iconSlug": "airbyte",
|
|
1116
|
-
"brandColor": "#615EFF"
|
|
1117
|
-
},
|
|
1118
|
-
"opentofu": {
|
|
1119
|
-
"archetype": "iac",
|
|
1120
|
-
"label": "OpenTofu",
|
|
1121
|
-
"iconSlug": "opentofu",
|
|
1122
|
-
"brandColor": "#FFDA18"
|
|
1123
|
-
},
|
|
1124
|
-
"github": {
|
|
1125
|
-
"archetype": "external",
|
|
1126
|
-
"label": "GitHub",
|
|
1127
|
-
"iconSlug": "github",
|
|
1128
|
-
"brandColor": "#E3E3E3"
|
|
1129
|
-
},
|
|
1130
|
-
"hubspot": {
|
|
1131
|
-
"archetype": "external",
|
|
1132
|
-
"label": "HubSpot",
|
|
1133
|
-
"iconSlug": "hubspot",
|
|
1134
|
-
"brandColor": "#FF7A59"
|
|
1135
|
-
},
|
|
1136
|
-
"shopify": {
|
|
1137
|
-
"archetype": "external",
|
|
1138
|
-
"label": "Shopify",
|
|
1139
|
-
"iconSlug": "shopify",
|
|
1140
|
-
"brandColor": "#7AB55C"
|
|
1141
|
-
}
|
|
1142
|
-
}
|