운영용 파이프라인 뷰
input → sender master → parser → normalized 이후 timeline DB 적재와 도메인별 structured DB 적재를 request별로 바로 확인합니다.
flow.pindex.me에서 최근 SMS ingest와 health/gps/homeassistant 이벤트를 input → sender master → parser → normalized → timeline DB/structured DB 순서로 추적할 수 있어.
input → sender master → parser → normalized 이후 timeline DB 적재와 도메인별 structured DB 적재를 request별로 바로 확인합니다.
sms.received 원본을 하나씩 선택하면서 sender master, parser, normalized, timeline DB, structured DB 상태를 같이 봅니다.
health/gps/homeassistant 이벤트도 같은 단계 모델과 storage split 요약으로 최근 처리 상태를 운영 시점에서 추적합니다.
공개 API 기준 주소: https://api.pindex.me/v1/api
현재 상태: 대기
아직 요약 데이터가 없어.
아직 샘플 생성 기록이 없어.
표시할 sms.received 원본이 아직 없어.
최신 request가 아직 없어.
모든 입력은 raw capture를 남기고, timeline DB는 append-only activity view를 만들고, structured DB는 도메인별 projection을 만든다.
raw_events / hub_events / timeline_events를 timeline lane으로 묶고, normalized_* 계열 structured route는 event별 table로 분기해서 보여준다.
request마다 어떤 timeline step이 성공했는지, 어떤 structured table로 갔는지, downstream delivery가 있었는지를 한 화면에서 확인한다.
표시할 변환 로그가 아직 없어.
endpoint check 이력이 아직 없어.