{"id":16678504,"url":"https://github.com/JuliaDatabases/Mongoc.jl","last_synced_at":"2025-12-29T23:55:28.815Z","repository":{"id":34725079,"uuid":"148391688","full_name":"felipenoris/Mongoc.jl","owner":"felipenoris","description":"MongoDB driver for the Julia Language","archived":false,"fork":false,"pushed_at":"2025-02-20T23:26:47.000Z","size":1468,"stargazers_count":85,"open_issues_count":18,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T23:44:34.294Z","etag":null,"topics":["julia","julia-language","mongodb","mongodb-driver"],"latest_commit_sha":null,"homepage":"https://felipenoris.github.io/Mongoc.jl/stable","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipenoris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-11T23:14:33.000Z","updated_at":"2025-03-24T21:42:52.000Z","dependencies_parsed_at":"2024-06-19T13:27:43.135Z","dependency_job_id":"1be353d4-afed-4a1e-ad2c-eeeb96a0c20b","html_url":"https://github.com/felipenoris/Mongoc.jl","commit_stats":{"total_commits":274,"total_committers":12,"mean_commits":"22.833333333333332","dds":"0.14233576642335766","last_synced_commit":"961a51666d56f31ef0019f8c247deaae4f1082c4"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipenoris%2FMongoc.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipenoris%2FMongoc.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipenoris%2FMongoc.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipenoris%2FMongoc.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipenoris","download_url":"https://codeload.github.com/felipenoris/Mongoc.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174415,"owners_count":20896078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["julia","julia-language","mongodb","mongodb-driver"],"created_at":"2024-10-12T13:29:30.422Z","updated_at":"2025-12-29T23:55:28.771Z","avatar_url":"https://github.com/felipenoris.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mongoc.jl\n\n[![License][license-img]](LICENSE)\n[![CI][ci-img]][ci-url]\n[![appveyor][appveyor-img]][appveyor-url]\n[![codecov][codecov-img]][codecov-url]\n[![dev][docs-dev-img]][docs-dev-url]\n[![stable][docs-stable-img]][docs-stable-url]\n\n[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ci-img]: https://github.com/felipenoris/Mongoc.jl/workflows/CI/badge.svg\n[ci-url]: https://github.com/felipenoris/Mongoc.jl/actions?query=workflow%3ACI\n[appveyor-img]: https://img.shields.io/appveyor/ci/felipenoris/mongoc-jl/master.svg?logo=appveyor\u0026label=Windows\u0026style=flat-square\n[appveyor-url]: https://ci.appveyor.com/project/felipenoris/mongoc-jl/branch/master\n[codecov-img]: https://img.shields.io/codecov/c/github/felipenoris/Mongoc.jl/master.svg?label=codecov\u0026style=flat-square\n[codecov-url]: http://codecov.io/github/felipenoris/Mongoc.jl?branch=master\n[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg?style=flat-square\n[docs-dev-url]: https://felipenoris.github.io/Mongoc.jl/dev\n[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square\n[docs-stable-url]: https://felipenoris.github.io/Mongoc.jl/stable\n\n**Mongoc.jl** is a [MongoDB](https://www.mongodb.com/) driver for the Julia Language.\n\nIt is implemented as a thin wrapper around [libmongoc](http://mongoc.org/), the official client library for C applications.\n\nGiven that [BSON](http://bsonspec.org/) is the document format for MongoDB,\nthis package also implements a wrapper around [libbson](http://mongoc.org/libbson/current/index.html),\nwhich provides a way to create and manipulate BSON documents.\n\n## Requirements\n\n* MongoDB 3.0 or newer.\n\n* Julia v1.6 or newer.\n\n* Linux, macOS, or Windows.\n\n## Installation\n\nFrom a Julia session, run:\n\n```julia\njulia\u003e using Pkg\n\njulia\u003e Pkg.add(\"Mongoc\")\n```\n\n## Documentation\n\nThe documentation for this package is hosted at https://felipenoris.github.io/Mongoc.jl/stable.\n\n## License\n\nThe source code for the package `Mongoc.jl` is licensed under the [MIT License](https://github.com/felipenoris/Mongoc.jl/blob/master/LICENSE).\n\nThis repository distributes binary assets built from [mongo-c-driver](https://github.com/mongodb/mongo-c-driver) source code,\nwhich is licensed under [Apache-2.0](https://github.com/mongodb/mongo-c-driver/blob/master/COPYING).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaDatabases%2FMongoc.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJuliaDatabases%2FMongoc.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJuliaDatabases%2FMongoc.jl/lists"}