feat: neo4j in topology + agent-driven datagen with activity log; fix all-sources generate
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user