https://github.com/go-mgo/mgo
Last synced: about 1 month ago
Repository metadata:
The MongoDB driver for Go. UNMAINTAINED - SEE BELOW
- Host: GitHub
- URL: https://github.com/go-mgo/mgo
- Owner: go-mgo
- License: other
- Created: 2014-07-16T11:36:46.000Z (over 10 years ago)
- Default Branch: v2-unstable
- Last Pushed: 2022-11-01T21:45:16.000Z (about 2 years ago)
- Last Synced: 2024-10-29T11:13:07.744Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 6.12 MB
- Stars: 2,739
- Watchers: 78
- Forks: 768
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: go-mgo
- Login: go-mgo
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/6823674?v=4
- Repositories: 2
- Last Synced at: 2024-03-17T17:44:44.591Z
- Profile URL: https://github.com/go-mgo
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 611
Total Committers: 41
Avg Commits per committer: 14.902
Development Distribution Score (DDS): 0.195
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 | Commits | |
---|---|---|
Gustavo Niemeyer | g****o@n****t | 492 |
Valeri Karpov | v****v@1****m | 25 |
Christian Muirhead | c****d@c****m | 16 |
John Arbash Meinel | j****n@a****m | 10 |
Gabriel Russell | g****l@m****m | 7 |
Menno Smits | m****o@f****m | 6 |
Wisdom Omuya | d****t@g****m | 5 |
mike o'brien | m****5@g****m | 5 |
Ryan Cox | r****x@g****m | 3 |
Livio Soares | l****s@u****m | 3 |
Las Zenow | z****w@r****t | 3 |
abhishekk | a****k@p****m | 2 |
Shawn Smith | s****h@g****m | 2 |
Ryan Chipman | r****n@r****m | 2 |
Maciej Galkowski | m****i@g****m | 2 |
Kyle Erf | e****f@m****m | 2 |
Evan | e****n@s****m | 2 |
Arno Leist | a****t@m****z | 1 |
waigani | w****i@g****m | 1 |
Alexandre Cesaro | a****o@g****m | 1 |
David Glasser | g****r@d****t | 1 |
Deiwin Sarjas | d****s@g****m | 1 |
Diego Medina | d****o@f****m | 1 |
HaijunWang | n****5@1****m | 1 |
Jamie Osler | j****e@i****o | 1 |
Jay R. Wren | j****n@x****t | 1 |
Joël Gähwiler | j****r@g****m | 1 |
Michael Christenson II | m****h@g****m | 1 |
Michael Hudson-Doyle | m****n@l****g | 1 |
Min-Young Wu | m****g@f****m | 1 |
and 11 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 7
- Total downloads: unknown
- Total docker downloads: 392,625,935
- Total dependent packages: 6,861 (may contain duplicates)
- Total dependent repositories: 14,227 (may contain duplicates)
- Total versions: 16
go: gopkg.in/mgo.v2
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-mgo/mgo
- Documentation: https://pkg.go.dev/gopkg.in/mgo.v2#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20190816093944-a6b53ec6cb22 (published over 5 years ago)
- Last Synced: 2024-11-11T15:30:53.934Z (about 1 month ago)
- Versions: 8
- Dependent Packages: 6,856
- Dependent Repositories: 14,218
- Docker Downloads: 392,625,935
-
Rankings:
- Dependent packages count: 0.028%
- Dependent repos count: 0.061%
- Docker downloads count: 0.21%
- Average: 0.517%
- Forks count: 0.991%
- Stargazers count: 1.297%
go: github.com/go-mgo/mgo
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-mgo/mgo
- Documentation: https://pkg.go.dev/github.com/go-mgo/mgo#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20190816093944-a6b53ec6cb22+incompatible (published over 5 years ago)
- Last Synced: 2024-11-12T01:04:43.263Z (about 1 month ago)
- Versions: 3
- Dependent Packages: 5
- Dependent Repositories: 9
-
Rankings:
- Forks count: 0.975%
- Stargazers count: 1.284%
- Average: 1.569%
- Dependent repos count: 1.78%
- Dependent packages count: 2.237%
go: gopkg.in/Mgo.v2
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-Mgo/Mgo
- Documentation: https://pkg.go.dev/gopkg.in/Mgo.v2#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20190816093944-a6b53ec6cb22 (published over 5 years ago)
- Last Synced: 2024-11-07T00:34:06.892Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.638%
- Stargazers count: 0.791%
- Average: 4.443%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: gopkg.in/MGO.v2
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-MGO/MGO
- Documentation: https://pkg.go.dev/gopkg.in/MGO.v2#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20190816093944-a6b53ec6cb22 (published over 5 years ago)
- Last Synced: 2024-11-04T23:33:16.635Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.638%
- Stargazers count: 0.791%
- Average: 4.443%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: gopkg.in/go-mgo/mgo.v2-unstable
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-mgo/mgo
- Documentation: https://pkg.go.dev/gopkg.in/go-mgo/mgo.v2-unstable#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20180705113738-7446a0344b78 (published over 6 years ago)
- Last Synced: 2024-11-06T00:03:19.484Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.638%
- Stargazers count: 0.791%
- Average: 4.443%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: gopkg.in/go-mgo/mgo.v2
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-mgo/mgo
- Documentation: https://pkg.go.dev/gopkg.in/go-mgo/mgo.v2#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20190816093944-a6b53ec6cb22 (published over 5 years ago)
- Last Synced: 2024-11-06T00:03:23.830Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.637%
- Stargazers count: 0.793%
- Average: 4.444%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
go: gopkg.in/mgo.v2-unstable
Package mgo offers a rich MongoDB driver for Go. ######################################################### THIS DRIVER IS UNMAINTAINED! See here for details: https://github.com/go-mgo/mgo/blob/v2-unstable/README.md ######################################################### 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. For more details, see the documentation for the types and methods.
- Homepage: https://github.com/go-mgo/mgo
- Documentation: https://pkg.go.dev/gopkg.in/mgo.v2-unstable#section-documentation
- Licenses: BSD-2-Clause
- Latest release: v2.0.0-20180705113738-7446a0344b78 (published over 6 years ago)
- Last Synced: 2024-11-06T00:03:28.431Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.637%
- Stargazers count: 0.793%
- Average: 4.444%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%