Skip to content

Commit ac316a5

Browse files
committed
changed Field to Tag, moving from trustpath to surge, and some other stuff from surge to zhenjl
1 parent e21404f commit ac316a5

15 files changed

+1507
-1589
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ sequence
33

44
**`sequence` is currently iced since I don't have time to continue, and should be considered unstable until further notice. If anyone's interested in continue development of this, I would be happy to add you to the project.**
55

6-
[sequence.trustpath.com](http://sequence.trustpath.com)
6+
[sequencer.io](http://sequencer.io)
77

8-
[![GoDoc](http://godoc.org/github.com/strace/sequence?status.svg)](http://godoc.org/github.com/strace/sequence)
8+
[![GoDoc](http://godoc.org/github.com/surge/sequence?status.svg)](http://godoc.org/github.com/surge/sequence)
99

10-
[![GoDoc](http://godoc.org/github.com/strace/sequence/cmd/sequence?status.svg)](http://godoc.org/github.com/strace/sequence/cmd/sequence)
10+
[![GoDoc](http://godoc.org/github.com/surge/sequence/cmd/sequence?status.svg)](http://godoc.org/github.com/surge/sequence/cmd/sequence)
1111

1212

1313
`sequence` is a _high performance sequential log scanner, analyzer and parser_. It _sequentially_ goes through a log message, _parses_ out the meaningful parts, without the use regular expressions. It can achieve _high performance_ parsing of **100,000 - 200,000 messages per second (MPS)** without the need to separate parsing rules by log source type.
1414

15-
**If you have a set of logs you would like me to test out, please feel free to [open an issue](https://github.com/strace/sequence/issues) and we can arrange a way for me to download and test your logs.**
15+
**If you have a set of logs you would like me to test out, please feel free to [open an issue](https://github.com/surge/sequence/issues) and we can arrange a way for me to download and test your logs.**
1616

1717
### Motivation
1818

@@ -87,7 +87,7 @@ cd $GOPATH/src/github.com/strace/sequence/cmd/sequence
8787
go run sequence.go
8888
```
8989

90-
Documentation is available at [sequence.trustpath.com](http://sequence.trustpath.com).
90+
Documentation is available at [sequencer.io](http://sequencer.io).
9191

9292
### License
9393

0 commit comments

Comments
 (0)