feat: Add support for Vertica analytical database (#1538)

This commit is contained in:
DQ
2024-05-20 09:45:40 +08:00
committed by GitHub
parent 6fb3d33bf4
commit 8d8411fcd3
16 changed files with 658 additions and 5 deletions

View File

@@ -64,6 +64,11 @@ export const dbMapper: Record<DBType, { label: string; icon: string; desc: strin
icon: '/icons/postgresql.png',
desc: 'Powerful open-source relational database with extensibility and SQL standards.',
},
vertica: {
label: 'Vertica',
icon: '/icons/vertica.png',
desc: 'Vertica is a strongly consistent, ACID-compliant, SQL data warehouse, built for the scale and complexity of todays data-driven world.',
},
spark: { label: 'Spark', icon: '/icons/spark.png', desc: 'Unified engine for large-scale data analytics.' },
hive: { label: 'Hive', icon: '/icons/hive.png', desc: 'A distributed fault-tolerant data warehouse system.' },
space: { label: 'Space', icon: '/icons/knowledge.png', desc: 'knowledge analytics.' },