Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/globalsign/mgo

golang mongodb

Last synced: about 3 hours ago

Repository metadata:

The MongoDB driver for Go


Owner metadata:


Committers metadata

Last synced: 1 day ago

Total Commits: 705
Total Committers: 70
Avg Commits per committer: 10.071
Development Distribution Score (DDS): 0.309

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Gustavo Niemeyer g****o@n****t 487
Valeri Karpov v****v@1****m 25
John Arbash Meinel j****n@a****m 21
Dom Dwyer d****m@i****m 21
Christian Muirhead c****d@c****m 16
Dom Dwyer d****r@g****m 13
Dom d****r 9
eaglerayp e****p@h****m 7
Gabriel Russell g****l@m****m 7
Menno Smits m****o@f****m 6
Craig Wilson c****n@g****m 6
mike o'brien m****5@g****m 5
Wisdom Omuya d****t@g****m 5
Diego Medina f****d@g****m 4
Ryan Cox r****x@g****m 3
Livio Soares l****s@u****m 3
Las Zenow z****w@r****t 3
KJ Tsanaktsidis k****s@g****m 3
Evan e****n@s****m 2
Kyle Erf e****f@m****m 2
Maciej Galkowski m****i@g****m 2
Ryan Chipman r****n@r****m 2
Shawn Smith s****h@g****m 2
abhishekk a****k@p****m 2
carter2000 3****5@q****m 2
Cezar Sa Espinola c****a@g****m 2
Ben Lubar b****r@g****m 2
Alexandre Cesaro a****o@g****m 1
Arno Leist a****t@m****z 1
Benjamin Ziehms b****n@g****m 1
and 40 more...

Issue and Pull Request metadata

Last synced: about 3 hours ago


Package metadata

go: github.com/globalsign/mgo

Package mgo (pronounced as "mango") offers a rich MongoDB driver for Go. Detailed documentation of the API is available at GoDoc: Usage of the driver revolves around the concept of sessions. To get started, obtain a session using the Dial function: This will establish one or more connections with the cluster of servers defined by the url parameter. From then on, the cluster may be queried with multiple consistency rules (see SetMode) and documents retrieved with statements such as: New sessions are typically created by calling session.Copy on the initial session obtained at dial time. These new sessions will share the same cluster information and connection pool, and may be easily handed into other methods and functions for organizing logic. Every session created must have its Close method called at the end of its life time, so its resources may be put back in the pool or collected, depending on the case. There is a sub-package that provides support for BSON, which can be used by itself as well: For more details, see the documentation for the types and methods.

  • Homepage: https://github.com/globalsign/mgo
  • Documentation: https://pkg.go.dev/github.com/globalsign/mgo#section-documentation
  • Licenses: BSD-2-Clause
  • Latest release: v0.0.0-20190517090918-73267e130ca1 (published over 5 years ago)
  • Last Synced: 2024-11-09T00:39:30.535Z (1 day ago)
  • Versions: 4
  • Dependent Packages: 1,698
  • Dependent Repositories: 19,023
  • Docker Downloads: 2,007,088,715
  • Rankings:
    • Dependent repos count: 0.048%
    • Dependent packages count: 0.094%
    • Docker downloads count: 0.16%
    • Average: 0.726%
    • Stargazers count: 1.506%
    • Forks count: 1.822%
go: gopkg.in/globalsign/mgo.v0

Package mgo (pronounced as "mango") offers a rich MongoDB driver for Go. Detailed documentation of the API is available at GoDoc: Usage of the driver revolves around the concept of sessions. To get started, obtain a session using the Dial function: This will establish one or more connections with the cluster of servers defined by the url parameter. From then on, the cluster may be queried with multiple consistency rules (see SetMode) and documents retrieved with statements such as: New sessions are typically created by calling session.Copy on the initial session obtained at dial time. These new sessions will share the same cluster information and connection pool, and may be easily handed into other methods and functions for organizing logic. Every session created must have its Close method called at the end of its life time, so its resources may be put back in the pool or collected, depending on the case. There is a sub-package that provides support for BSON, which can be used by itself as well: For more details, see the documentation for the types and methods.

  • Homepage: https://github.com/globalsign/mgo
  • Documentation: https://pkg.go.dev/gopkg.in/globalsign/mgo.v0#section-documentation
  • Licenses: BSD-2-Clause
  • Latest release: v0.0.0-20181015135952-eeefdecb41b8 (published about 6 years ago)
  • Last Synced: 2024-11-09T00:39:30.009Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.891%
    • Forks count: 1.112%
    • Average: 4.587%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%