summaryrefslogtreecommitdiff
path: root/internal/server/continuous.go
AgeCommit message (Collapse)Author
2026-03-04perf: avoid range-value struct copies in server job loops (task 351)Paul Buetow
2026-03-04fix: replace looped time.After with reusable tickers (task 359)Paul Buetow
2026-03-02Refactor server path to use injected runtime config (task 329)Paul Buetow
2021-10-29add dserver integration test for scheduled queryPaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-09refactorPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config ↵Paul Buetow
file unless NONE is specified
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2020-12-08merge developPaul Buetow
2020-09-10printing client stats every other second only if the connection count has ↵Paul Buetow
changed or when SIGUSR1 or SIGINFO recieved
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, ↵v3.0.0Paul Buetow
useful for log file monitorig for example. breaking protocol change which allows to mapreduce aggreate messages containing the default field separator |. add of more unit tests. add logformat mapreduce query keyword. add set mapreduce clause support and support to evaluate built-in functions such as md5sum() and maskdigits().
2020-07-03refactor mapr clientPaul Buetow
2020-07-02initial server side continuous mapreduce runnerPaul Buetow