Skip to content

b1ron/mcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcap

Example

// listen on port 27017 for the key called payload
func main() {
	ctx := context.TODO()

	// ignore errors for now.
	ch := make(chan bsoncore.Value)
	go mcap.Listen(ctx, "payload", 27017, ch)

	// start decoding payloads...
	payload := <-ch
}

About

mongo packet capture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages