Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryandotsmith/lscan

convert k=v log lines into Go maps
https://github.com/ryandotsmith/lscan

Last synced: 2 months ago
JSON representation

convert k=v log lines into Go maps

Awesome Lists containing this project

README

        

# lscan

## Synopsis

Turn k=v log data into Go maps.

## Description

This pkg is used in wcld to parse log lines into maps to store in a PostgreSQL
database. See the test file for examples.

## Build

First you will need the latest Go1 RC.

```bash
$ cd $GOROOT
$ hg pull
$ hg update weekly
$ ./src/all.bash
```

After that you are all set!

```bash
$ go test .
```