-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #55 Signed-off-by: Tim Bray <tbray@textuality.com>
- Loading branch information
Showing
5 changed files
with
51 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
// Package quamina suports adding Patterns to Matchers and then | ||
// presenting Events to the matcher, which will report which of | ||
// the Patterns matched it. Patterns and Events are both represented | ||
// Package quamina instances support adding Patterns and then | ||
// presenting Events, generating a report of which Patterns | ||
// match the Event. Patterns and Events are both represented | ||
// as JSON objects, although there is a provided Flattener interface | ||
// by which structured objects in formats other than JSON can be | ||
// matched by quamina. | ||
// matched by quamina. Quamina instances match Events quickly and | ||
// with a latency that is not strongly affected by the number of | ||
// Patterns which have been added. | ||
package quamina |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters