| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Track existing entities, don't attempt reinsert | Dan Goodliffe | 2025-08-25 |
| | | | | | | This is an ever growing set, but in theory should be finite, and is only 4bytes per entity. | ||
| * | Return count of entities passed to the database | Dan Goodliffe | 2025-08-25 |
| | | |||
| * | Store log lines in full using entity ids | Dan Goodliffe | 2025-08-25 |
| | | |||
| * | Store the entities for each log line | Dan Goodliffe | 2025-08-25 |
| | | |||
| * | Provide hostname to Ingestor | Dan Goodliffe | 2025-08-25 |
| | | | | | Store its Entity immediately for later use. | ||
| * | Add helpers and SQL for storing an entity | Dan Goodliffe | 2025-08-25 |
| | | |||
| * | Pass a DB connection to Ingestor | Dan Goodliffe | 2025-08-25 |
| | | |||
| * | Add helpers for hashing values extracted from log input | Dan Goodliffe | 2025-08-25 |
| | | | | | | zlib's crc32 used here, the interface is a bit C and as a result a bit casty, but it'll work. | ||
| * | Initial commit; basic Apache log parsing | Dan Goodliffe | 2025-08-25 |
