feedkit now contains a reusable core, while weatherfeeder is a concrete implementation that includes weather-specific functions.
6 lines
151 B
Go
6 lines
151 B
Go
package pipeline
|
|
|
|
// Placeholder for dedupe processor:
|
|
// - key by Event.ID or computed key
|
|
// - in-memory store first; later optional Postgres-backed
|