Build and Run Demo
-----------------------------------------------

Ensure that you have:  Go 1.18 +

Install Mongo driver 1.15+ (https://docs.mongodb.com/ecosystem/drivers/go/)
   $ go mod init querySample
   $ go get go.mongodb.org/mongo-driver/mongo

Run it
  go run test.go
