Add event bus and storage layer

This commit is contained in:
dirtydishes 2025-12-27 19:14:27 -05:00
parent 9ba51d8e96
commit 488ae82ed6
19 changed files with 537 additions and 21 deletions

View file

@ -0,0 +1,12 @@
{
"name": "@islandflow/storage",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@clickhouse/client": "^0.2.6",
"@islandflow/types": "workspace:*"
}
}