Eric Rakestraw ejr
  • Joined on 2024-07-26
ejr pushed to main at ejr/ansible-role-feedstack 2026-03-06 15:04:26 +00:00
496424982e Update container definitions to run all services as a non-root user.
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-08 22:28:48 +00:00
7b2081b94c Updated docker compose syntax with respect to dependencies to maintain consistency with the upstream docker-compose role.
ejr pushed tag v0.5.2 to ejr/weatherfeeder 2026-02-08 21:06:53 +00:00
ejr pushed to main at ejr/weatherfeeder 2026-02-08 21:06:53 +00:00
f464592c56 Updates to accommodate the new upstream version of feedkit (v0.5.0), which now supports both polling sources and streaming sources.
ejr pushed to main at ejr/feedkit 2026-02-08 21:04:44 +00:00
fafba0f01b Refactored the scheduler and source interfaces to accommondate both polling (e.g., HTTP) sources and streaming (e.g., message queue) sources.
ejr pushed tag v0.5.0 to ejr/feedkit 2026-02-08 21:04:44 +00:00
ejr pushed to main at ejr/weatherfeeder 2026-02-08 15:15:58 +00:00
123e8ff763 Moved the standards package out of internal/ so it can be imported by downstream consumers.
ejr pushed tag v0.5.1 to ejr/weatherfeeder 2026-02-08 15:15:55 +00:00
ejr pushed tag v0.5.0 to ejr/weatherfeeder 2026-02-08 15:02:34 +00:00
ejr pushed to main at ejr/weatherfeeder 2026-02-08 14:56:40 +00:00
5923592b53 Moved the weatherfeeder model out of internal/ so that downstream consumers can import it directly.
c96a6bb78b Remove Go test files from .dockerignore; this will enable the CI system to run tests before building.
Compare 2 commits »
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-08 03:37:11 +00:00
2585dbffd1 Added the weatherprocessor container to the stack.
ejr pushed to main at ejr/feedkit 2026-02-08 01:45:32 +00:00
3c95fa97cd Updated the README to reflect recent updates to default sinks.
ejr pushed to main at ejr/weatherfeeder 2026-02-08 01:36:59 +00:00
cff8c5f593 Merged SCHEMA.md into API.md and made some tweaks to ensure consistency with the underlying domain model.
ejr pushed to main at ejr/weatherfeeder 2026-02-07 23:26:21 +00:00
190420e908 Added a SCHEMA.md with espress documentation of the JSON output schemas emitted by weatherfeeder.
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-07 23:11:02 +00:00
dd8879972a Updated the default weatherfeeder config.yml to include output to NATS.
ejr pushed to main at ejr/weatherfeeder 2026-02-07 17:58:28 +00:00
9663fdfc43 Updated main.go to register the postgres and NATS sinks in addition to the stdout sink.
ejr pushed to main at ejr/weatherfeeder 2026-02-07 17:38:09 +00:00
ffd4dfa76d Updated feedkit dependency to v0.4.1.
ejr pushed tag v0.4.1 to ejr/feedkit 2026-02-07 17:36:53 +00:00
ejr pushed to main at ejr/feedkit 2026-02-07 17:36:26 +00:00
dbca0548b1 Implemented a builtin NATS sink.
ejr pushed to main at ejr/ansible-role-feedstack 2026-02-07 17:01:41 +00:00
91e0c7334d Add initial configuration and templates for feedstack role.