summaryrefslogtreecommitdiff
path: root/internal/mapr
AgeCommit message (Expand)Author
2022-01-27Dont auto lowercase all mapreduce keysPaul Buetow
2021-12-23refactorPaul Buetow
2021-12-23refactor query parserPaul Buetow
2021-12-23Refactor code to reduce function sizePaul Buetow
2021-12-16documenting how to implement a custom log formatPaul Buetow
2021-12-14Refactor makeWhereConditionsPaul Buetow
2021-12-12add set condition integraion testPaul Buetow
2021-12-10remove trace loggingPaul Buetow
2021-12-10RefactorPaul Buetow
2021-12-10If rString is not a field name, use actual value for set condition.Paul Buetow
2021-12-10RefactorPaul Buetow
2021-12-10RefactorPaul Buetow
2021-12-09Documenting log formatsPaul Buetow
2021-12-09Refactor result methodPaul Buetow
2021-12-09Refactor WriteResult method.Paul Buetow
2021-12-08add missing dmap test filePaul Buetow
2021-12-08add where clause integration test to dmap1, all mapreduce token fields are lo...Paul Buetow
2021-12-08Reduce cognitive code complexityPaul Buetow
2021-12-05buffer line.Line for performancePaul Buetow
2021-10-29explicitly use dlog.Server for server packages and dlog.Clent for client pack...Paul Buetow
2021-10-24Fix DCat color test.Paul Buetow
2021-10-24Fix deadlock around aggregating data + server max concurrent file read limiterPaul Buetow
2021-10-10vetting and linting and some code restylingPaul Buetow
2021-10-10add dtail health check unit test.Paul Buetow
2021-10-09refactorPaul Buetow
2021-10-03when a mapreduce outfile is specified also always write a outfile.query filePaul Buetow
2021-10-02add more default fields to MAPREDUCEPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config fil...Paul Buetow
2021-10-02move args to config packagePaul Buetow
2021-10-02bugfix: dmap skipped the last couple of mapreduce linesPaul Buetow
2021-10-02limit mapreduce table output to 10 rows by defaultPaul Buetow
2021-10-02mapreduce tables are in colors now tooPaul Buetow
2021-09-08Don't fail parsing whole line when one kv could not be parsedPaul Buetow
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-08-281. Major performance gain by not checking for file truncation aftterPaul Buetow
2021-08-28use a byte.Buffer in the file readerPaul Buetow
2021-08-21read files bytewise for more control of whats happening - change transport pr...Paul Buetow
2020-12-26code cleanup and minor refactoringsPaul Buetow
2020-12-10add hasprefix, nhasprefix, hassuffix, nhassuffix operation support to where c...Paul Buetow
2020-12-08merge developPaul Buetow
2020-08-13bump up version to 3.0.0. can run continuous background mapreduce queries, us...v3.0.0Paul Buetow
2020-07-03refactor mapr clientPaul Buetow
2020-07-02add lacks string operator, lacks is the opposite of contains. e.g.: not containsPaul Buetow
2020-07-02better $line data handlingPaul Buetow
2020-07-02send $line base64 encoded over the wirePaul Buetow
2020-06-17initial log monitoring supportPaul Buetow
2020-05-20add $timezone and $timeoffset keysPaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-07add support to run mapreduce queries on generic log lines, e.g. count all log...Paul Buetow
2020-03-04can tail probe with a given timeout and then write a mapreduce resultPaul Buetow