Vault/Data Products Development.canvas
Günther Wagner 14f4cb5c9f test
2026-02-24 13:51:52 +01:00

110 lines
2.3 KiB
Plaintext

{
"nodes":[
{"id":"80e68f633a5431c0","type":"group","x":-960,"y":-480,"width":1280,"height":180,"label":"setup supabase for datamesh"},
{
"id":"441413f41e6a2d99",
"type":"text",
"text":"Transfer existing data from staging\n\n- source local db\n- source staging db\n- create venv\n- install requirements\n- set ingestion you are interested in\n- copy raw",
"styleAttributes":{},
"x":440,
"y":-570,
"width":260,
"height":360
},
{
"id":"80859a7a96a36c1d",
"type":"text",
"text":"Initialize via liquibase",
"styleAttributes":{},
"x":40,
"y":-420,
"width":260,
"height":60
},
{
"id":"6e45d75ab9d0d4de",
"type":"text",
"text":"Generate Initial DB Schema for liquibase",
"styleAttributes":{},
"x":-280,
"y":-434,
"width":260,
"height":90
},
{
"id":"30aa50e9b3883869",
"type":"text",
"text":"Generate Secrets",
"styleAttributes":{},
"x":-920,
"y":-420,
"width":260,
"height":60
},
{
"id":"d39e94287666a4e2",
"type":"text",
"text":"Docker Compose up\n\n`Can fail -> docker compose restart`",
"styleAttributes":{},
"x":-600,
"y":-468,
"width":260,
"height":157
},
{
"id":"b32dd248ec5147ea",
"type":"text",
"text":"Staging Daten komplett anonymisieren",
"styleAttributes":{},
"x":-680,
"y":-160,
"width":320,
"height":80
}
],
"edges":[
{
"id":"e1856952261784c3",
"styleAttributes":{"pathfindingMethod":"direct"},
"toFloating":false,
"fromFloating":false,
"fromNode":"30aa50e9b3883869",
"fromSide":"right",
"toNode":"d39e94287666a4e2",
"toSide":"left"
},
{
"id":"35e3c280fbcdeebc",
"styleAttributes":{"pathfindingMethod":"direct"},
"toFloating":false,
"fromFloating":false,
"fromNode":"d39e94287666a4e2",
"fromSide":"right",
"toNode":"6e45d75ab9d0d4de",
"toSide":"left"
},
{
"id":"143cae18c268bc71",
"styleAttributes":{"pathfindingMethod":"direct"},
"toFloating":false,
"fromFloating":false,
"fromNode":"6e45d75ab9d0d4de",
"fromSide":"right",
"toNode":"80859a7a96a36c1d",
"toSide":"left"
},
{
"id":"56a416ede3cee239",
"styleAttributes":{},
"toFloating":false,
"fromNode":"80859a7a96a36c1d",
"fromSide":"right",
"toNode":"441413f41e6a2d99",
"toSide":"left"
}
],
"metadata":{
"version":"1.0-1.0",
"frontmatter":{"type":"task"}
}
}