EMRY-014: JSONL store + v1 compat #12

Closed
opened 2026-06-24 00:20:52 +00:00 by vxfemboy · 1 comment
vxfemboy commented 2026-06-24 00:20:52 +00:00 (Migrated from github.com)

JSONL persistence

Write:

  • events.jsonl — full event stream
  • metrics.jsonl — standard wide metric rows (Emry schema)

Tasks

  • Background flush: 100ms or 64 events
  • Thread-safe, never block producer
  • Test: roundtrip against sample metrics.jsonl fixtures

Acceptance

  • v1 JSONL fixtures parseable

Depends on: EMRY-002
Estimate: 8h

## JSONL persistence Write: - `events.jsonl` — full event stream - `metrics.jsonl` — standard wide metric rows (Emry schema) ### Tasks - [ ] Background flush: 100ms or 64 events - [ ] Thread-safe, never block producer - [ ] Test: roundtrip against sample metrics.jsonl fixtures ### Acceptance - [ ] v1 JSONL fixtures parseable **Depends on:** EMRY-002 **Estimate:** 8h
vxfemboy commented 2026-06-25 11:45:43 +00:00 (Migrated from github.com)

Completed and merged in PR #59.

Completed and merged in PR #59.
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
femboy/emry#12
No description provided.