mirror of
https://github.com/vee1e/krply.git
synced 2026-09-01 09:49:51 +00:00
feat(core): add journal, collector, storage, and materializer
- durable event schema with stream identity and dedup hashing - SQLite WAL and in-memory journal stores with atomic append+checkpoint - list-and-watch collector with bookmarks, reconnects, and 410 relists - state reduction, snapshots, and semantic field diffs
This commit is contained in:
commit
7cc863d40b
22 changed files with 3919 additions and 0 deletions
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/bin/
|
||||
web/node_modules/
|
||||
web/dist/
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
.DS_Store
|
||||
coverage.out
|
||||
tmp/
|
||||
Loading…
Add table
Add a link
Reference in a new issue