logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 35c6d131fa654b4ea6812977894665b24366a552
parent e85c0720fbf6f0fd865cd82e00c9d2d756f28814
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Sun,  5 Jul 2015 22:54:21 +0200

Adding Logswan ASCII logo in the README (Thanks H7!)

Diffstat:
MREADME.md | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,3 +1,31 @@ +``` + _____ + .xiX*****Xix. + .X7' '4Xk, + dXl 'XX. . + xXXl XXl . + 4XXX XX' + . ,x iX' _,,xxii + | ²| ,iX7,xiiXXXXXXXl + | .xi,xiXXXXXXXXXXXX: + . ..iXXiXXXXXXXXXXXXXXX7. + . .xXXXXXXXXXXXXXXX'XXXX7 . + | ,XXXXXXXXXXXXXXXX'XXX7' | + : .XXXXX7*'"' 2XXX7'XX7' | + __/ \ _____ ____ \XX' _____ 47' ___ ___ _____ __ +.\\_ \___/ _ \__/ _/_______\ _/______/ / \ \____/ _ \___/ \ _____ +. / __ Y _ __ \__ _________ _____ \/\/ ____ _ _ ______ \/ __/// +:/ / | \ |' \/ \/ \/ \/ Y \/ \ \ : +|\______/\_________/____| /\____ /\_____/\_____/\____|____/\____\___/ | ++--------------------- \____/ --- \____/ ----:----------------------h7/dS!----+ + . | : + : . : | + | . logswan . | + | : . | + |_|_______________________|__| + | : + . +``` # Logswan Logswan is a Web log analyzer in early stages of development. It is targeted at very large log files, typically APIs logs. Project design goals include : speed, memory-usage efficiency, and keeping the code as simple as possible.