{"id":15037584,"url":"https://github.com/bububa/mongohub-mac","last_synced_at":"2025-04-12T23:43:21.062Z","repository":{"id":889177,"uuid":"638483","full_name":"bububa/MongoHub-Mac","owner":"bububa","description":"MongoHub mac native version.","archived":false,"fork":false,"pushed_at":"2015-06-23T04:03:37.000Z","size":12030,"stargazers_count":1181,"open_issues_count":60,"forks_count":316,"subscribers_count":41,"default_branch":"master","last_synced_at":"2025-04-12T23:43:15.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://mongohub.todayclose.com","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bububa.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2010-04-29T17:15:44.000Z","updated_at":"2025-04-09T05:26:30.000Z","dependencies_parsed_at":"2022-08-16T11:20:29.467Z","dependency_job_id":null,"html_url":"https://github.com/bububa/MongoHub-Mac","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2FMongoHub-Mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2FMongoHub-Mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2FMongoHub-Mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2FMongoHub-Mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bububa","download_url":"https://codeload.github.com/bububa/MongoHub-Mac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647256,"owners_count":21139081,"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":[],"created_at":"2024-09-24T20:35:02.119Z","updated_at":"2025-04-12T23:43:21.036Z","avatar_url":"https://github.com/bububa.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoHub [![stillmaintained](http://stillmaintained.com/bububa/MongoHub-Mac.png)](http://stillmaintained.com/bububa/MongoHub-Mac)\n\n## What is MongoHub\n**[MongoHub](http://mongohub.todayclose.com/)** is a **[mongodb](http://mongodb.org)** GUI application.\nThis repository is a mac native version of MongoHub. If you are using windows or linux please download use the source from [http://github.com/bububa/MongoHub](http://github.com/bububa/MongoHub) which is made by Titanium Desktop.\n\n![mongohub splash](https://github.com/downloads/bububa/MongoHub-Mac/MongoHubWall.png)\n\n## System Requirements\n\nMac OS X(10.6.x), intel(64bit) based.\n\n## Installation\n\nYou can either download the compiled executable file from [here](https://github.com/downloads/bububa/MongoHub-Mac/MongoHub.zip) \nor clone the source code and compile it on your own system.\n\n## Build\n\nBefore builing ensure the following frameworks are present:\n\t/Library/PrivateFrameworks\n\t\tBWToolkitFramework.framework\n\t\tSparkle.framework\n\t\tMCPKit_bundled.framework\n\t\tRegexKit.framework\n\nThe project also expects Boost libraries and the MongoDB client libraries.\n\nThe following Xcode project settings were changed from the master project:\n\tHeader Search Paths: /usr/local/include/\n\tLibrary Search Paths: /opt/local/lib ~/source/mongo (path to mongo source)\n\tUser Header Search Paths: /opt/local/include ~/source (path to source projects)\n\nThanks [HybridDBA](https://github.com/HybridDBA) add this build guide.\n\n## Current Status\n\nThis project is very new. Any issues or bug reports are welcome. And I still don't have time to write a **usage guide**.\n\n## History\n\n** [Last Update 2.3.2] **\n\t\n\t- Fixed a bug in jsoneditor related to Date() object;\n\t- Add import/export to JSON/CSV functions;\n\t- Add support for ssh access use public key;\n\t- Add a function to remove single record in find query window;\n\t- Fixed a bug to create collection in a database which doesn't have collection;\n\t\n** [Last Update 2.3.1] **\n\t\n\t- Fixed a bug in jsoneditor related to Date() object;\n\t- Add execution time in find panel;\n\t- Add reconnect support;\n\t- Fixed a bug in remove function.\n\n** [2.3.0] **\n\t\n\t- Add mongo stat monitor;\n\t- Add replica set connection support;\n\t- Add reconnect support;\n\t- Add an JSON editor for found results with syntax highlight;\n\t- More flexible query style in find window;\n\t- Fixed long long int value overflow;\n\t- Fixed application crash during open/close connection window.\n\n** [2.2.0] **\n\t\n\t- SSH Tunnel connection support;\n\t- Fixed a bug in display ObjectID type fields;\n\t- Fixed some UI bugs;\n\t- Fixed some memory leaks and random crashes;\n\t- Add confirm panel before drop database or collection;\n\t- Run queries in a seperate thread so that won't block the UI;\n\t- Fixed a bug to install on some 10.6.x(64bit) system.\n\n** [2.1.0] **\n\t\n\t- Auto expand and collaspe finding results;\n\t- Display Date_t or Timestamp as GMT time format;\n\t- Fixed a bug in display ObjectIds in Array element;\n\t- Import data from mysql database to mongodb;\n\t- Export data from mongodb to mysql database.\n\n** [2.0.9] **\n\t\n\t- Add support for mongohq.com;\n\t- Changed update behavior;\n\t- Fixed a bug to detect NumberLong type of BSONElement;\n\t- Fixed a bug in Array type of BSONElement.\n\n** [2.0.8] **\n\t\n\t- Fix several UI bugs in Query Window;\n\t- Fix bugs in Find Query and Update Query;\n\t- Fix bugs related to ObjectId;\n\t- Fix copy\u0026paste bugs.\n\n** [2.0.7] **\n\t\n\t- Add sparkle framework to check application updates.\n\n** [2.0.6] **\n\t\n\t- fixed some UI bugs;\n\t- add admin auth support.\n\n## Contribute\n\nI'd love to include your contributions, friend. Make sure your methods are\n[TomDoc](http://tomdoc.org)'d properly, that existing tests pass, and\nthat any new functionality includes appropriate tests.\n\nThen [send me a pull request](https://github.com/bububa/MongoHub-Mac/pull/new/master)!\n\n## Contact Me\n\n[Syd](mailto:prof.syd.xu@gmail.com) made this. Ping me on Twitter —[@bububa](http://twitter.com/bububa) — or [email](mailto:prof.syd.xu@gmail.com) me if you're having issues, or want me to merge in your pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fmongohub-mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbububa%2Fmongohub-mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Fmongohub-mac/lists"}