{"id":18073876,"url":"https://github.com/roshan-r/asyncmongo","last_synced_at":"2025-08-19T15:31:18.837Z","repository":{"id":221820018,"uuid":"755472674","full_name":"Roshan-R/asyncmongo","owner":"Roshan-R","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-22T11:31:00.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T02:27:41.063Z","etag":null,"topics":["async","mongodb","pymongo","python"],"latest_commit_sha":null,"homepage":"https://asyncmongo.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Roshan-R.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-10T10:13:52.000Z","updated_at":"2025-01-22T11:31:04.000Z","dependencies_parsed_at":"2024-02-10T11:24:05.552Z","dependency_job_id":"8950ebbd-476e-42e9-980a-653a44a91f98","html_url":"https://github.com/Roshan-R/asyncmongo","commit_stats":null,"previous_names":["roshan-r/asyncmongo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Roshan-R/asyncmongo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roshan-R%2Fasyncmongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roshan-R%2Fasyncmongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roshan-R%2Fasyncmongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roshan-R%2Fasyncmongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roshan-R","download_url":"https://codeload.github.com/Roshan-R/asyncmongo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roshan-R%2Fasyncmongo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271176212,"owners_count":24712351,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["async","mongodb","pymongo","python"],"created_at":"2024-10-31T10:09:49.075Z","updated_at":"2025-08-19T15:31:18.820Z","avatar_url":"https://github.com/Roshan-R.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ch1 align=\"center\"\u003eASYNCMONGO\u003c/h1\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cem\u003eAsynchronous MongoDB Made Easy\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/Roshan-R/asyncmongo?style=default\u0026logo=opensourceinitiative\u0026logoColor=white\u0026color=0080ff\" alt=\"license\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/last-commit/Roshan-R/asyncmongo?style=default\u0026logo=git\u0026logoColor=white\u0026color=0080ff\" alt=\"last-commit\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/languages/top/Roshan-R/asyncmongo?style=default\u0026color=0080ff\" alt=\"repo-top-language\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/languages/count/Roshan-R/asyncmongo?style=default\u0026color=0080ff\" alt=\"repo-language-count\"\u003e\n\u003c/p\u003e\n\n\n##  Overview\n\nasyncmongo is a Python library for working with MongoDB asynchronously. I’m building this project to learn more about how database drivers work and to explore what goes into creating one. It’s a mix of learning and coding, so things might evolve as I figure things out!\n\n---\n\n\n##  Getting Started\n\n##  Documentation\n\nFor detailed documentation, visit the [asyncmongo documentation](https://asyncmongo.readthedocs.io/en/latest/).\n\n###  Prerequisites\n\nBefore getting started with asyncmongo, ensure your runtime environment meets the following requirements:\n\n- **Programming Language:** Python\n- **Package Manager:** Poetry\n\n\n###  Installation\n\nInstall asyncmongo using one of the following methods:\n\n**Build from source:**\n\n1. Clone the asyncmongo repository:\n```sh\ngit clone https://github.com/Roshan-R/asyncmongo\n```\n\n2. Navigate to the project directory:\n```sh\ncd asyncmongo\n```\n\n3. Install the project dependencies:\n\n\n**Using `poetry`** \u0026nbsp; [\u003cimg align=\"center\" src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" /\u003e](https://python-poetry.org/)\n\n```sh\npoetry install\n```\n\n\n\n###  Testing\nRun the test suite using the following command:\n**Using `poetry`** \u0026nbsp; [\u003cimg align=\"center\" src=\"https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\" /\u003e](https://python-poetry.org/)\n\n```sh\npoetry run pytest\n```\n\n\n---\n##  Project Roadmap\n\n### Currently Supported Operations\n- `find`\n- `find_one`\n- `insert_one`\n\n- [X] **`Basic Connection`**: \u003cstrike\u003eSet up a basic connection to a MongoDB instance.\u003c/strike\u003e\n- [ ] **`Authentication`**:  \n\t- [X] Added support for SCRAM-SHA-256 authentication scheme.  \n\t- [ ] Add support for additional authentication mechanisms (e.g LDAP).  \n- [ ] **`Connection Pooling`**: Develop connection pooling for better performance and scalability.\n- [ ] **`Testing and Benchmarks`**: Write unit tests and benchmarks.\n\t- [ ] \tWrite unit tests for connection handling and CRUD operations.\n\t- [ ] \tCreate benchmarks to measure and optimize performance.\n- [ ] **`Cython`**: Rewrite core components in Cython to improve performance, inspired by asyncpg's implementation.\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshan-r%2Fasyncmongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froshan-r%2Fasyncmongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froshan-r%2Fasyncmongo/lists"}