Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongolab/mongodb-driver-examples
A repository of MongoDB examples in several languages.
https://github.com/mongolab/mongodb-driver-examples
Last synced: 3 months ago
JSON representation
A repository of MongoDB examples in several languages.
- Host: GitHub
- URL: https://github.com/mongolab/mongodb-driver-examples
- Owner: mongolab
- Created: 2011-10-31T22:22:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T09:24:55.000Z (over 4 years ago)
- Last Synced: 2024-04-27T18:33:40.594Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 276
- Watchers: 21
- Forks: 186
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB Driver Examples
This git repository includes mongodb connection and query examples
for the following:- C# http://docs.mongodb.org/ecosystem/drivers/csharp/
- Java http://docs.mongodb.org/ecosystem/drivers/java/
- Node.js https://mongodb.github.io/node-mongodb-native/
- Node.js (Mongoose) http://mongoosejs.com/
- PHP http://docs.mongodb.org/ecosystem/drivers/php/
- Python (using pymongo) http://docs.mongodb.org/ecosystem/drivers/python/
- Ruby https://docs.mongodb.com/ruby-driver/master/
- Ruby (Mongoid) https://docs.mongodb.com/ruby-driver/master/mongoid/
These examples should run outright after you install the appropriate
drivers and insert your MongoDB URI. See
https://docs.mongodb.com/manual/installation/ for guidance.We hope these are helpful and appreciate your feedback!
Sincerely,
The mLab Team
[mlab.com](http://www.mlab.com) | [@mLab](https://twitter.com/mlab)