All Projects → gcollazo → Mongodbapp

gcollazo / Mongodbapp

Licence: mit
The easiest way to get started with MongoDB on the Mac

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Mongodbapp

Vj4
The online judge service with millions of submissions, since 2005.
Stars: ✭ 430 (-7.33%)
Mutual labels:  mongodb
Middleware development learning
中间件、高性能服务器、分布式存储等(redis、memcache、nginx、大容量redis pika、rocksdb、mongodb、wiredtiger存储引擎、高性能代理中间件)二次开发、性能优化,逐步整理文档说明并配合demo指导--每周末定时更新2-3篇技术文章及程序demo--(技术交流QQ群:568892619)
Stars: ✭ 449 (-3.23%)
Mutual labels:  mongodb
Social Network
Mini social network that I made as my first web app project.
Stars: ✭ 458 (-1.29%)
Mutual labels:  mongodb
Meantorrent
meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
Stars: ✭ 438 (-5.6%)
Mutual labels:  mongodb
Monger
Monger is an idiomatic Clojure MongoDB driver with sane defaults, batteries included, well documented, low overhead
Stars: ✭ 447 (-3.66%)
Mutual labels:  mongodb
Mongo Php Adapter
🔗 Adapter to provide ext-mongo interface on top of mongo-php-library
Stars: ✭ 453 (-2.37%)
Mutual labels:  mongodb
Octblog
Yet another blog system powered by Flask and MongoDB
Stars: ✭ 421 (-9.27%)
Mutual labels:  mongodb
Mongodb
MongoDB driver for Elixir
Stars: ✭ 463 (-0.22%)
Mutual labels:  mongodb
Pb
pb is a formerly-lightweight pastebin and url shortener
Stars: ✭ 448 (-3.45%)
Mutual labels:  mongodb
Mongodb Json Files
📦 A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB
Stars: ✭ 456 (-1.72%)
Mutual labels:  mongodb
Youtube Clone Nodejs Api
VueTube is a YouTube clone built with nodejs, expressjs & mongodb. This is the RESTful API repository.
Stars: ✭ 441 (-4.96%)
Mutual labels:  mongodb
Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-4.31%)
Mutual labels:  mongodb
Bdp Dataplatform
大数据生态解决方案数据平台:基于大数据、数据平台、微服务、机器学习、商城、自动化运维、DevOps、容器部署平台、数据平台采集、数据平台存储、数据平台计算、数据平台开发、数据平台应用搭建的大数据解决方案。
Stars: ✭ 456 (-1.72%)
Mutual labels:  mongodb
Private Project
一些基于React、Vue、Node.js、MongoDB技术栈的实践项目
Stars: ✭ 438 (-5.6%)
Mutual labels:  mongodb
Api Design Node V3
[Course] API design in Node with Express v3
Stars: ✭ 459 (-1.08%)
Mutual labels:  mongodb
Mongo Express
Web-based MongoDB admin interface, written with Node.js and express
Stars: ✭ 4,403 (+848.92%)
Mutual labels:  mongodb
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (-2.37%)
Mutual labels:  mongodb
Fullstack Javascript Architecture
✍️ Opinionated project architecture for Full-Stack JavaScript Applications.
Stars: ✭ 464 (+0%)
Mutual labels:  mongodb
Testcontainers Spring Boot
Container auto-configurations for spring-boot based integration tests
Stars: ✭ 460 (-0.86%)
Mutual labels:  mongodb
Fullstack Javascript
Source code for the Fullstack JavaScript book
Stars: ✭ 456 (-1.72%)
Mutual labels:  mongodb

mongoDB.app

The easiest way to get started with mongoDB on the Mac.

Just download, drag to the applications folder, and double-click.

mongoDB.app Screenshot

Download


Version numbers

Version numbers of this project (mongoDB.app) try to communicate the included version of the included mongoDB binaries bundled with each release.

The version number also includes a build number which is used to indicate the current version of mongoDB.app and it's independent from the bundled mongoDB's version.

Adding mongo binaries to your path

If you need to add the mongoDB binaries to your path you can do so by adding the following to your ~/.bash_profile.

# Add mongoDB.app binaries to path
export PATH="/Applications/MongoDB.app/Contents/Resources/Vendor/mongodb/bin:$PATH"

Or using the path_helper alternative:

sudo mkdir -p /etc/paths.d &&
echo /Applications/MongoDB.app/Contents/Resources/Vendor/mongodb/bin | sudo tee /etc/paths.d/mongodbapp

Installing with Homebrew Cask

You can also install MongoDB.app with Homebrew Cask.

$ brew cask install gcollazo-mongodb

Similar projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].