{"id":20551649,"url":"https://github.com/do-community/mongodb-resources","last_synced_at":"2025-04-14T11:32:04.697Z","repository":{"id":51687126,"uuid":"360337215","full_name":"do-community/mongodb-resources","owner":"do-community","description":"Resources for using MongoDB on DigitalOcean","archived":false,"fork":false,"pushed_at":"2021-07-07T15:10:11.000Z","size":44100,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T00:44:08.038Z","etag":null,"topics":["mongodb"],"latest_commit_sha":null,"homepage":"https://www.digitalocean.com/products/managed-databases/","language":null,"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/do-community.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}},"created_at":"2021-04-21T23:44:39.000Z","updated_at":"2023-08-23T15:43:40.000Z","dependencies_parsed_at":"2022-08-23T00:41:19.629Z","dependency_job_id":null,"html_url":"https://github.com/do-community/mongodb-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fmongodb-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fmongodb-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fmongodb-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/do-community%2Fmongodb-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/do-community","download_url":"https://codeload.github.com/do-community/mongodb-resources/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248871867,"owners_count":21175307,"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":["mongodb"],"created_at":"2024-11-16T02:32:53.912Z","updated_at":"2025-04-14T11:32:04.662Z","avatar_url":"https://github.com/do-community.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongoDB Resources\n\nThis repo is dedicated to resources for using [MongoDB on DigitalOcean](https://www.digitalocean.com/products/managed-databases/).\n\n- **[Sample Apps](#sample-apps)**: See how apps can integrate MongoDB\n- **[Sample Datasets](#sample-datasets)**: Use these to populate a new MongoDB database so you can use them in your demo apps\n- **[Tutorials](#tutorials)**: Watch and read on ways to build with MongoDB on DigitalOcean\n\n## DigitalOcean + MongoDB Hackathon!\n\n[Join the \"Everything is a CRUD App\" Hackathon](https://digitalocean.com/mongodb-hackathon)\n\nBuild a MongoDB app deployed to DigitalOcean and get a shirt and stickers!\n\n## Sample Apps\n\nFollowing are sample apps that you can deploy to DigitalOcean App Platform\n\n- Node API (Fastify + MongoDB)\n- Jamstack Blog (Strapi + Next.js + MongoDB)\n- Unsplash App (Strapi + Next.js + MongoDB)\n\n| App | Description | GitHub | Deploy |\n|-----|-------------|--------|--------|\n|Node API|Build a Node API using Express and MongoDB.|[Repo](https://github.com/do-community/node-express-api)|[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/do-community/node-express-api/tree/master)|\n|Strapi + Next Blog|Create a backend CMS and API w/ Strapi and show data with a Next.js frontend.|[Strapi Repo](https://github.com/do-community/jamstack-blog-strapi) - [Next.js Repo](https://github.com/do-community/jamstack-blog-nextjs)|[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/chris-on-code/jamstack-blog-strapi/tree/master)\n|Unsplash Clone|Use Strapi and Next.js to create an image uploads site.|[Strapi Repo](https://github.com/do-community/unsplash-clone-strapi) - [Next.js Repo](https://github.com/do-community/unsplash-clone-nextjs)|[![Deploy to DO](https://mp-assets1.sfo2.digitaloceanspaces.com/deploy-to-do/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/chris-on-code/unsplash-clone-strapi/tree/master)\n\n\n## Sample Datasets\n\nSample datasets are pulled from the community repo: [mongodb-json-files](https://github.com/ozlerhakan/mongodb-json-files).\n\n| Name | Description | Size | Data type |\n|------|-------------|------|-----------|\n|[Grades](/datasets/grades.json)|Grades w/ types of exam|92 kb|JSON\n|[Students](/datasets/students.json)|Students w/ multiple types of grades|35 kb|JSON\n|[Products](/datasets/products.json)|Products w/ price, rating, and type|2.8 kb|JSON\n|[Countries](/datasets/countries-small.json) (Small)|A list of countries|329 kb|JSON\n|[Countries](/datasets/countries-big.json) (Big)|A larger list of countries|2.3 mb|JSON\n|[Restaurants](/datasets/restaurants.json)|Restaurants w/ type of food, address, more|666 kb|JSON\n|[Books](/datasets/books.json)|Books w/ descriptions|525 kb|JSON\n\n### How to use sample datasets\n\nThe quick tutorial for how to add these sample datasets to a MongoDB database on DigitalOcean are:\n\n1. Install MongoDB Compass\n1. Create a MongoDB database\n1. Grab your connection URL\n1. Connect to your database from MongoDB Compass\n1. Upload one of these sample datasets\n\nView the full tutorial: [How to Import Sample Data into MongoDB](/tutorial.md)\n\n## License\n\n[![Creative Commons](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fmongodb-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdo-community%2Fmongodb-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdo-community%2Fmongodb-resources/lists"}