hostdb 0.10.0
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/LICENSE +131 -0
- package/README.md +228 -0
- package/bin/cli.js +75 -0
- package/cli/bin.ts +527 -0
- package/databases.json +943 -0
- package/downloads.json +1766 -0
- package/lib/checksums.ts +98 -0
- package/lib/databases.ts +82 -0
- package/package.json +67 -0
- package/releases.json +658 -0
package/databases.json
ADDED
|
@@ -0,0 +1,943 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./schemas/databases.schema.json",
|
|
3
|
+
"databases": {
|
|
4
|
+
"apache-cassandra": {
|
|
5
|
+
"displayName": "Apache Cassandra",
|
|
6
|
+
"description": "Distributed NoSQL database designed for high availability, linear scalability, and fault tolerance",
|
|
7
|
+
"type": "Distributed NoSQL",
|
|
8
|
+
"sourceRepo": "https://github.com/apache/cassandra",
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"commercialUse": true,
|
|
11
|
+
"protocol": null,
|
|
12
|
+
"note": "Java-based; requires JVM bundled or installed",
|
|
13
|
+
"latestLts": "5.0",
|
|
14
|
+
"versions": {
|
|
15
|
+
"5.0.6": true,
|
|
16
|
+
"4.1.10": false
|
|
17
|
+
},
|
|
18
|
+
"platforms": {
|
|
19
|
+
"linux-x64": true,
|
|
20
|
+
"linux-arm64": true,
|
|
21
|
+
"darwin-x64": true,
|
|
22
|
+
"darwin-arm64": true,
|
|
23
|
+
"win32-x64": true
|
|
24
|
+
},
|
|
25
|
+
"cliTools": {
|
|
26
|
+
"server": "cassandra",
|
|
27
|
+
"client": "cqlsh",
|
|
28
|
+
"utilities": ["nodetool", "sstableloader"],
|
|
29
|
+
"enhanced": []
|
|
30
|
+
},
|
|
31
|
+
"connection": {
|
|
32
|
+
"runtime": "server",
|
|
33
|
+
"defaultPort": 9042,
|
|
34
|
+
"scheme": "cql",
|
|
35
|
+
"defaultDatabase": null,
|
|
36
|
+
"defaultUser": "cassandra",
|
|
37
|
+
"queryLanguage": "CQL"
|
|
38
|
+
},
|
|
39
|
+
"status": "pending"
|
|
40
|
+
},
|
|
41
|
+
"arangodb": {
|
|
42
|
+
"displayName": "ArangoDB",
|
|
43
|
+
"description": "Multi-model database supporting graphs, documents, and key-value with unified query language",
|
|
44
|
+
"type": "Multi-model",
|
|
45
|
+
"sourceRepo": "https://github.com/arangodb/arangodb",
|
|
46
|
+
"license": "Apache-2.0",
|
|
47
|
+
"commercialUse": true,
|
|
48
|
+
"protocol": null,
|
|
49
|
+
"note": "",
|
|
50
|
+
"latestLts": "3.12",
|
|
51
|
+
"versions": {
|
|
52
|
+
"3.12.6": true
|
|
53
|
+
},
|
|
54
|
+
"platforms": {
|
|
55
|
+
"linux-x64": true,
|
|
56
|
+
"linux-arm64": true,
|
|
57
|
+
"darwin-x64": true,
|
|
58
|
+
"darwin-arm64": true,
|
|
59
|
+
"win32-x64": true
|
|
60
|
+
},
|
|
61
|
+
"cliTools": {
|
|
62
|
+
"server": "arangod",
|
|
63
|
+
"client": "arangosh",
|
|
64
|
+
"utilities": [
|
|
65
|
+
"arangodump",
|
|
66
|
+
"arangorestore",
|
|
67
|
+
"arangoimport",
|
|
68
|
+
"arangoexport"
|
|
69
|
+
],
|
|
70
|
+
"enhanced": []
|
|
71
|
+
},
|
|
72
|
+
"connection": {
|
|
73
|
+
"runtime": "server",
|
|
74
|
+
"defaultPort": 8529,
|
|
75
|
+
"scheme": "arangodb",
|
|
76
|
+
"defaultDatabase": "_system",
|
|
77
|
+
"defaultUser": "root",
|
|
78
|
+
"queryLanguage": "AQL"
|
|
79
|
+
},
|
|
80
|
+
"status": "pending"
|
|
81
|
+
},
|
|
82
|
+
"clickhouse": {
|
|
83
|
+
"displayName": "ClickHouse",
|
|
84
|
+
"description": "Column-oriented database for real-time analytics and big data processing.",
|
|
85
|
+
"type": "Analytical",
|
|
86
|
+
"sourceRepo": "https://github.com/ClickHouse/ClickHouse",
|
|
87
|
+
"license": "Apache-2.0",
|
|
88
|
+
"commercialUse": true,
|
|
89
|
+
"protocol": null,
|
|
90
|
+
"note": "Windows binaries unavailable. Require WSL.",
|
|
91
|
+
"latestLts": "25.12",
|
|
92
|
+
"versions": {
|
|
93
|
+
"25.12.3.21": true
|
|
94
|
+
},
|
|
95
|
+
"platforms": {
|
|
96
|
+
"linux-x64": true,
|
|
97
|
+
"linux-arm64": true,
|
|
98
|
+
"darwin-x64": true,
|
|
99
|
+
"darwin-arm64": true
|
|
100
|
+
},
|
|
101
|
+
"cliTools": {
|
|
102
|
+
"server": "clickhouse-server",
|
|
103
|
+
"client": "clickhouse-client",
|
|
104
|
+
"utilities": ["clickhouse-local", "clickhouse-benchmark"],
|
|
105
|
+
"enhanced": []
|
|
106
|
+
},
|
|
107
|
+
"connection": {
|
|
108
|
+
"runtime": "server",
|
|
109
|
+
"defaultPort": 9000,
|
|
110
|
+
"scheme": "clickhouse",
|
|
111
|
+
"defaultDatabase": "default",
|
|
112
|
+
"defaultUser": "default",
|
|
113
|
+
"queryLanguage": "SQL"
|
|
114
|
+
},
|
|
115
|
+
"status": "in-progress"
|
|
116
|
+
},
|
|
117
|
+
"cockroachdb": {
|
|
118
|
+
"displayName": "CockroachDB",
|
|
119
|
+
"description": "Distributed SQL database with PostgreSQL compatibility, designed for high availability and horizontal scale",
|
|
120
|
+
"type": "Distributed SQL",
|
|
121
|
+
"sourceRepo": "https://github.com/cockroachdb/cockroach",
|
|
122
|
+
"license": "CSL (v24.3+), BSL (older)",
|
|
123
|
+
"commercialUse": true,
|
|
124
|
+
"protocol": "postgresql",
|
|
125
|
+
"note": "CockroachDB Software License restricts competing cloud services; fine for local dev",
|
|
126
|
+
"latestLts": "25.2",
|
|
127
|
+
"versions": {
|
|
128
|
+
"25.4.2": true,
|
|
129
|
+
"25.2.10": true
|
|
130
|
+
},
|
|
131
|
+
"platforms": {
|
|
132
|
+
"linux-x64": true,
|
|
133
|
+
"linux-arm64": true,
|
|
134
|
+
"darwin-x64": true,
|
|
135
|
+
"darwin-arm64": true,
|
|
136
|
+
"win32-x64": true
|
|
137
|
+
},
|
|
138
|
+
"cliTools": {
|
|
139
|
+
"server": "cockroach",
|
|
140
|
+
"client": "cockroach",
|
|
141
|
+
"utilities": [],
|
|
142
|
+
"enhanced": ["pgcli", "usql"],
|
|
143
|
+
"note": "Single binary; use 'cockroach start-single-node' for server, 'cockroach sql' for client"
|
|
144
|
+
},
|
|
145
|
+
"connection": {
|
|
146
|
+
"runtime": "server",
|
|
147
|
+
"defaultPort": 26257,
|
|
148
|
+
"scheme": "postgresql",
|
|
149
|
+
"defaultDatabase": "defaultdb",
|
|
150
|
+
"defaultUser": "root",
|
|
151
|
+
"queryLanguage": "SQL"
|
|
152
|
+
},
|
|
153
|
+
"status": "pending"
|
|
154
|
+
},
|
|
155
|
+
"couchdb": {
|
|
156
|
+
"displayName": "CouchDB",
|
|
157
|
+
"description": "Document-oriented NoSQL database with HTTP API, multi-version concurrency, and offline-first sync",
|
|
158
|
+
"type": "Document",
|
|
159
|
+
"sourceRepo": "https://github.com/apache/couchdb",
|
|
160
|
+
"license": "Apache-2.0",
|
|
161
|
+
"commercialUse": true,
|
|
162
|
+
"protocol": null,
|
|
163
|
+
"note": "Less popular document DB; FerretDB provides MongoDB compatibility with permissive license",
|
|
164
|
+
"latestLts": "3.5",
|
|
165
|
+
"versions": {
|
|
166
|
+
"3.5.1": true
|
|
167
|
+
},
|
|
168
|
+
"platforms": {
|
|
169
|
+
"linux-x64": true,
|
|
170
|
+
"linux-arm64": true,
|
|
171
|
+
"darwin-x64": true,
|
|
172
|
+
"darwin-arm64": true,
|
|
173
|
+
"win32-x64": true
|
|
174
|
+
},
|
|
175
|
+
"cliTools": {
|
|
176
|
+
"server": "couchdb",
|
|
177
|
+
"client": null,
|
|
178
|
+
"utilities": [],
|
|
179
|
+
"enhanced": [],
|
|
180
|
+
"note": "HTTP API only; use curl or Fauxton web UI"
|
|
181
|
+
},
|
|
182
|
+
"connection": {
|
|
183
|
+
"runtime": "server",
|
|
184
|
+
"defaultPort": 5984,
|
|
185
|
+
"scheme": "http",
|
|
186
|
+
"defaultDatabase": null,
|
|
187
|
+
"defaultUser": "admin",
|
|
188
|
+
"queryLanguage": "HTTP"
|
|
189
|
+
},
|
|
190
|
+
"status": "unsupported"
|
|
191
|
+
},
|
|
192
|
+
"duckdb": {
|
|
193
|
+
"displayName": "DuckDB",
|
|
194
|
+
"description": "Fast in-process analytical database with rich SQL support, optimized for OLAP workloads",
|
|
195
|
+
"type": "Analytical",
|
|
196
|
+
"sourceRepo": "https://github.com/duckdb/duckdb",
|
|
197
|
+
"license": "MIT",
|
|
198
|
+
"commercialUse": true,
|
|
199
|
+
"protocol": null,
|
|
200
|
+
"note": "",
|
|
201
|
+
"latestLts": "1.4",
|
|
202
|
+
"versions": {
|
|
203
|
+
"1.4.3": true
|
|
204
|
+
},
|
|
205
|
+
"platforms": {
|
|
206
|
+
"linux-x64": true,
|
|
207
|
+
"linux-arm64": true,
|
|
208
|
+
"darwin-x64": true,
|
|
209
|
+
"darwin-arm64": true,
|
|
210
|
+
"win32-x64": true
|
|
211
|
+
},
|
|
212
|
+
"cliTools": {
|
|
213
|
+
"server": null,
|
|
214
|
+
"client": "duckdb",
|
|
215
|
+
"utilities": [],
|
|
216
|
+
"enhanced": ["usql"]
|
|
217
|
+
},
|
|
218
|
+
"connection": {
|
|
219
|
+
"runtime": "embedded",
|
|
220
|
+
"defaultPort": null,
|
|
221
|
+
"scheme": "duckdb",
|
|
222
|
+
"defaultDatabase": null,
|
|
223
|
+
"defaultUser": null,
|
|
224
|
+
"queryLanguage": "SQL"
|
|
225
|
+
},
|
|
226
|
+
"status": "pending"
|
|
227
|
+
},
|
|
228
|
+
"ferretdb": {
|
|
229
|
+
"displayName": "FerretDB",
|
|
230
|
+
"description": "Open-source MongoDB alternative using PostgreSQL as the backend, wire-protocol compatible",
|
|
231
|
+
"type": "Document",
|
|
232
|
+
"sourceRepo": "https://github.com/FerretDB/FerretDB",
|
|
233
|
+
"license": "Apache-2.0",
|
|
234
|
+
"commercialUse": true,
|
|
235
|
+
"protocol": "mongodb",
|
|
236
|
+
"note": "",
|
|
237
|
+
"latestLts": "2.7",
|
|
238
|
+
"versions": {
|
|
239
|
+
"2.7.0": true
|
|
240
|
+
},
|
|
241
|
+
"platforms": {
|
|
242
|
+
"linux-x64": true,
|
|
243
|
+
"linux-arm64": true,
|
|
244
|
+
"darwin-x64": true,
|
|
245
|
+
"darwin-arm64": true,
|
|
246
|
+
"win32-x64": true
|
|
247
|
+
},
|
|
248
|
+
"cliTools": {
|
|
249
|
+
"server": "ferretdb",
|
|
250
|
+
"client": "mongosh",
|
|
251
|
+
"utilities": ["mongodump", "mongorestore"],
|
|
252
|
+
"enhanced": []
|
|
253
|
+
},
|
|
254
|
+
"connection": {
|
|
255
|
+
"runtime": "server",
|
|
256
|
+
"defaultPort": 27017,
|
|
257
|
+
"scheme": "mongodb",
|
|
258
|
+
"defaultDatabase": "test",
|
|
259
|
+
"defaultUser": null,
|
|
260
|
+
"queryLanguage": "MQL"
|
|
261
|
+
},
|
|
262
|
+
"status": "pending"
|
|
263
|
+
},
|
|
264
|
+
"foundationdb": {
|
|
265
|
+
"displayName": "FoundationDB",
|
|
266
|
+
"description": "Distributed, transactional key-value store with ACID guarantees, backed by Apple",
|
|
267
|
+
"type": "Key-Value",
|
|
268
|
+
"sourceRepo": "https://github.com/apple/foundationdb",
|
|
269
|
+
"license": "Apache-2.0",
|
|
270
|
+
"commercialUse": true,
|
|
271
|
+
"protocol": null,
|
|
272
|
+
"note": "Niche use case; primarily used within Apple ecosystem",
|
|
273
|
+
"latestLts": "7.3",
|
|
274
|
+
"versions": {
|
|
275
|
+
"7.3.69": true
|
|
276
|
+
},
|
|
277
|
+
"platforms": {
|
|
278
|
+
"linux-x64": true,
|
|
279
|
+
"linux-arm64": true,
|
|
280
|
+
"darwin-x64": true,
|
|
281
|
+
"darwin-arm64": true,
|
|
282
|
+
"win32-x64": true
|
|
283
|
+
},
|
|
284
|
+
"cliTools": {
|
|
285
|
+
"server": "fdbserver",
|
|
286
|
+
"client": "fdbcli",
|
|
287
|
+
"utilities": ["fdbbackup", "fdbrestore", "fdbdr"],
|
|
288
|
+
"enhanced": []
|
|
289
|
+
},
|
|
290
|
+
"connection": {
|
|
291
|
+
"runtime": "server",
|
|
292
|
+
"defaultPort": 4500,
|
|
293
|
+
"scheme": "fdb",
|
|
294
|
+
"defaultDatabase": null,
|
|
295
|
+
"defaultUser": null,
|
|
296
|
+
"queryLanguage": "API"
|
|
297
|
+
},
|
|
298
|
+
"status": "unsupported"
|
|
299
|
+
},
|
|
300
|
+
"influxdb": {
|
|
301
|
+
"displayName": "InfluxDB",
|
|
302
|
+
"description": "Purpose-built time-series database for metrics, events, and real-time analytics",
|
|
303
|
+
"type": "Time-series",
|
|
304
|
+
"sourceRepo": "https://github.com/influxdata/influxdb",
|
|
305
|
+
"license": "MIT",
|
|
306
|
+
"commercialUse": true,
|
|
307
|
+
"protocol": null,
|
|
308
|
+
"note": "QuestDB + TimescaleDB cover time-series with better SQL support",
|
|
309
|
+
"latestLts": "3.4",
|
|
310
|
+
"versions": {
|
|
311
|
+
"3.4.0": true
|
|
312
|
+
},
|
|
313
|
+
"platforms": {
|
|
314
|
+
"linux-x64": true,
|
|
315
|
+
"linux-arm64": true,
|
|
316
|
+
"darwin-x64": true,
|
|
317
|
+
"darwin-arm64": true,
|
|
318
|
+
"win32-x64": true
|
|
319
|
+
},
|
|
320
|
+
"cliTools": {
|
|
321
|
+
"server": "influxd",
|
|
322
|
+
"client": "influx",
|
|
323
|
+
"utilities": [],
|
|
324
|
+
"enhanced": []
|
|
325
|
+
},
|
|
326
|
+
"connection": {
|
|
327
|
+
"runtime": "server",
|
|
328
|
+
"defaultPort": 8086,
|
|
329
|
+
"scheme": "http",
|
|
330
|
+
"defaultDatabase": null,
|
|
331
|
+
"defaultUser": null,
|
|
332
|
+
"queryLanguage": "InfluxQL"
|
|
333
|
+
},
|
|
334
|
+
"status": "unsupported"
|
|
335
|
+
},
|
|
336
|
+
"keydb": {
|
|
337
|
+
"displayName": "KeyDB",
|
|
338
|
+
"description": "Multithreaded fork of Redis with high performance and BSD license",
|
|
339
|
+
"type": "Key-Value",
|
|
340
|
+
"sourceRepo": "https://github.com/Snapchat/KeyDB",
|
|
341
|
+
"license": "BSD-3-Clause",
|
|
342
|
+
"commercialUse": true,
|
|
343
|
+
"protocol": "redis",
|
|
344
|
+
"note": "Less popular than Valkey (7K vs 20K GitHub stars); Valkey has broader industry support",
|
|
345
|
+
"latestLts": "6.3",
|
|
346
|
+
"versions": {
|
|
347
|
+
"6.3.4": true
|
|
348
|
+
},
|
|
349
|
+
"platforms": {
|
|
350
|
+
"linux-x64": true,
|
|
351
|
+
"linux-arm64": true,
|
|
352
|
+
"darwin-x64": true,
|
|
353
|
+
"darwin-arm64": true,
|
|
354
|
+
"win32-x64": true
|
|
355
|
+
},
|
|
356
|
+
"cliTools": {
|
|
357
|
+
"server": "keydb-server",
|
|
358
|
+
"client": "keydb-cli",
|
|
359
|
+
"utilities": ["keydb-benchmark"],
|
|
360
|
+
"enhanced": ["iredis"]
|
|
361
|
+
},
|
|
362
|
+
"connection": {
|
|
363
|
+
"runtime": "server",
|
|
364
|
+
"defaultPort": 6379,
|
|
365
|
+
"scheme": "redis",
|
|
366
|
+
"defaultDatabase": "0",
|
|
367
|
+
"defaultUser": null,
|
|
368
|
+
"queryLanguage": "Redis"
|
|
369
|
+
},
|
|
370
|
+
"status": "unsupported"
|
|
371
|
+
},
|
|
372
|
+
"libsql": {
|
|
373
|
+
"displayName": "libSQL",
|
|
374
|
+
"description": "Fork of SQLite with native replication, async I/O, and enhanced features by Turso",
|
|
375
|
+
"type": "Embedded SQL",
|
|
376
|
+
"sourceRepo": "https://github.com/tursodatabase/libsql",
|
|
377
|
+
"license": "MIT",
|
|
378
|
+
"commercialUse": true,
|
|
379
|
+
"protocol": "sqlite",
|
|
380
|
+
"note": "Development stalled; last release Feb 2025 (10+ months ago)",
|
|
381
|
+
"latestLts": "0.24",
|
|
382
|
+
"versions": {
|
|
383
|
+
"0.24.32": true
|
|
384
|
+
},
|
|
385
|
+
"platforms": {
|
|
386
|
+
"linux-x64": true,
|
|
387
|
+
"linux-arm64": true,
|
|
388
|
+
"darwin-x64": true,
|
|
389
|
+
"darwin-arm64": true,
|
|
390
|
+
"win32-x64": true
|
|
391
|
+
},
|
|
392
|
+
"cliTools": {
|
|
393
|
+
"server": "sqld",
|
|
394
|
+
"client": "libsql",
|
|
395
|
+
"utilities": [],
|
|
396
|
+
"enhanced": ["litecli", "usql"]
|
|
397
|
+
},
|
|
398
|
+
"connection": {
|
|
399
|
+
"runtime": "embedded",
|
|
400
|
+
"defaultPort": null,
|
|
401
|
+
"scheme": "sqlite",
|
|
402
|
+
"defaultDatabase": null,
|
|
403
|
+
"defaultUser": null,
|
|
404
|
+
"queryLanguage": "SQL"
|
|
405
|
+
},
|
|
406
|
+
"status": "unsupported"
|
|
407
|
+
},
|
|
408
|
+
"mariadb": {
|
|
409
|
+
"displayName": "MariaDB",
|
|
410
|
+
"description": "Community-developed fork of MySQL with enhanced performance, storage engines, and features",
|
|
411
|
+
"type": "Relational",
|
|
412
|
+
"sourceRepo": "https://github.com/MariaDB/server",
|
|
413
|
+
"license": "GPL-2.0",
|
|
414
|
+
"commercialUse": true,
|
|
415
|
+
"protocol": null,
|
|
416
|
+
"note": "",
|
|
417
|
+
"latestLts": "11.8",
|
|
418
|
+
"versions": {
|
|
419
|
+
"11.8.5": true,
|
|
420
|
+
"11.4.5": true,
|
|
421
|
+
"10.11.15": true
|
|
422
|
+
},
|
|
423
|
+
"platforms": {
|
|
424
|
+
"linux-x64": true,
|
|
425
|
+
"linux-arm64": true,
|
|
426
|
+
"darwin-x64": true,
|
|
427
|
+
"darwin-arm64": true,
|
|
428
|
+
"win32-x64": true
|
|
429
|
+
},
|
|
430
|
+
"cliTools": {
|
|
431
|
+
"server": "mariadbd",
|
|
432
|
+
"client": "mariadb",
|
|
433
|
+
"utilities": ["mariadb-dump", "mariadb-import", "mariadb-admin"],
|
|
434
|
+
"enhanced": ["mycli", "usql"]
|
|
435
|
+
},
|
|
436
|
+
"connection": {
|
|
437
|
+
"runtime": "server",
|
|
438
|
+
"defaultPort": 3306,
|
|
439
|
+
"scheme": "mysql",
|
|
440
|
+
"defaultDatabase": "mysql",
|
|
441
|
+
"defaultUser": "root",
|
|
442
|
+
"queryLanguage": "SQL"
|
|
443
|
+
},
|
|
444
|
+
"status": "completed"
|
|
445
|
+
},
|
|
446
|
+
"meilisearch": {
|
|
447
|
+
"displayName": "Meilisearch",
|
|
448
|
+
"description": "Lightning-fast, typo-tolerant search engine with instant results",
|
|
449
|
+
"type": "Search",
|
|
450
|
+
"sourceRepo": "https://github.com/meilisearch/meilisearch",
|
|
451
|
+
"license": "MIT",
|
|
452
|
+
"commercialUse": true,
|
|
453
|
+
"protocol": null,
|
|
454
|
+
"note": "",
|
|
455
|
+
"latestLts": "1.31",
|
|
456
|
+
"versions": {
|
|
457
|
+
"1.31.0": true
|
|
458
|
+
},
|
|
459
|
+
"platforms": {
|
|
460
|
+
"linux-x64": true,
|
|
461
|
+
"linux-arm64": true,
|
|
462
|
+
"darwin-x64": true,
|
|
463
|
+
"darwin-arm64": true,
|
|
464
|
+
"win32-x64": true
|
|
465
|
+
},
|
|
466
|
+
"cliTools": {
|
|
467
|
+
"server": "meilisearch",
|
|
468
|
+
"client": null,
|
|
469
|
+
"utilities": [],
|
|
470
|
+
"enhanced": [],
|
|
471
|
+
"note": "HTTP API only; use curl or official SDKs"
|
|
472
|
+
},
|
|
473
|
+
"connection": {
|
|
474
|
+
"runtime": "server",
|
|
475
|
+
"defaultPort": 7700,
|
|
476
|
+
"scheme": "http",
|
|
477
|
+
"defaultDatabase": null,
|
|
478
|
+
"defaultUser": null,
|
|
479
|
+
"queryLanguage": "HTTP"
|
|
480
|
+
},
|
|
481
|
+
"status": "pending"
|
|
482
|
+
},
|
|
483
|
+
"mongodb": {
|
|
484
|
+
"displayName": "MongoDB",
|
|
485
|
+
"description": "Document-oriented NoSQL database for flexible, JSON-like data storage",
|
|
486
|
+
"type": "Document",
|
|
487
|
+
"sourceRepo": "https://github.com/mongodb/mongo",
|
|
488
|
+
"license": "SSPL-1.0",
|
|
489
|
+
"commercialUse": false,
|
|
490
|
+
"protocol": null,
|
|
491
|
+
"note": "TODO - disable if used commercially; use FerretDB as alternative",
|
|
492
|
+
"latestLts": "8.0",
|
|
493
|
+
"versions": {
|
|
494
|
+
"8.2.3": true,
|
|
495
|
+
"8.0.17": true,
|
|
496
|
+
"7.0.28": true
|
|
497
|
+
},
|
|
498
|
+
"platforms": {
|
|
499
|
+
"linux-x64": true,
|
|
500
|
+
"linux-arm64": true,
|
|
501
|
+
"darwin-x64": true,
|
|
502
|
+
"darwin-arm64": true,
|
|
503
|
+
"win32-x64": true
|
|
504
|
+
},
|
|
505
|
+
"cliTools": {
|
|
506
|
+
"server": "mongod",
|
|
507
|
+
"client": "mongosh",
|
|
508
|
+
"utilities": [
|
|
509
|
+
"mongodump",
|
|
510
|
+
"mongorestore",
|
|
511
|
+
"mongoexport",
|
|
512
|
+
"mongoimport"
|
|
513
|
+
],
|
|
514
|
+
"enhanced": []
|
|
515
|
+
},
|
|
516
|
+
"connection": {
|
|
517
|
+
"runtime": "server",
|
|
518
|
+
"defaultPort": 27017,
|
|
519
|
+
"scheme": "mongodb",
|
|
520
|
+
"defaultDatabase": "test",
|
|
521
|
+
"defaultUser": null,
|
|
522
|
+
"queryLanguage": "MQL"
|
|
523
|
+
},
|
|
524
|
+
"status": "completed"
|
|
525
|
+
},
|
|
526
|
+
"mysql": {
|
|
527
|
+
"displayName": "MySQL",
|
|
528
|
+
"description": "The world's most popular open-source relational database, owned by Oracle",
|
|
529
|
+
"type": "Relational",
|
|
530
|
+
"sourceRepo": "https://github.com/mysql/mysql-server",
|
|
531
|
+
"license": "GPL-2.0",
|
|
532
|
+
"commercialUse": true,
|
|
533
|
+
"protocol": null,
|
|
534
|
+
"note": "",
|
|
535
|
+
"latestLts": "8.4",
|
|
536
|
+
"versions": {
|
|
537
|
+
"9.5.0": true,
|
|
538
|
+
"9.1.0": true,
|
|
539
|
+
"8.4.3": true,
|
|
540
|
+
"8.0.40": true
|
|
541
|
+
},
|
|
542
|
+
"platforms": {
|
|
543
|
+
"linux-x64": true,
|
|
544
|
+
"linux-arm64": true,
|
|
545
|
+
"darwin-x64": true,
|
|
546
|
+
"darwin-arm64": true,
|
|
547
|
+
"win32-x64": true
|
|
548
|
+
},
|
|
549
|
+
"cliTools": {
|
|
550
|
+
"server": "mysqld",
|
|
551
|
+
"client": "mysql",
|
|
552
|
+
"utilities": ["mysqldump", "mysqlpump", "mysqladmin"],
|
|
553
|
+
"enhanced": ["mycli", "usql"]
|
|
554
|
+
},
|
|
555
|
+
"connection": {
|
|
556
|
+
"runtime": "server",
|
|
557
|
+
"defaultPort": 3306,
|
|
558
|
+
"scheme": "mysql",
|
|
559
|
+
"defaultDatabase": "mysql",
|
|
560
|
+
"defaultUser": "root",
|
|
561
|
+
"queryLanguage": "SQL"
|
|
562
|
+
},
|
|
563
|
+
"status": "completed"
|
|
564
|
+
},
|
|
565
|
+
"opensearch": {
|
|
566
|
+
"displayName": "OpenSearch",
|
|
567
|
+
"description": "Distributed search and analytics engine, AWS fork of Elasticsearch",
|
|
568
|
+
"type": "Search",
|
|
569
|
+
"sourceRepo": "https://github.com/opensearch-project/OpenSearch",
|
|
570
|
+
"license": "Apache-2.0",
|
|
571
|
+
"commercialUse": true,
|
|
572
|
+
"protocol": "elasticsearch",
|
|
573
|
+
"note": "",
|
|
574
|
+
"latestLts": "3.4",
|
|
575
|
+
"versions": {
|
|
576
|
+
"3.4.0": true
|
|
577
|
+
},
|
|
578
|
+
"platforms": {
|
|
579
|
+
"linux-x64": true,
|
|
580
|
+
"linux-arm64": true,
|
|
581
|
+
"darwin-x64": true,
|
|
582
|
+
"darwin-arm64": true,
|
|
583
|
+
"win32-x64": true
|
|
584
|
+
},
|
|
585
|
+
"cliTools": {
|
|
586
|
+
"server": "opensearch",
|
|
587
|
+
"client": "opensearch-cli",
|
|
588
|
+
"utilities": [],
|
|
589
|
+
"enhanced": [],
|
|
590
|
+
"note": "REST API; use curl or OpenSearch Dashboards"
|
|
591
|
+
},
|
|
592
|
+
"connection": {
|
|
593
|
+
"runtime": "server",
|
|
594
|
+
"defaultPort": 9200,
|
|
595
|
+
"scheme": "http",
|
|
596
|
+
"defaultDatabase": null,
|
|
597
|
+
"defaultUser": null,
|
|
598
|
+
"queryLanguage": "HTTP"
|
|
599
|
+
},
|
|
600
|
+
"status": "pending"
|
|
601
|
+
},
|
|
602
|
+
"postgresql": {
|
|
603
|
+
"displayName": "PostgreSQL",
|
|
604
|
+
"description": "Advanced open-source relational database with strong standards compliance and extensibility",
|
|
605
|
+
"type": "Relational",
|
|
606
|
+
"sourceRepo": "https://github.com/postgres/postgres",
|
|
607
|
+
"license": "PostgreSQL",
|
|
608
|
+
"commercialUse": true,
|
|
609
|
+
"protocol": null,
|
|
610
|
+
"note": "",
|
|
611
|
+
"latestLts": "18",
|
|
612
|
+
"versions": {
|
|
613
|
+
"18.1.0": true,
|
|
614
|
+
"17.7.0": true,
|
|
615
|
+
"16.11.0": true,
|
|
616
|
+
"15.15.0": true
|
|
617
|
+
},
|
|
618
|
+
"platforms": {
|
|
619
|
+
"linux-x64": true,
|
|
620
|
+
"linux-arm64": true,
|
|
621
|
+
"darwin-x64": true,
|
|
622
|
+
"darwin-arm64": true,
|
|
623
|
+
"win32-x64": true
|
|
624
|
+
},
|
|
625
|
+
"cliTools": {
|
|
626
|
+
"server": "postgres",
|
|
627
|
+
"client": "psql",
|
|
628
|
+
"utilities": [
|
|
629
|
+
"pg_dump",
|
|
630
|
+
"pg_restore",
|
|
631
|
+
"pg_basebackup",
|
|
632
|
+
"createdb",
|
|
633
|
+
"dropdb"
|
|
634
|
+
],
|
|
635
|
+
"enhanced": ["pgcli", "usql"]
|
|
636
|
+
},
|
|
637
|
+
"connection": {
|
|
638
|
+
"runtime": "server",
|
|
639
|
+
"defaultPort": 5432,
|
|
640
|
+
"scheme": "postgresql",
|
|
641
|
+
"defaultDatabase": "postgres",
|
|
642
|
+
"defaultUser": "postgres",
|
|
643
|
+
"queryLanguage": "SQL"
|
|
644
|
+
},
|
|
645
|
+
"status": "in-progress"
|
|
646
|
+
},
|
|
647
|
+
"qdrant": {
|
|
648
|
+
"displayName": "Qdrant",
|
|
649
|
+
"description": "High-performance vector database for AI applications, semantic search, and similarity matching",
|
|
650
|
+
"type": "Vector",
|
|
651
|
+
"sourceRepo": "https://github.com/qdrant/qdrant",
|
|
652
|
+
"license": "Apache-2.0",
|
|
653
|
+
"commercialUse": true,
|
|
654
|
+
"protocol": null,
|
|
655
|
+
"note": "",
|
|
656
|
+
"latestLts": "1.16",
|
|
657
|
+
"versions": {
|
|
658
|
+
"1.16.3": true
|
|
659
|
+
},
|
|
660
|
+
"platforms": {
|
|
661
|
+
"linux-x64": true,
|
|
662
|
+
"linux-arm64": false,
|
|
663
|
+
"darwin-x64": true,
|
|
664
|
+
"darwin-arm64": true,
|
|
665
|
+
"win32-x64": true
|
|
666
|
+
},
|
|
667
|
+
"cliTools": {
|
|
668
|
+
"server": "qdrant",
|
|
669
|
+
"client": null,
|
|
670
|
+
"utilities": [],
|
|
671
|
+
"enhanced": [],
|
|
672
|
+
"note": "REST/gRPC API only; use curl or official SDKs"
|
|
673
|
+
},
|
|
674
|
+
"connection": {
|
|
675
|
+
"runtime": "server",
|
|
676
|
+
"defaultPort": 6333,
|
|
677
|
+
"scheme": "http",
|
|
678
|
+
"defaultDatabase": null,
|
|
679
|
+
"defaultUser": null,
|
|
680
|
+
"queryLanguage": "HTTP"
|
|
681
|
+
},
|
|
682
|
+
"status": "pending"
|
|
683
|
+
},
|
|
684
|
+
"questdb": {
|
|
685
|
+
"displayName": "QuestDB",
|
|
686
|
+
"description": "High-performance time-series database with SQL support and fast ingestion",
|
|
687
|
+
"type": "Time-series",
|
|
688
|
+
"sourceRepo": "https://github.com/questdb/questdb",
|
|
689
|
+
"license": "Apache-2.0",
|
|
690
|
+
"commercialUse": true,
|
|
691
|
+
"protocol": null,
|
|
692
|
+
"note": "",
|
|
693
|
+
"latestLts": "9.2",
|
|
694
|
+
"versions": {
|
|
695
|
+
"9.2.3": true
|
|
696
|
+
},
|
|
697
|
+
"platforms": {
|
|
698
|
+
"linux-x64": true,
|
|
699
|
+
"linux-arm64": true,
|
|
700
|
+
"darwin-x64": true,
|
|
701
|
+
"darwin-arm64": true,
|
|
702
|
+
"win32-x64": true
|
|
703
|
+
},
|
|
704
|
+
"cliTools": {
|
|
705
|
+
"server": "questdb",
|
|
706
|
+
"client": "psql",
|
|
707
|
+
"utilities": [],
|
|
708
|
+
"enhanced": ["pgcli", "usql"],
|
|
709
|
+
"note": "PostgreSQL wire protocol; use psql or pgcli"
|
|
710
|
+
},
|
|
711
|
+
"connection": {
|
|
712
|
+
"runtime": "server",
|
|
713
|
+
"defaultPort": 8812,
|
|
714
|
+
"scheme": "postgresql",
|
|
715
|
+
"defaultDatabase": "qdb",
|
|
716
|
+
"defaultUser": "admin",
|
|
717
|
+
"queryLanguage": "SQL"
|
|
718
|
+
},
|
|
719
|
+
"status": "pending"
|
|
720
|
+
},
|
|
721
|
+
"redis": {
|
|
722
|
+
"displayName": "Redis",
|
|
723
|
+
"description": "In-memory data store used as database, cache, and message broker",
|
|
724
|
+
"type": "Key-Value",
|
|
725
|
+
"sourceRepo": "https://github.com/redis/redis",
|
|
726
|
+
"license": "RSALv2/SSPLv1 (7.4+), AGPL-3.0 (8.0+)",
|
|
727
|
+
"commercialUse": false,
|
|
728
|
+
"protocol": null,
|
|
729
|
+
"note": "TODO - disable if used commercially; use Valkey as drop-in replacement",
|
|
730
|
+
"latestLts": "8.4",
|
|
731
|
+
"versions": {
|
|
732
|
+
"8.4.0": true,
|
|
733
|
+
"7.4.7": true
|
|
734
|
+
},
|
|
735
|
+
"platforms": {
|
|
736
|
+
"linux-x64": true,
|
|
737
|
+
"linux-arm64": true,
|
|
738
|
+
"darwin-x64": true,
|
|
739
|
+
"darwin-arm64": true,
|
|
740
|
+
"win32-x64": true
|
|
741
|
+
},
|
|
742
|
+
"cliTools": {
|
|
743
|
+
"server": "redis-server",
|
|
744
|
+
"client": "redis-cli",
|
|
745
|
+
"utilities": ["redis-benchmark", "redis-check-aof", "redis-check-rdb"],
|
|
746
|
+
"enhanced": ["iredis"]
|
|
747
|
+
},
|
|
748
|
+
"connection": {
|
|
749
|
+
"runtime": "server",
|
|
750
|
+
"defaultPort": 6379,
|
|
751
|
+
"scheme": "redis",
|
|
752
|
+
"defaultDatabase": "0",
|
|
753
|
+
"defaultUser": null,
|
|
754
|
+
"queryLanguage": "Redis"
|
|
755
|
+
},
|
|
756
|
+
"status": "completed"
|
|
757
|
+
},
|
|
758
|
+
"rocksdb": {
|
|
759
|
+
"displayName": "RocksDB",
|
|
760
|
+
"description": "Embeddable persistent key-value store optimized for fast storage, developed by Meta",
|
|
761
|
+
"type": "Embedded KV",
|
|
762
|
+
"sourceRepo": "https://github.com/facebook/rocksdb",
|
|
763
|
+
"license": "Apache-2.0/GPL-2.0",
|
|
764
|
+
"commercialUse": true,
|
|
765
|
+
"protocol": null,
|
|
766
|
+
"note": "Embedded library, not a standalone database service; used as storage engine by other DBs",
|
|
767
|
+
"latestLts": "10.7",
|
|
768
|
+
"versions": {
|
|
769
|
+
"10.7.5": true
|
|
770
|
+
},
|
|
771
|
+
"platforms": {
|
|
772
|
+
"linux-x64": true,
|
|
773
|
+
"linux-arm64": true,
|
|
774
|
+
"darwin-x64": true,
|
|
775
|
+
"darwin-arm64": true,
|
|
776
|
+
"win32-x64": true
|
|
777
|
+
},
|
|
778
|
+
"cliTools": {
|
|
779
|
+
"server": null,
|
|
780
|
+
"client": null,
|
|
781
|
+
"utilities": [],
|
|
782
|
+
"enhanced": [],
|
|
783
|
+
"note": "Embedded library; use language bindings"
|
|
784
|
+
},
|
|
785
|
+
"connection": {
|
|
786
|
+
"runtime": "embedded",
|
|
787
|
+
"defaultPort": null,
|
|
788
|
+
"scheme": null,
|
|
789
|
+
"defaultDatabase": null,
|
|
790
|
+
"defaultUser": null,
|
|
791
|
+
"queryLanguage": "API"
|
|
792
|
+
},
|
|
793
|
+
"status": "unsupported"
|
|
794
|
+
},
|
|
795
|
+
"sqlite": {
|
|
796
|
+
"displayName": "SQLite",
|
|
797
|
+
"description": "Self-contained, serverless, zero-configuration SQL database engine",
|
|
798
|
+
"type": "Embedded SQL",
|
|
799
|
+
"sourceRepo": "https://github.com/sqlite/sqlite",
|
|
800
|
+
"license": "Public Domain",
|
|
801
|
+
"commercialUse": true,
|
|
802
|
+
"protocol": null,
|
|
803
|
+
"note": "",
|
|
804
|
+
"latestLts": "3.51",
|
|
805
|
+
"versions": {
|
|
806
|
+
"3.51.2": true
|
|
807
|
+
},
|
|
808
|
+
"platforms": {
|
|
809
|
+
"linux-x64": true,
|
|
810
|
+
"linux-arm64": true,
|
|
811
|
+
"darwin-x64": true,
|
|
812
|
+
"darwin-arm64": true,
|
|
813
|
+
"win32-x64": true
|
|
814
|
+
},
|
|
815
|
+
"cliTools": {
|
|
816
|
+
"server": null,
|
|
817
|
+
"client": "sqlite3",
|
|
818
|
+
"utilities": [],
|
|
819
|
+
"enhanced": ["litecli", "usql"]
|
|
820
|
+
},
|
|
821
|
+
"connection": {
|
|
822
|
+
"runtime": "embedded",
|
|
823
|
+
"defaultPort": null,
|
|
824
|
+
"scheme": "sqlite",
|
|
825
|
+
"defaultDatabase": null,
|
|
826
|
+
"defaultUser": null,
|
|
827
|
+
"queryLanguage": "SQL"
|
|
828
|
+
},
|
|
829
|
+
"status": "in-progress"
|
|
830
|
+
},
|
|
831
|
+
"tidb": {
|
|
832
|
+
"displayName": "TiDB",
|
|
833
|
+
"description": "Distributed SQL database with MySQL compatibility, horizontal scalability, and HTAP support",
|
|
834
|
+
"type": "Distributed SQL",
|
|
835
|
+
"sourceRepo": "https://github.com/pingcap/tidb",
|
|
836
|
+
"license": "Apache-2.0",
|
|
837
|
+
"commercialUse": true,
|
|
838
|
+
"protocol": "mysql",
|
|
839
|
+
"note": "",
|
|
840
|
+
"latestLts": "8.5",
|
|
841
|
+
"versions": {
|
|
842
|
+
"8.5.4": true
|
|
843
|
+
},
|
|
844
|
+
"platforms": {
|
|
845
|
+
"linux-x64": true,
|
|
846
|
+
"linux-arm64": true,
|
|
847
|
+
"darwin-x64": true,
|
|
848
|
+
"darwin-arm64": true,
|
|
849
|
+
"win32-x64": true
|
|
850
|
+
},
|
|
851
|
+
"cliTools": {
|
|
852
|
+
"server": "tidb-server",
|
|
853
|
+
"client": "mysql",
|
|
854
|
+
"utilities": ["dumpling", "tidb-lightning"],
|
|
855
|
+
"enhanced": ["mycli", "usql"],
|
|
856
|
+
"note": "MySQL wire protocol; use mysql client"
|
|
857
|
+
},
|
|
858
|
+
"connection": {
|
|
859
|
+
"runtime": "server",
|
|
860
|
+
"defaultPort": 4000,
|
|
861
|
+
"scheme": "mysql",
|
|
862
|
+
"defaultDatabase": "test",
|
|
863
|
+
"defaultUser": "root",
|
|
864
|
+
"queryLanguage": "SQL"
|
|
865
|
+
},
|
|
866
|
+
"status": "pending"
|
|
867
|
+
},
|
|
868
|
+
"timescaledb": {
|
|
869
|
+
"displayName": "TimescaleDB",
|
|
870
|
+
"description": "Time-series database built on PostgreSQL for fast analytics and scalability",
|
|
871
|
+
"type": "Time-series",
|
|
872
|
+
"sourceRepo": "https://github.com/timescale/timescaledb",
|
|
873
|
+
"license": "Apache-2.0",
|
|
874
|
+
"commercialUse": true,
|
|
875
|
+
"protocol": "postgresql",
|
|
876
|
+
"note": "",
|
|
877
|
+
"latestLts": "2.24",
|
|
878
|
+
"versions": {
|
|
879
|
+
"2.24.0": true
|
|
880
|
+
},
|
|
881
|
+
"platforms": {
|
|
882
|
+
"linux-x64": true,
|
|
883
|
+
"linux-arm64": true,
|
|
884
|
+
"darwin-x64": true,
|
|
885
|
+
"darwin-arm64": true,
|
|
886
|
+
"win32-x64": true
|
|
887
|
+
},
|
|
888
|
+
"cliTools": {
|
|
889
|
+
"server": "postgres",
|
|
890
|
+
"client": "psql",
|
|
891
|
+
"utilities": ["pg_dump", "pg_restore"],
|
|
892
|
+
"enhanced": ["pgcli", "usql"],
|
|
893
|
+
"note": "PostgreSQL extension; uses PostgreSQL tools"
|
|
894
|
+
},
|
|
895
|
+
"connection": {
|
|
896
|
+
"runtime": "server",
|
|
897
|
+
"defaultPort": 5432,
|
|
898
|
+
"scheme": "postgresql",
|
|
899
|
+
"defaultDatabase": "postgres",
|
|
900
|
+
"defaultUser": "postgres",
|
|
901
|
+
"queryLanguage": "SQL"
|
|
902
|
+
},
|
|
903
|
+
"status": "pending"
|
|
904
|
+
},
|
|
905
|
+
"valkey": {
|
|
906
|
+
"displayName": "Valkey",
|
|
907
|
+
"description": "Linux Foundation-backed fork of Redis with BSD license, drop-in Redis replacement",
|
|
908
|
+
"type": "Key-Value",
|
|
909
|
+
"sourceRepo": "https://github.com/valkey-io/valkey",
|
|
910
|
+
"license": "BSD-3-Clause",
|
|
911
|
+
"commercialUse": true,
|
|
912
|
+
"protocol": "redis",
|
|
913
|
+
"note": "",
|
|
914
|
+
"latestLts": "9.0",
|
|
915
|
+
"versions": {
|
|
916
|
+
"9.0.1": true,
|
|
917
|
+
"8.0.6": true
|
|
918
|
+
},
|
|
919
|
+
"platforms": {
|
|
920
|
+
"linux-x64": true,
|
|
921
|
+
"linux-arm64": true,
|
|
922
|
+
"darwin-x64": true,
|
|
923
|
+
"darwin-arm64": true,
|
|
924
|
+
"win32-x64": true
|
|
925
|
+
},
|
|
926
|
+
"cliTools": {
|
|
927
|
+
"server": "valkey-server",
|
|
928
|
+
"client": "valkey-cli",
|
|
929
|
+
"utilities": ["valkey-benchmark"],
|
|
930
|
+
"enhanced": ["iredis"]
|
|
931
|
+
},
|
|
932
|
+
"connection": {
|
|
933
|
+
"runtime": "server",
|
|
934
|
+
"defaultPort": 6379,
|
|
935
|
+
"scheme": "redis",
|
|
936
|
+
"defaultDatabase": "0",
|
|
937
|
+
"defaultUser": null,
|
|
938
|
+
"queryLanguage": "Redis"
|
|
939
|
+
},
|
|
940
|
+
"status": "in-progress"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|