feat: neo4j in topology + agent-driven datagen with activity log; fix all-sources generate

This commit is contained in:
mo
2026-06-26 08:51:39 +00:00
parent 9cbdccb403
commit 88ca338f5a
4 changed files with 172 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export const INFRA_CATALOG: InfraNode[] = [
{ label: 'PostgreSQL', url: 'postgresql://10.0.21.51:5432/postgres', port: '5432' },
{ label: 'MongoDB', url: 'mongodb://10.0.21.51:27017/', port: '27017' },
],
topoIds: ['postgresql', 'mysql', 'mongodb', 'cassandra', 'src-postgres', 'src-mysql', 'src-mongo', 'src-cassandra'],
topoIds: ['postgresql', 'mysql', 'mongodb', 'cassandra', 'neo4j', 'src-postgres', 'src-mysql', 'src-mongo', 'src-cassandra', 'src-neo4j'],
},
{
id: 'airflow',