package
0.1.0-beta9
Repository: https://github.com/alxarch/evdb.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
FormatResults convers results to requested format.
NewEventSummaries groups results as EventSummaries.
FieldSummaries converts a series of results to a slice of FieldSummary results.
NewMemoryStore creates a new MemoryStore.
Totals returns a totals-only Results slice.
TeeStore stores to multiple stores.
ZipFields creates a field collection zipping labels and values.

# Structs

AutoStore is a Store that creates a new Storer if it is not Registered.
EventSummaries is a result summary format.
EventSummary groups values with totals.
FieldCache is an in memory cache of field ids.
FieldSummary is a query result presented as a summary of field values.
MemoryStorer is an in-memory EventStore for debugging.
SyncStore provides a mutable Store safe for concurrent use.
Table holds generic tabular data.
No description provided by the author

# Type aliases

FieldSummaries is a slice of FieldSummary results.
MemoryStore is a Store collecting snapshots in memory.
MuxScanner multiplexes ScanQuerier instances into a Scanner.
MuxStore maps event names to Storers.
StorerFunc is a function that implements Storer interface.
No description provided by the author