{"id":13456943,"url":"https://github.com/vedfi/mondroid","last_synced_at":"2025-03-24T11:32:05.248Z","repository":{"id":175947346,"uuid":"472040540","full_name":"vedfi/mondroid","owner":"vedfi","description":"Mongodb Client w/ Flutter","archived":false,"fork":false,"pushed_at":"2024-04-22T10:35:19.000Z","size":663,"stargazers_count":52,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T11:35:36.001Z","etag":null,"topics":["dart","flutter","mongodb","mongodb-client"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedfi.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":"2022-03-20T16:42:39.000Z","updated_at":"2024-05-31T10:08:01.081Z","dependencies_parsed_at":"2024-02-08T13:28:00.075Z","dependency_job_id":"4f86babd-0a20-4755-b3d4-1e084d80511a","html_url":"https://github.com/vedfi/mondroid","commit_stats":null,"previous_names":["vedfi/mondroid"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedfi%2Fmondroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedfi%2Fmondroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedfi%2Fmondroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedfi%2Fmondroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedfi","download_url":"https://codeload.github.com/vedfi/mondroid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245261000,"owners_count":20586510,"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":["dart","flutter","mongodb","mongodb-client"],"created_at":"2024-07-31T08:01:30.600Z","updated_at":"2025-03-24T11:32:05.226Z","avatar_url":"https://github.com/vedfi.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/vedfi"],"categories":["Dart"],"sub_categories":[],"readme":"[\u003cimg alt=\"mondroid-banner\" src=\"https://user-images.githubusercontent.com/29797832/160253110-e3dcf46d-7c7e-4795-901a-c998f39d4cdd.jpg\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253110-e3dcf46d-7c7e-4795-901a-c998f39d4cdd.jpg\")    \n\n\n\u003ca href=\"https://apps.apple.com/us/app/mondroid/id6478081276?itscg=30200\u0026itsct=apps_box_badge\u0026mttnsubad=6478081276\" style=\"display: inline-block; overflow: hidden; border-radius: 13px; width: 250px; height: 83px;\"\u003e\u003cimg src=\"https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1709251200\" alt=\"Download on the App Store\" style=\"border-radius: 13px; width: 250px; height: 83px;\" /\u003e\u003c/a\u003e\n\u003ca href='https://play.google.com/store/apps/details?id=com.vedfi.mondroid\u0026pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt=\"Get it on Google Play\" height=\"83\" src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/7/78/Google_Play_Store_badge_EN.svg/360px-Google_Play_Store_badge_EN.svg.png?20220907104002\" width=\"276\"/\u003e\u003c/a\u003e\u003c!-- \u0026emsp; \u0026emsp; \u003ca href=\"https://www.buymeacoffee.com/vedfi\" target=\"_blank\"\u003e\u003cimg alt=\"Buy Me A Coffee\" height=\"75\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" width=\"250\"/\u003e\u003c/a\u003e --\u003e\n\n## About This Project\n- The main goal of this project is providing a mongodb client for mobile devices. (Like official desktop client [Mongodb Compass](https://www.mongodb.com/products/compass))\n- Mondroid is written in Flutter and utilizes [mongo_dart](https://github.com/mongo-dart/mongo_dart) driver.\n\n## Features\n\n### General\n- Both mongodb:// and mongodb+srv:// connections are supported. ([Mongodb Connection Strings](https://www.mongodb.com/docs/manual/reference/connection-string/))\n- Adding, removing, editing and reordering connection strings.\n- Auto reconnecting.\n\n### Collections\n- Creating and deleting collections.\n- Number of documents can be seen in each collection tile.\n\n### Querying\n- Find queries are supported in json format. ([Mongodb Query Operators](https://www.mongodb.com/docs/manual/reference/operator/query/))\n- Sorting is also supported. ([Sorting Documents In Mongodb](https://www.mongodb.com/docs/manual/reference/operator/aggregation/sort/#mongodb-pipeline-pipe.-sort))\n\n### Documents\n- CRUD operations are supported.\n- On listing page; documents are represented in expandable tree format.\n- On editing page; documents are represented in json string format.\n\n### Custom Json Encoding / Decoding\n- Some data types are not supported by default json:convert library.\n- The following operators were used to support those types.\n- Please note that i don't recommend modifiying BsonBinary fields.\n- Keep in mind that only Generic:(0) and LegacyUUID:(3) binary subtypes are supported. [(Binary Subtypes)](https://www.mongodb.com/docs/manual/reference/bson-types/#binary-data)\n- Binary subtype 4 represents UUID and it is already available.\n\n| Type                | Operator                 | Usage                                        |\n|---------------------|--------------------------|----------------------------------------------|\n| ObjectId            | $oid                     | \"$oid:5a97f9c91c807bb9c6eb5fb4\"              |\n| DateTime            | $date                    | \"$date:1998-11-02T01:30:00.000Z\"             |\n| Uuid                | $uuid                    | \"$uuid:ddca6dd7-9887-4f56-8dea-264cbe1c15b1\" |\n| Long                | $long                    | \"$long:300497\"                               |\n| Decimal             | $decimal                 | \"$decimal:1102.98\"                           |\n| BsonBinary          | $binary                  | \"$binary:3_ABCDEF\" (\"$binary: subType_value\")|\n| NaN (Double)        | $doubleNaN               | \"$doubleNaN\"                                 |\n| Infinity (Decimal)  | $decimalInfinity         | \"$decimalInfinity\"                           |\n| Infinity (Double)   | $doubleInfinity          | \"$doubleInfinity\"                            |\n| -Infinity (Decimal) | $decimalNegativeInfinity | \"$decimalNegativeInfinity\"                   |\n| -Infinity (Double)  | $doubleNegativeInfinity  | \"$doubleNegativeInfinity\"                    |\n\n## User Interface\n\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/c8d834fa-2bf1-43a2-93bc-1cc519ecb7e6\" width=\"225px\"\u003e\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/96b45456-f9da-47f4-b4aa-39f0bc167a52\" width=\"225px\"\u003e\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/7d694b8b-3b88-4ce2-b5eb-e7ac2c12f611\" width=\"225px\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/d0ee4cf7-8107-4dae-ac44-50be3974919b\" width=\"225px\"\u003e\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/40173e40-be4d-4cb0-9124-06a5dd12bf77\" width=\"225px\"\u003e\n\u003cimg src=\"https://github.com/vedfi/mondroid/assets/29797832/309e3f85-db48-4782-925e-9e2913cb6d1b\" width=\"225px\"\u003e\n\n\u003c!---\n[\u003cimg alt=\"mondroid-ui-1\" src=\"https://user-images.githubusercontent.com/29797832/160253540-c5acd9b4-cb72-4123-a10f-b72acf953ef3.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253540-c5acd9b4-cb72-4123-a10f-b72acf953ef3.jpg\")\n[\u003cimg alt=\"mondroid-ui-2\" src=\"https://user-images.githubusercontent.com/29797832/160253541-5028dc41-df8c-41f7-9806-99b597cf85d4.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253541-5028dc41-df8c-41f7-9806-99b597cf85d4.jpg\")\n[\u003cimg alt=\"mondroid-ui-3\" src=\"https://user-images.githubusercontent.com/29797832/160253542-d89d49b4-f80a-4f42-b2ac-065cd0635c46.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253542-d89d49b4-f80a-4f42-b2ac-065cd0635c46.jpg\") --\u003e\n\n\u003c!--- [\u003cimg alt=\"mondroid-ui-4\" src=\"https://user-images.githubusercontent.com/29797832/160253543-f9339cac-17ce-4f1e-a4c3-877dbb219203.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253543-f9339cac-17ce-4f1e-a4c3-877dbb219203.jpg\") --\u003e\n\n\u003c!--- [\u003cimg alt=\"mondroid-ui-5\" src=\"https://user-images.githubusercontent.com/29797832/160253545-c18cf30e-6290-4a16-8705-11f00eef6c17.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253545-c18cf30e-6290-4a16-8705-11f00eef6c17.jpg\")\n[\u003cimg alt=\"mondroid-ui-6\" src=\"https://user-images.githubusercontent.com/29797832/160253546-9ebd8122-059d-4362-a97f-5b37a58d169d.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253546-9ebd8122-059d-4362-a97f-5b37a58d169d.jpg\")\n[\u003cimg alt=\"mondroid-ui-7\" src=\"https://user-images.githubusercontent.com/29797832/160253547-3e943891-8d97-4654-bafb-d09fca38be80.jpg\" width=\"225px\"/\u003e](\"https://user-images.githubusercontent.com/29797832/160253547-3e943891-8d97-4654-bafb-d09fca38be80.jpg\") --\u003e\n\n## Side Notes\nI won't be able to develop full time; as this is a hobby project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedfi%2Fmondroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedfi%2Fmondroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedfi%2Fmondroid/lists"}