Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryandotsmith/lscan
- Owner: ryandotsmith
- Created: 2012-03-25T18:02:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T06:17:48.000Z (almost 13 years ago)
- Last Synced: 2024-10-13T17:47:39.649Z (3 months ago)
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 .
```