chore: scaffold moments workspace
Cargo workspace with five crates per architecture conventions:
- moments-entities: Source enum, Event, EventQuery, SourceSummary
- moments-core: EventReader / EventWriter ports
- moments-data: PgStore (sqlx postgres adapter) + 0001_init.sql
- moments-api: axum binary; /v1/{healthz,events,sources}
- moments-worker: skeleton; pollers land in step 2
Sources committed-to for ingestion: github, gitea, hg, bugzilla.
Workstation events explicitly retired (not deferred).
Build + clippy clean. sqlx queries use the runtime API for now;
will switch to compile-time-checked macros + .sqlx offline cache
once magrathea has the moments_{ro,rw} roles and database created.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/target
|
||||
**/*.rs.bk
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# frontend
|
||||
/ui/node_modules
|
||||
/ui/dist
|
||||
/ui/.vite
|
||||
|
||||
# rendered configs (templates committed, rendered output never)
|
||||
/asset/config/*.toml
|
||||
!/asset/config/*.toml.tmpl
|
||||
Reference in New Issue
Block a user