sourceName stringclasses 1
value | url stringlengths 52 145 | action stringclasses 1
value | body stringlengths 0 60.5k | format stringclasses 1
value | metadata dict | title stringlengths 5 125 | updated stringclasses 3
values |
|---|---|---|---|---|---|---|---|
devcenter | https://www.mongodb.com/developer/languages/javascript/node-aggregation-framework | created | # Aggregation Framework with Node.js Tutorial
When you want to analyze data stored in MongoDB, you can use MongoDB's powerful aggregation framework to do so. Today, I'll give you a high-level overview of the aggregation framework and show you how to use it.
>This post uses MongoDB 4.0, MongoDB Node.js Driver 3.3.2, a... | md | {
"tags": [
"JavaScript",
"MongoDB",
"Node.js"
],
"pageDescription": "Discover how to analyze your data using MongoDB's Aggregation Framework and Node.js.",
"contentType": "Quickstart"
} | Aggregation Framework with Node.js Tutorial | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/real-time-chat-phaser-game-mongodb-socketio | created | md | {
"tags": [
"MongoDB",
"JavaScript",
"Node.js"
],
"pageDescription": "Learn how to add real-time chat to a Phaser game with Socket.io and MongoDB.",
"contentType": "Tutorial"
} | Real-Time Chat in a Phaser Game with MongoDB and Socket.io | 2024-05-20T17:32:23.501Z | |
devcenter | https://www.mongodb.com/developer/products/realm/jetpack-compose-experience-android | created | # Unboxing Jetpack Compose: My First Compose App
# Introduction
### What is Jetpack Compose?
As per Google, *“Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotl... | md | {
"tags": [
"Realm",
"Kotlin",
"Android"
],
"pageDescription": "Learn how to get started with Jetpack Compose on Android",
"contentType": "Quickstart"
} | Unboxing Jetpack Compose: My First Compose App | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/searching-on-your-location-atlas-search-geospatial-operators | created |
Bed and Breakfast [40.7128, -74.0060]:
| md | {
"tags": [
"Atlas",
"JavaScript"
],
"pageDescription": "Learn how to compound Atlas Search operators and do autocomplete searches with geospatial criteria.",
"contentType": "Tutorial"
} | Searching on Your Location with Atlas Search and Geospatial Operators | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/adding-real-time-notifications-ghost-cms-using-mongodb-server-sent-events | created | # Adding Real-Time Notifications to Ghost CMS Using MongoDB and Server-Sent Events
## About Ghost
Ghost is an open-source blogging platform. Unlike other content management systems like WordPress, its focus lies on professional publishing.
This ensures the core of the system remains lean. To integrate third-party ap... | md | {
"tags": [
"MongoDB",
"JavaScript",
"Docker"
],
"pageDescription": "Learn how to work with MongoDB change streams and develop a server-sent event application that integrates with Ghost CMS.",
"contentType": "Tutorial"
} | Adding Real-Time Notifications to Ghost CMS Using MongoDB and Server-Sent Events | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/php/php-setup | created | # Getting Set Up to Run PHP with MongoDB
Welcome to this quickstart guide for MongoDB and PHP. I know you're probably excited to get started writing code and building applications with PHP and MongoDB. We'll get there, I promise. Let's go through some necessary set-up first, however.
This guide is organized into a f... | md | {
"tags": [
"PHP",
"MongoDB"
],
"pageDescription": "Getting Started with MongoDB and PHP - Part 1 - Setup",
"contentType": "Quickstart"
} | Getting Set Up to Run PHP with MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/storing-large-objects-and-files | created | # Storing Large Objects and Files in MongoDB
Large objects, or "files", are easily stored in MongoDB. It is no problem to store 100MB videos in the database.
This has a number of advantages over files stored in a file system. Unlike a file system, the database will have no problem dealing with millions of objects. Ad... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Discover how to store large objects and files in MongoDB.",
"contentType": "Tutorial"
} | Storing Large Objects and Files in MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-summary | created | # A Summary of Schema Design Anti-Patterns and How to Spot Them
We've reached the final post in this series on MongoDB schema design anti-patterns. You're an expert now, right? We hope so. But don't worry—even if you fall into the trap of accidentally implementing an anti-pattern, MongoDB Atlas can help you identify i... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Get a summary of the six MongoDB Schema Design Anti-Patterns. Plus, learn how MongoDB Atlas can help you spot the anti-patterns in your databases.",
"contentType": "Article"
} | A Summary of Schema Design Anti-Patterns and How to Spot Them | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/visualize-mongodb-atlas-database-audit-logs | created | # Visualize MongoDB Atlas Database Audit Logs
MongoDB Atlas has advanced security capabilities, and audit logs are one of them. Simply put, enabling audit logs in an Atlas cluster allows you to track what happened in the database by whom and when.
In this blog post, I’ll walk you through how you can visualize MongoD... | md | {
"tags": [
"Atlas"
],
"pageDescription": "In this blog post, I’ll walk you through how you can visualize MongoDB Atlas Database Audit Logs with MongoDB Atlas Charts.",
"contentType": "Tutorial"
} | Visualize MongoDB Atlas Database Audit Logs | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-bloated-documents | created | # Bloated Documents
Welcome (or welcome back!) to the MongoDB Schema Anti-Patterns series! We're halfway through the series. So far, we've discussed three anti-patterns: massive arrays, massive number of collections, and unnecessary indexes.
Today, let's discuss document size. MongoDB has a 16 MB document size limit... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Bloated Documents",
"contentType": "Article"
} | Bloated Documents | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/swift/update-on-monogodb-and-swift | created | # An Update on MongoDB's Ongoing Commitment to Swift
Recently, Rachelle Palmer, Senior Product Manager for MongoDB Drivers sat down with Kaitlin Mahar, Lead Engineer for the `Swift` and `Rust` drivers to discuss some of the exciting developments in the `Swift` space. This article details that conversation.
Swift is a... | md | {
"tags": [
"Swift",
"MongoDB"
],
"pageDescription": "An update on MongoDB's ongoing commitment to Swift",
"contentType": "Article"
} | An Update on MongoDB's Ongoing Commitment to Swift | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-database-and-frozen-objects | created | # Realm Core Database 6.0: A New Architecture and Frozen Objects
## TL;DR
Realm is an easy-to-use, offline-first database that lets mobile developers build better apps faster.
Since the acquisition by MongoDB of Realm in May 2019, MongoDB has continued investing in building an updated version of our mobile database;... | md | {
"tags": [
"Realm"
],
"pageDescription": "Explaining Realm Core Database 6.0 and Frozen Objects",
"contentType": "News & Announcements"
} | Realm Core Database 6.0: A New Architecture and Frozen Objects | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/build-ci-cd-pipelines-realm-apps-github-actions | created | # How to Build CI/CD Pipelines for MongoDB Realm Apps Using GitHub Actions
> As of June 2022, the functionality previously known as MongoDB Realm is now named Atlas App Services. Atlas App Services refers to the cloud services that simplify building applications with Atlas – Atlas Data API, Atlas GraphQL API, Atlas Tr... | md | {
"tags": [
"Realm",
"GitHub Actions"
],
"pageDescription": "Learn how to build CI/CD pipelines in GitHub Actions for apps built using MongoDB Realm.",
"contentType": "Tutorial"
} | How to Build CI/CD Pipelines for MongoDB Realm Apps Using GitHub Actions | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/scaling-gaming-mongodb-square-enix-gaspard-petit | created | # Scaling the Gaming Industry with Gaspard Petit of Square Enix
Square Enix is one of the most popular gaming brands in the world. They're known for such franchise games as Tomb Raider, Final Fantasy, Dragon Quest, and more. In this article, we provide a transcript of the MongoDB Podcast episode in which Michael and N... | md | {
"tags": [
"MongoDB",
"Java",
"Kubernetes",
"Docker"
],
"pageDescription": "Join Michael Lynn and Nic Raboy as they chat with Gaspard Petit of Square Enix to learn how one of the largest and best-loved gaming brands in the world is using MongoDB to scale and grow.",
"contentType": "Podcast"
} | Scaling the Gaming Industry with Gaspard Petit of Square Enix | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/manage-data-at-scale-with-online-archive | created | # How to Manage Data at Scale With MongoDB Atlas Online Archive
Let's face it: Your data can get stale and old quickly. But just because
the data isn't being used as often as it once was doesn't mean that it's
not still valuable or that it won't be valuable again in the future. I
think this is especially true for data... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to efficiently manage your data at scale by leveraging MongoDB Atlas Online Archive.",
"contentType": "Tutorial"
} | How to Manage Data at Scale With MongoDB Atlas Online Archive | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/rust/serde-improvements | created | # Structuring Data With Serde in Rust
## Introduction
This post details new upgrades in the Rust MongoDB Driver and BSON library to improve our integration with Serde. In the Rust Quick Start blog post, we discussed the trickiness of working with BSON, which has a dynamic schema, in Rust, which uses a static type sys... | md | {
"tags": [
"Rust",
"MongoDB"
],
"pageDescription": "New upgrades in the Rust MongoDB driver and BSON library improve integration with Serde.",
"contentType": "Article"
} | Structuring Data With Serde in Rust | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/data-api-postman | created | # Accessing Atlas Data in Postman with the Data API
> This tutorial discusses the preview version of the Atlas Data API which is now generally available with more features and functionality. Learn more about the GA version here.
MongoDB's new Data API is a great way to access your MongoDB Atlas data using a REST-like... | md | {
"tags": [
"Atlas",
"JavaScript",
"Postman API"
],
"pageDescription": "MongoDB's new Data API is a great way to access your MongoDB Atlas data using a REST-like interface. In this article, we will show you how to use Postman to read and write to your MongoDB Atlas cluster.",
"contentType": "Tutoria... | Accessing Atlas Data in Postman with the Data API | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/window-functions-and-time-series | created | # Window Functions & Time Series Collections
Window functions and time series collections are both features that were added to MongoDB 5.0. Window functions allow you to run a window across a sorted set of documents, producing calculations over each step of the window, like rolling average or correlation scores. Time-... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Let's load some data into a time series collection and then run some window functions over it, to calculate things like moving average, derivatives, and others.",
"contentType": "Article"
} | Window Functions & Time Series Collections | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/manage-game-user-profiles-mongodb-phaser-javascript | created | md | {
"tags": [
"JavaScript",
"Atlas"
],
"pageDescription": "Learn how to work with user profiles in a Phaser game with JavaScript and MongoDB.",
"contentType": "Tutorial"
} | Manage Game User Profiles with MongoDB, Phaser, and JavaScript | 2024-05-20T17:32:23.501Z | |
devcenter | https://www.mongodb.com/developer/products/realm/realm-ios15-swiftui | created | # Most Useful iOS 15 SwiftUI Features
## Introduction
I'm all-in on using SwiftUI to build iOS apps. I find it so much simpler than wrangling with storyboards and UIKit. Unfortunately, there are still occasions when SwiftUI doesn't let you do what you need—forcing you to break out into UIKit.
That's why I always foc... | md | {
"tags": [
"Realm",
"Swift",
"iOS"
],
"pageDescription": "See how to use some of the most useful new iOS 15 SwiftUI features in your mobile apps",
"contentType": "Tutorial"
} | Most Useful iOS 15 SwiftUI Features | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/rust/getting-started-deno-mongodb | created | # Getting Started with Deno & MongoDB
Deno is a “modern” runtime for JavaScript and TypeScript that is built in Rust. This makes it very fast!
If you are familiar with Node.js then you will be right at home with Deno. It is very similar but has some improvements over Node.js. In fact, the creator of Deno, Ryan Dahl,... | md | {
"tags": [
"Rust",
"Atlas",
"TypeScript"
],
"pageDescription": "Deno is a “modern” runtime for JavaScript and TypeScript that is built in Rust. This makes it very fast!\nIf you are familiar with Node.js, then you will be right at home with Deno. It is very similar but has some improvements over Node.... | Getting Started with Deno & MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/create-restful-api-dotnet-core-mongodb | created | # Create a RESTful API with .NET Core and MongoDB
If you've been keeping up with my development content, you'll remember that I recently wrote Build Your First .NET Core Application with MongoDB Atlas, which focused on building a console application that integrated with MongoDB. While there is a fit for MongoDB in con... | md | {
"tags": [
"C#",
"MongoDB",
".NET"
],
"pageDescription": "Learn how to create a RESTful web API with .NET Core that interacts with MongoDB through each of its endpoints.",
"contentType": "Tutorial"
} | Create a RESTful API with .NET Core and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/everything-you-know-is-wrong | created | # Everything You Know About MongoDB is Wrong!
I joined MongoDB less than a year ago, and I've learned a lot in the time since. Until I started working towards my interviews at the company, I'd never actually *used* MongoDB, although I had seen some talks about it and been impressed by how simple it seemed to use.
But... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "There are a bunch of myths floating around about MongoDB. Here's where I bust them.",
"contentType": "Article"
} | Everything You Know About MongoDB is Wrong! | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/get-hyped-synonyms-atlas-search | created | # Get Hyped: Synonyms in Atlas Search
Sometimes, the word you’re looking for is on the tip of your tongue, but you can’t quite grasp it. For example, when you’re trying to find a really funny tweet you saw last night to show your friends. If you’re sitting there reading this and thinking, "Wow, Anaiya and Nic, you’re... | md | {
"tags": [
"Atlas",
"JavaScript",
"Node.js"
],
"pageDescription": "Learn how to define your own custom synonyms for use with MongoDB Atlas Search in this example with features searching within slang found in Twitter messages.",
"contentType": "Tutorial"
} | Get Hyped: Synonyms in Atlas Search | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/subset-pattern | created | # Building with Patterns: The Subset Pattern
Some years ago, the first PCs had a whopping 256KB of RAM and dual 5.25"
floppy drives. No hard drives as they were incredibly expensive at the
time. These limitations resulted in having to physically swap floppy
disks due to a lack of memory when working with large (for th... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Over the course of this blog post series, we'll take a look at twelve common Schema Design Patterns that work well in MongoDB.",
"contentType": "Tutorial"
} | Building with Patterns: The Subset Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/lessons-learned-building-game-mongodb-unity | created | # Lessons Learned from Building a Game with MongoDB and Unity
Back in September 2020, my colleagues Nic
Raboy, Karen
Huaulme, and I decided to learn how to
build a game. At the time, Fall Guys was what
our team enjoyed playing together, so we set a goal for ourselves to
build a similar game. We called it Plummeting Pe... | md | {
"tags": [
"Realm",
"Unity"
],
"pageDescription": "After learning how to build a game in public, see what lessons Adrienne learned while building a game with MongoDB and Unity",
"contentType": "Article"
} | Lessons Learned from Building a Game with MongoDB and Unity | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/node-connect-mongodb | created | # Connect to a MongoDB Database Using Node.js
Use Node.js? Want to learn MongoDB? This is the blog series for you!
In this Quick Start series, I'll walk you through the basics of how to get started using MongoDB with Node.js. In today's post, we'll work through connecting to a MongoDB database from a Node.js sc... | md | {
"tags": [
"JavaScript",
"Node.js"
],
"pageDescription": "Node.js and MongoDB is a powerful pairing and in this Quick Start series we show you how.",
"contentType": "Quickstart"
} | Connect to a MongoDB Database Using Node.js | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/preparing-tsdata-with-densify-and-fill | created | # Preparing Time Series data for Analysis Tools with $densify and $fill
## Densification and Gap Filling of Time Series Data
Time series data refers to recordings of continuous values at specific points in time. This data is then examined, not as individual data points, but as how a value either changes over time or... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn through examples and graphs how the aggregation stages $densify and $fill allow you to fill gaps in time series data and convert irregular to regular time spacing. ",
"contentType": "Tutorial"
} | Preparing Time Series data for Analysis Tools with $densify and $fill | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/developing-side-scrolling-platformer-game-unity-mongodb-realm | created | # Developing a Side-Scrolling Platformer Game with Unity and MongoDB Realm
I've been a gamer since the 1990s, so 2D side-scrolling platformer games like Super Mario Bros. hold a certain place in my heart. Today, 2D games are still being created, but with the benefit of having connectivity to the internet, whether that... | md | {
"tags": [
"Realm",
"C#",
"Unity"
],
"pageDescription": "Learn how to create a 2D side-scrolling platformer game with MongoDB and Unity.",
"contentType": "Tutorial"
} | Developing a Side-Scrolling Platformer Game with Unity and MongoDB Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-meetup-kotlin-multiplatform | created | # Realm Meetup - Realm Kotlin Multiplatform for Modern Mobile Apps
Didn't get a chance to attend the Realm Kotlin Multiplatform for modern mobile apps Meetup? Don't worry, we recorded the session and you can now watch it at your leisure to get you caught up.
:youtube]{vid=F1cEI9OKI-E}
In this meetup, Claus Rørbech, ... | md | {
"tags": [
"Realm",
"Kotlin",
"Android"
],
"pageDescription": "In this talk, Claus Rørbech, software engineer on the Realm Android team, will walk us through some of the constraints of the RealmJava SDK, the thought process that went into the decision to build a new SDK for Kotlin, the benefits deve... | Realm Meetup - Realm Kotlin Multiplatform for Modern Mobile Apps | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/mongoimport-guide | created | # How to Import Data into MongoDB with mongoimport
No matter what you're building with MongoDB, at some point you'll want to import some data. Whether it's the majority of your data, or just some reference data that you want to integrate with your main data set, you'll find yourself with a bunch of JSON or CSV files t... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to import different types of data into MongoDB, quickly and efficiently, using mongoimport.",
"contentType": "Tutorial"
} | How to Import Data into MongoDB with mongoimport | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-sync-migration | created | # Migrating Your iOS App's Synced Realm Schema in Production
## Introduction
In the previous post in this series, we saw how to migrate your Realm data when you upgraded your iOS app with a new schema. But, that only handled the data in your local, standalone Realm database. What if you're using MongoDB Realm Sync to... | md | {
"tags": [
"Realm",
"iOS",
"Mobile"
],
"pageDescription": "When you add features to your app, you may need to modify your Realm schema. Here, we step through how to migrate your synced schema and data.",
"contentType": "Tutorial"
} | Migrating Your iOS App's Synced Realm Schema in Production | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/live2020-keynote-summary | created | # MongoDB.Live 2020 Keynote In Less Than 10 Minutes
Didn't get a chance to attend the MongoDB.Live 2020 online conference
this year? Don't worry. We have compiled a quick recap of all the
highlights to get you caught up.
>
>
>MongoDB.Live 2020 - Everything from the Breakthroughs to the
>Milestones - in 10 Minutes!
>
... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Missed the MongoDB .Live 2020 online conference? From the breakthroughs to the milestones, here's what you missed - in less than 10 minutes!",
"contentType": "Article"
} | MongoDB.Live 2020 Keynote In Less Than 10 Minutes | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/outlier-pattern | created | # Building with Patterns: The Outlier Pattern
So far in this *Building with Patterns* series, we've looked at the
Polymorphic,
Attribute, and
Bucket patterns. While the document schema in
these patterns has slight variations, from an application and query
standpoint, the document structures are fairly consistent. What... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Over the course of this blog post series, we'll take a look at twelve common Schema Design Patterns that work well in MongoDB.",
"contentType": "Tutorial"
} | Building with Patterns: The Outlier Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/swift/realm-swiftui-scrumdinger-migration | created | # Adapting Apple's Scrumdinger SwiftUI Tutorial App to Use Realm
Apple published a great tutorial to teach developers how to create iOS apps using SwiftUI. I particularly like it because it doesn't make any assumptions about existing UIKit experience, making it ideal for developers new to iOS. That tutorial is built a... | md | {
"tags": [
"Swift",
"Realm",
"iOS",
"React Native"
],
"pageDescription": "Learn how to add Realm to an iOS/SwiftUI app to add persistence and flexibility. Uses Apple's Scrumdinger tutorial app as the starting point.",
"contentType": "Code Example"
} | Adapting Apple's Scrumdinger SwiftUI Tutorial App to Use Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/update-array-elements-document-mql-positional-operators | created | # Update Array Elements in a Document with MQL Positional Operators
MongoDB offers a rich query language that's great for create, read, update, and delete operations as well as complex multi-stage aggregation pipelines. There are many ways to model your data within MongoDB and regardless of how it looks, the MongoDB Q... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to work with the positional array operators within the MongoDB Query Language (MQL).",
"contentType": "Tutorial"
} | Update Array Elements in a Document with MQL Positional Operators | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/retail-search-mongodb-databricks | created | # Learn to Build AI-Enhanced Retail Search Solutions with MongoDB and Databricks
In the rapidly evolving retail landscape, businesses are constantly seeking ways to optimize operations, improve customer experience, and stay ahead of competition. One of the key strategies to achieve this is through leveraging the oppor... | md | {
"tags": [
"Atlas",
"Python",
"Node.js",
"Kafka"
],
"pageDescription": "Learn how to utilize MongoDB and Databricks to build ai-enhanced retail search solutions.",
"contentType": "Tutorial"
} | Learn to Build AI-Enhanced Retail Search Solutions with MongoDB and Databricks | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/rust/rust-mongodb-crud-tutorial | created | # Get Started with Rust and MongoDB
This Quick Start post will help you connect your Rust application to a MongoDB cluster. It will then show you how to do Create, Read, Update, and Delete (CRUD) operations on a collection. Finally, it'll cover how to use serde to map between MongoDB's BSON documents and Rust st... | md | {
"tags": [
"Rust"
],
"pageDescription": "Learn how to perform CRUD operations using Rust for MongoDB databases.",
"contentType": "Quickstart"
} | Get Started with Rust and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/querying-mongodb-browser-realm-react | created | # Querying MongoDB in the Browser with React and the Web SDK
When we think of connecting to a database, we think of serverside. Our application server connects to our database server using the applicable driver for our chosen language. But with the Atlas App Service's Realm Web SDK, we can run queries against our Atla... | md | {
"tags": [
"Atlas",
"JavaScript",
"React"
],
"pageDescription": "Learn how to run MongoDB queries in the browser with the Web SDK and React",
"contentType": "Tutorial"
} | Querying MongoDB in the Browser with React and the Web SDK | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/introduction-indexes-mongodb-atlas-search | created | # An Introduction to Indexes for MongoDB Atlas Search
Imagine reading a long book like "A Song of Fire and Ice," "The Lord of
the Rings," or "Harry Potter." Now imagine that there was a specific
detail in one of those books that you needed to revisit. You wouldn't
want to search every page in those long books to find ... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Get a gentle introduction for creating a variety of indexes to be used with MongoDB Atlas Search.",
"contentType": "Tutorial"
} | An Introduction to Indexes for MongoDB Atlas Search | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-data-types | created | # Realm Data Types
## Introduction
A key feature of Realm is you don’t have to think about converting data to/from JSON, or using ORMs. Just create your objects using the data types your language natively supports. We’re adding new supported types to all our SDKs, here is a refresher and a taste of the new supported ... | md | {
"tags": [
"Realm"
],
"pageDescription": "Review of existing and supported Realm Data Types for the different SDKs.",
"contentType": "Tutorial"
} | Realm Data Types | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/creating-user-profile-store-game-nodejs-mongodb | created | # Creating a User Profile Store for a Game With Node.js and MongoDB
When it comes to game development, or at least game development that has an online component to it, you're going to stumble into the territory of user profile stores. These are essentially records for each of your players and these records contain eve... | md | {
"tags": [
"JavaScript",
"MongoDB",
"Node.js"
],
"pageDescription": "Learn how to create a user profile store for a game using MongoDB, Node.js, and Realm.",
"contentType": "Tutorial"
} | Creating a User Profile Store for a Game With Node.js and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/adl-sql-integration | created | # Atlas Data Lake SQL Integration to Form Powerful Data Interactions
>As of June 2022, the functionality previously known as Atlas Data Lake is now named Atlas Data Federation. Atlas Data Federation’s functionality is unchanged and you can learn more about it here. Atlas Data Lake will remain in the Atlas Platform, wi... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how new SQL-based syntax can power your data lake insights in minutes. Integrate this capability with powerful BI tools like Tableau to get immediate value out of your data. ",
"contentType": "Article"
} | Atlas Data Lake SQL Integration to Form Powerful Data Interactions | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/swift/realm-minesweeper | created | # Building a Collaborative iOS Minesweeper Game with Realm
## Introduction
I wanted to build an app that we could use at events to demonstrate Realm Sync. It needed to be fun to interact with, and so a multiplayer game made sense. Tic-tac-toe is too simple to get excited about. I'm not a game developer and so _Call O... | md | {
"tags": [
"Swift",
"Realm",
"iOS"
],
"pageDescription": "Using MongoDB Realm Sync to build an iOS multi-player version of the classic Windows game",
"contentType": "Tutorial"
} | Building a Collaborative iOS Minesweeper Game with Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-java-to-kotlin-sdk | created | # How to migrate from Realm Java SDK to Realm Kotlin SDK
> This article is targeted to existing Realm developers who want to understand how to migrate to Realm Kotlin SDK.
## Introduction
Android has changed a lot in recent years notably after the Kotlin language became a first-class
citizen, so does the Realm SDK.... | md | {
"tags": [
"Realm",
"Kotlin",
"Java"
],
"pageDescription": "This article is targeted to existing Realm developers who want to understand how to migrate to Realm Kotlin SDK.",
"contentType": "Tutorial"
} | How to migrate from Realm Java SDK to Realm Kotlin SDK | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/advanced-modeling-realm-dotnet | created | # Advanced Data Modeling with Realm .NET
Realm's intuitive data model approach means that in most cases, you don't even think of Realm models as entities. You just declare your POCOs, have them inherit from `RealmObject`, and you're done. Now you have persistable models, with `INotifyPropertyChanged` capabilities all ... | md | {
"tags": [
"Realm",
"C#"
],
"pageDescription": "Learn how to structure your Realm models to add validation, protect certain properties, and even persist complex objects coming from third-party packages.",
"contentType": "Article"
} | Advanced Data Modeling with Realm .NET | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/resumable-initial-sync | created | # Resumable Initial Sync in MongoDB 4.4
## Introduction
Hello, everyone. My name is Nuno and I have been working with MongoDB databases for almost eight years now as a sysadmin and as a Technical Services Engineer.
One of the most common challenges in MongoDB environments is when a replica set member requires a resy... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Discover the new Resumable Initial Sync feature in MongoDB v4.4",
"contentType": "Article"
} | Resumable Initial Sync in MongoDB 4.4 | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/mongodb-visual-studio-code-plugin | created | # How To Use The MongoDB Visual Studio Code Plugin
To make developers more productive when working with MongoDB, we built
MongoDB for Visual Studio
Code,
an extension that allows you to quickly connect to MongoDB and MongoDB
Atlas and work with your data to
build applications right inside your code editor. With MongoD... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to connect to MongoDB from VS Code! Navigate your databases, use playgrounds to prototype queries and aggregations, and more!",
"contentType": "Tutorial"
} | How To Use The MongoDB Visual Studio Code Plugin | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/joining-collections-mongodb-dotnet-core-aggregation-pipeline | created | # Joining Collections in MongoDB with .NET Core and an Aggregation Pipeline
If you've been keeping up with my .NET Core series on MongoDB, you'll remember that we explored creating a simple console application as well as building a RESTful API with basic CRUD support. In both examples, we used basic filters when inter... | md | {
"tags": [
"C#",
"MongoDB"
],
"pageDescription": "Learn how to use the MongoDB aggregation pipeline to create stages that will join documents and collections in a .NET Core application.",
"contentType": "Tutorial"
} | Joining Collections in MongoDB with .NET Core and an Aggregation Pipeline | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-asyncopen-autoopen | created | # Open Synced Realms in SwiftUI using @Auto/AsyncOpen
## Introduction
We’re very happy to announce that v10.12.0 of the Realm Cocoa SDK includes our two new property wrappers `@AutoOpen` and `@AsyncOpen` for asynchronous opening of a realm for Realm Sync users. This new feature, which is a response to your community ... | md | {
"tags": [
"Realm"
],
"pageDescription": "Learn how to use the new Realm @AutoOpen and @AsyncOpen property wrappers to open synced realms from your SwiftUI apps.",
"contentType": "News & Announcements"
} | Open Synced Realms in SwiftUI using @Auto/AsyncOpen | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/nextjs-building-modern-applications | created | # Building Modern Applications with Next.js and MongoDB
>
>
>This article is out of date. Check out the official Next.js with MongoDB tutorial for the latest guide on integrating MongoDB with Next.js.
>
>
Developers have more choices than ever before when it comes to choosing the technology stack for their next appli... | md | {
"tags": [
"JavaScript",
"Next.js"
],
"pageDescription": "Learn how to couple Next.js and MongoDB for your next-generation applications.",
"contentType": "Tutorial"
} | Building Modern Applications with Next.js and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/java/integrating-mongodb-amazon-apache-kafka | created | # Integrating MongoDB with Amazon Managed Streaming for Apache Kafka (MSK)
Amazon Managed Streaming for Apache Kafka (MSK) is a fully managed, highly available Apache Kafka service. MSK makes it easy to ingest and process streaming data in real time and leverage that data easily within the AWS ecosystem. By being able... | md | {
"tags": [
"Java",
"MongoDB",
"Kafka"
],
"pageDescription": "In this article, learn how to set up Amazon MSK, configure the MongoDB Connector for Apache Kafka, and how it can be used as both a source and sink for data integration with MongoDB Atlas running in AWS.",
"contentType": "Tutorial"
} | Integrating MongoDB with Amazon Managed Streaming for Apache Kafka (MSK) | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/christmas-2021-mongodb-data-api | created | # Christmas Lights and Webcams with the MongoDB Data API
> This tutorial discusses the preview version of the Atlas Data API which is now generally available with more features and functionality. Learn more about the GA version here.
When I set out to demonstrate how the MongoDB Atlas Data API allows modern microcon... | md | {
"tags": [
"Atlas"
],
"pageDescription": "I built a Christmas tree with an API so you, dear reader, can control the lights as well as a webcam to view it. All built using ESP32 Microcontrollers, Neopixels and the MongoDB Atlas Data API.",
"contentType": "Article"
} | Christmas Lights and Webcams with the MongoDB Data API | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/real-time-location-updates-stitch-change-streams-mapbox | created | # Real-Time Location Updates with MongoDB Stitch, Change Streams, and Mapbox
>
>
>Please note: This article discusses Stitch. Stitch is now MongoDB Realm. All the same features and functionality, now with a new name. Learn more here. We will be updating this article in due course.
When it comes to modern web applicat... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to use change streams with MongoDB Stitch to update location on a Mapbox map in real-time.",
"contentType": "Article"
} | Real-Time Location Updates with MongoDB Stitch, Change Streams, and Mapbox | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/ops-manager/enterprise-operator-kubernetes-openshift | created | # Introducing the MongoDB Enterprise Operator for Kubernetes and OpenShift
Today more DevOps teams are leveraging the power of containerization,
and technologies like Kubernetes and Red Hat OpenShift, to manage
containerized database clusters. To support teams building cloud-native
apps with Kubernetes and OpenShift, ... | md | {
"tags": [
"Ops Manager",
"Kubernetes"
],
"pageDescription": "Introducing a Kubernetes Operator (beta) that integrates with Ops Manager, the enterprise management platform for MongoDB.",
"contentType": "News & Announcements"
} | Introducing the MongoDB Enterprise Operator for Kubernetes and OpenShift | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/polymorphic-pattern | created | # Building with Patterns: The Polymorphic Pattern
## Introduction
One frequently asked question when it comes to MongoDB is "How do I
structure my schema in MongoDB for my application?" The honest answer
is, it depends. Does your application do more reads than writes? What
data needs to be together when read from the... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Over the course of this blog post series, we'll take a look at twelve common Schema Design Patterns that work well in MongoDB.",
"contentType": "Article"
} | Building with Patterns: The Polymorphic Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/triggers-tricks-auto-increment-fields | created | # Triggers Treats and Tricks - Auto-Increment a Running ID Field
In this blog series, we are trying to inspire you with some reactive Realm trigger use cases. We hope these will help you bring your application pipelines to the next level.
Essentially, triggers are components in our Atlas projects/Realm apps that allo... | md | {
"tags": [
"Atlas"
],
"pageDescription": "In this article, we will explore a trick that lets us auto-increment a running ID using a trigger.",
"contentType": "Article"
} | Triggers Treats and Tricks - Auto-Increment a Running ID Field | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/use-function-accumulator-operators | created | # How to Use Custom Aggregation Expressions in MongoDB 4.4
The upcoming release of MongoDB 4.4 makes it easier than ever to work with, transform, access, and make sense of your data. This release, the beta of which you can try right now, comes with a couple of new operators that make it possible to write custom functi... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to use custom aggregation expressions in your MongoDB aggregation pipeline operations.",
"contentType": "Tutorial"
} | How to Use Custom Aggregation Expressions in MongoDB 4.4 | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/learn-mongodb-university-online-free-mooc | created | # Learn MongoDB with MongoDB University Free Courses
## Introduction
Your cheap boss doesn't want to pay for this awesome MongoDB Training
you found online? In-person trainings are quite challenging given the
current situation we are all facing with COVID-19. Also, is this
training even up-to-date with the most recen... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Presentation of MongoDB's free courses in the MongoDB University online.",
"contentType": "News & Announcements"
} | Learn MongoDB with MongoDB University Free Courses | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-sample-datasets | created | # The MongoDB Atlas Sample Datasets
Did you know that MongoDB Atlas provides a complete set of example data to help you learn faster? The Load Sample Data feature enables you to load eight datasets into your database to explore. You can use this with the MongoDB Atlas M0 free tier to try out MongoDB Atlas and MongoDB'... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Explaining the MongoDB Atlas Sample Data and diving into its various datasets",
"contentType": "Article"
} | The MongoDB Atlas Sample Datasets | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/using-expo-realm-expo-dev-client | created | # Using Expo and Realm React Native with expo-dev-client
In our last post on how to build an offline-first React Native mobile app with Expo and Realm React Native, we talked about a limitation of using Realm React Native and Expo where we stated that Realm React Native is not compatible with Expo-managed workflows. W... | md | {
"tags": [
"Realm",
"JavaScript",
"TypeScript",
"React Native"
],
"pageDescription": "Now we can write our React Native Expo Apps using Realm, React Native and use a custom-dev-client to get most of the functionality of Expo Go, in just one simple step.",
"contentType": "Tutorial"
} | Using Expo and Realm React Native with expo-dev-client | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/use-atlas-on-heroku | created | # How to Deploy MongoDB on Heroku
## Can I deploy MongoDB on Heroku?
Yes! It's easy to set up and free to use with MongoDB Atlas.
As we begin building more cloud-native applications, choosing the right services and tools can be quite overwhelming. Luckily, when it comes to choosing a cloud database service, MongoDB ... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to deploy MongoDB Atlas on Heroku for fully managed cloud applications.",
"contentType": "Tutorial"
} | How to Deploy MongoDB on Heroku | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/javascript/anonytexts | created | # Anonytexts
## Creators
Maryam Mudashiru and Idris Aweda Zubair contributed this project.
## About the Project
Anonytexts lets you message friends and family completely anonymously. Pull a prank with your friends or send your loved one a secret message.
## Inspiration
It's quite a popular way to have fun amongst ... | md | {
"tags": [
"JavaScript"
],
"pageDescription": "A web application to help users message and be messaged completely anonymously.",
"contentType": "Code Example"
} | Anonytexts | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/build-offline-first-react-native-mobile-app-with-expo-and-realm | created | # Build an Offline-First React Native Mobile App with Expo and Realm React Native
* * *
> Atlas App Services (Formerly MongoDB Realm )
>
> Atlas Device Sync (Formerly Realm Sync)
>
* * *
## Introduction
Building Mobile Apps that work offline and sync between different devices is not an easy task. You have to write ... | md | {
"tags": [
"Realm",
"JavaScript",
"React Native"
],
"pageDescription": "In this post we'll build, step by step, a simple React Native Mobile App for iOS and Android using Expo and Realm React Native. The App will use Atlas Device Sync to store data in MongoDB Atlas, will Sync automatically between de... | Build an Offline-First React Native Mobile App with Expo and Realm React Native | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/saving-data-in-unity3d-using-files | created | # Saving Data in Unity3D Using Files
*(Part 2 of the Persistence Comparison Series)*
Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well.
In Part 1 of this series, we explored Unity's own solution: `PlayerPrefs... | md | {
"tags": [
"C#",
"Realm",
"Unity"
],
"pageDescription": "Persisting data is an important part of most games. Unity offers only a limited set of solutions, which means we have to look around for other options as well. In this tutorial series, we will explore the options given to us by Unity and third-... | Saving Data in Unity3D Using Files | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/can-you-keep-a-secret | created | # Can You Keep a Secret?
The median time to discovery for a secret key leaked to GitHub is 20 seconds. By the time you realise your mistake and rotate your secrets, it could be too late. In this talk, we'll look at some techniques for secret management which won't disrupt your workflow, while keeping your services saf... | md | {
"tags": [
"Python",
"MongoDB"
],
"pageDescription": "Can you keep a secret? Here are some techniques that you can use to properly store, share, and manage your secrets.",
"contentType": "Article"
} | Can You Keep a Secret? | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/non-root-user-mongod-process | created | # Procedure to Allow Non-Root Users to Stop/Start/Restart "mongod" Process
## Introduction
Systems' security plays a fundamental role in today's modern
applications. It is very important to restrict non-authorized users'
access to root capabilities. With this blog post, we intend to document
how to avoid jeopardizing... | md | {
"tags": [
"MongoDB",
"Bash"
],
"pageDescription": "Secure your MongoDB installation by allowing non-root users to stop/start/restart your mongod process.",
"contentType": "Tutorial"
} | Procedure to Allow Non-Root Users to Stop/Start/Restart "mongod" Process | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/bash/wordle-bash-data-api | created | # Build Your Own Wordle in Bash with the Data API
> This tutorial discusses the preview version of the Atlas Data API which is now generally available with more features and functionality. Learn more about the GA version here.
By now, you have most certainly heard about Wordle, the new word game that was created in O... | md | {
"tags": [
"Bash",
"Atlas"
],
"pageDescription": "Learn how to build a Wordle clone using bash and the MongoDB Data API.",
"contentType": "Code Example"
} | Build Your Own Wordle in Bash with the Data API | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/php/exploring-php-driver-jeremy-mikola | created | # Exploring the PHP Driver with Jeremy Mikola - Podcast Episode
Jeremy Mikola is a Staff Engineer at MongoDB and helps maintain the MongoDB PHP Driver and Extension. In this episode of the podcast, Jesse Hall and Michael Lynn sit down with Jeremy to talk about the PHP Driver and some of the history of PHP and Mongodb.... | md | {
"tags": [
"PHP"
],
"pageDescription": "Jeremy Mikola is a Senior Software Engineer at MongoDB and helps maintain the MongoDB PHP Driver and Extension. In this episode of the podcast, Jesse Hall and Michael Lynn sit down with Jeremy to talk about the PHP Driver and some of the history of PHP and MongoDB.",
... | Exploring the PHP Driver with Jeremy Mikola - Podcast Episode | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-search-demo-restaurant-app | created | # Atlas Search from Soup to Nuts: The Restaurant Finder Demo App
Hey! Have you heard about the trendy, new restaurant in Manhattan named Karma? No need to order off the menu. You just get what you deserve. 😋 🤣 And with MongoDB Atlas Search, you also get exactly what you deserve by using a modern application devel... | md | {
"tags": [
"Atlas"
],
"pageDescription": "In this video tutorial, I'm going to show you how to build out Atlas Search queries with our Atlas Search Restaurant Finder demo application.",
"contentType": "Article"
} | Atlas Search from Soup to Nuts: The Restaurant Finder Demo App | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-data-lake-online-archive | created | # How to Archive Data to Cloud Object Storage with MongoDB Online Archive
MongoDB Atlas Online Archive is a new feature of the MongoDB Cloud Data Platform. It allows you to set a rule to automatically archive data off of your Atlas cluster to fully-managed cloud object storage. In this blog post, I'll demonstrate how ... | md | {
"tags": [
"Atlas",
"JavaScript"
],
"pageDescription": "Automatically tier your data across Atlas clusters and cloud object storage while retaining access to query it all with Atlas Data Federation.",
"contentType": "Tutorial"
} | How to Archive Data to Cloud Object Storage with MongoDB Online Archive | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/connectors/go-kafka-confluent-atlas | created | # Go to MongoDB Using Kafka Connectors - Ultimate Agent Guide
Go is a modern language built on typed and native code compiling concepts while feeling and utilizing some benefits of dynamic languages. It is fairly simple to install and use, as it provides readable and robust code for many application use cases.
One of... | md | {
"tags": [
"Connectors",
"Go",
"Kafka"
],
"pageDescription": "Go is a cross-platform language. When combined with the power of Confluent Kafka streaming to MongoDB Atlas, you’ll be able to form tools and applications with real-time data streaming and analytics. Here’s a step-by-step tutorial to get y... | Go to MongoDB Using Kafka Connectors - Ultimate Agent Guide | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/announcing-realm-kotlin-beta | created | # Announcing the Realm Kotlin Beta: A Database for Multiplatform Apps
The Realm team is happy to announce the beta release of our Realm Kotlin SDK—with support for both Kotlin for Android and Kotlin Multiplatform apps. With this release, you can deploy and maintain a data layer across iOS, Android, and desktop platfor... | md | {
"tags": [
"Realm",
"Kotlin"
],
"pageDescription": "Announcing the Realm Kotlin Beta—making it easy to store, query, and sync data in your Kotlin for Android and Kotlin Multiplatform apps.",
"contentType": "Article"
} | Announcing the Realm Kotlin Beta: A Database for Multiplatform Apps | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/php/fifa-php-app | created | # Go-FIFA
## Creators
Dhiren and Nirbhay contributed this project.
## About the project
GoFifa is a PHP-Mongo based Football Stats Client. GoFifa's data has been sourced from Kaggle, Sofifa and FifaIndex. Data has been stored in MongoDB on AWS. The application is hosted on Heroku and deployed using GitHub as a VCS.... | md | {
"tags": [
"PHP"
],
"pageDescription": "GoFifa - A comprehensive soccer stats tracker.",
"contentType": "Code Example"
} | Go-FIFA | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/mongoose-versus-nodejs-driver | created | # MongoDB & Mongoose: Compatibility and Comparison
In this article, we’ll explore the Mongoose library for MongoDB. Mongoose is a Object Data Modeling (ODM) library for MongoDB distributed as an npm package. We'll compare and contrast Mongoose to using the native MongoDB Node.js driver together with MongoDB Schema Val... | md | {
"tags": [
"JavaScript",
"MongoDB",
"Node.js"
],
"pageDescription": "Learn why using an Object Data Modeling library may not be the best choice when building MongoDB apps with Node.js.",
"contentType": "Article"
} | MongoDB & Mongoose: Compatibility and Comparison | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-data-api-aws-gateway | created | # Creating an API with the AWS API Gateway and the Atlas Data API
## Introduction
> This tutorial discusses the preview version of the Atlas Data API which is now generally available with more features and functionality. Learn more about the GA version here.
This article will walk through creating an API using the A... | md | {
"tags": [
"Atlas",
"AWS"
],
"pageDescription": "In this article, we look at how the Atlas Data API is a great choice for accessing MongoDB Atlas from AWS Lambda Functions by creating a custom API with the AWS API Gateway. ",
"contentType": "Quickstart"
} | Creating an API with the AWS API Gateway and the Atlas Data API | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/javascript/kenya-hostels | created | # Hostels Kenya Example App
## Creators
Derrick Muteti and Felix Omuok from Kirinyaga University in Kenya contributed this project.
## About the project
Hostels Kenya is a website that provides students the opportunity to find any hostel of their choice by filtering by distance from school, university name, room ty... | md | {
"tags": [
"JavaScript",
"Atlas",
"Node.js"
],
"pageDescription": "Find hostels and student apartments all over Kenya",
"contentType": "Code Example"
} | Hostels Kenya Example App | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/zap-tweet-repeat-how-to-use-zapier-mongodb | created | # Zap, Tweet, and Repeat! How to Use Zapier with MongoDB
I'm a huge fan of automation when the scenario allows for it. Maybe you need to keep track of guest information when they RSVP to your event, or maybe you need to monitor and react to feeds of data. These are two of many possible scenarios where you probably wou... | md | {
"tags": [
"MongoDB",
"JavaScript",
"Node.js"
],
"pageDescription": "Learn how to create automated workflows with Zapier and MongoDB.",
"contentType": "Tutorial"
} | Zap, Tweet, and Repeat! How to Use Zapier with MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/mongodb-on-raspberry-pi | created | # Install & Configure MongoDB on the Raspberry Pi
I've been a big fan of the Raspberry Pi since the first version was
released in 2012. The newer generations are wonderful home-automation
and IoT prototyping computers, with built in WiFi, and the most recent
versions (the Pi 3 and Pi 4) are 64-bit. This means they can... | md | {
"tags": [
"MongoDB",
"RaspberryPi"
],
"pageDescription": "Install and correctly configure MongoDB on Raspberry Pi",
"contentType": "Tutorial"
} | Install & Configure MongoDB on the Raspberry Pi | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/connectors/measuring-mongodb-kafka-connector-performance | created | # Measuring MongoDB Kafka Connector Performance
With today’s need of flexible event-driven architectures, companies across the globe choose best of breed technologies like MongoDB and Apache Kafka to help solve these challenges. While these two complementary technologies provide the power and flexibility to solve the... | md | {
"tags": [
"Connectors"
],
"pageDescription": "Learn about measuring the performance of the MongoDB Connector for Apache Kafka in both a source and sink configuration.",
"contentType": "Article"
} | Measuring MongoDB Kafka Connector Performance | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/getting-started-realm-sdk-unity | created | # Getting Started with the Realm SDK for Unity
Did you know that MongoDB has a Realm
SDK for the
Unity game development framework that makes
working with game data effortless? The Realm SDK is currently an alpha
release, but you can already start using it to build persistence into
your cross platform gaming projects.
... | md | {
"tags": [
"Realm",
"C#",
"Unity"
],
"pageDescription": "Learn how to get started with the Realm SDK for Unity for data persistance in your game.",
"contentType": "Tutorial"
} | Getting Started with the Realm SDK for Unity | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/under-used-features | created | # Three Underused MongoDB Features
As a Developer Advocate for MongoDB, I have quite a few conversations with developers. Many of these developers have never used MongoDB, and so the conversation is often around what kind of data MongoDB is particularly good for. (Spoiler: Nearly *all* of them! MongoDB is a general pu... | md | {
"tags": [
"MongoDB",
"Python"
],
"pageDescription": "Go beyond CRUD with these 3 special features of MongoDB!",
"contentType": "Article"
} | Three Underused MongoDB Features | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-swiftui-combine-first-app | created | # Build Your First iOS Mobile App Using Realm, SwiftUI, & Combine
I'm relatively new to building iOS apps (a little over a year's experience), and so I prefer using the latest technologies that make me a more productive developer. That means my preferred app stack looks like this:
>
>
>This article was updated in Jul... | md | {
"tags": [
"Realm",
"Swift",
"iOS",
"React Native",
"Mobile"
],
"pageDescription": "Build your first iOS mobile app using Realm, SwiftUI, and Combine.",
"contentType": "Tutorial"
} | Build Your First iOS Mobile App Using Realm, SwiftUI, & Combine | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/compass/mongodb-compass-aggregation-improvements | created | # A Better MongoDB Aggregation Experience via Compass
## Introduction
MongoDB Compass has had an aggregation pipeline builder since 2018. Its primary focus has always been enabling developers to quickly prototype and troubleshoot aggregations. Aggregations would then be exported to the developer’s preferred programmin... | md | {
"tags": [
"Compass"
],
"pageDescription": "MongoDB Compass is one of the most popular database GUIs",
"contentType": "News & Announcements"
} | A Better MongoDB Aggregation Experience via Compass | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/getting-started-mongodb-cpp | created | # Getting Started with MongoDB and C++
This article will show you how to utilize Microsoft Visual Studio to compile and install the MongoDB C and C++ drivers on Windows, and use these drivers to create a console application that can interact with your MongoDB data by performing basic CRUD operations.
Tools and librar... | md | {
"tags": [
"MongoDB",
"C++"
],
"pageDescription": "This article will show you how to utilize Microsoft Visual Studio to compile and install the MongoDB C and C++ drivers on Windows, and use these drivers to create a console application that can interact with your MongoDB data.",
"contentType": "Tutoria... | Getting Started with MongoDB and C++ | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/mongodb-schema-design-best-practices | created | # MongoDB Schema Design Best Practices
Have you ever wondered, "How do I model a schema for my application?"
It's one of the most common questions devs have pertaining to MongoDB.
And the answer is, *it depends*. This is because document databases have
a rich vocabulary that is capable of expressing data relationships... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Have you ever wondered, \"How do I model a MongoDB database schema for my application?\" This post answers all your questions!",
"contentType": "Tutorial"
} | MongoDB Schema Design Best Practices | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/python-quickstart-crud | created | # Basic MongoDB Operations in Python
Like Python? Want to get started with MongoDB? Welcome to this quick start guide! I'll show you how to set up an Atlas database with some sample data to explore. Then you'll create some data and learn how to read, update and delete it.
## Prerequisites
You'll need the follo... | md | {
"tags": [
"Python",
"MongoDB"
],
"pageDescription": "Learn how to perform CRUD operations using Python for MongoDB databases.",
"contentType": "Quickstart"
} | Basic MongoDB Operations in Python | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/swift/realm-swiftui-ios-chat-app | created | # Building a Mobile Chat App Using Realm – Data Architecture
This article targets developers looking to build Realm into their mobile apps and (optionally) use MongoDB Atlas Device Sync. It focuses on the data architecture, both the schema and the
partitioning strategy. I use a chat app as an example, but you can appl... | md | {
"tags": [
"Swift",
"Realm",
"JavaScript",
"iOS",
"Mobile"
],
"pageDescription": "Building a Mobile Chat App Using Realm – Data Architecture.",
"contentType": "Code Example"
} | Building a Mobile Chat App Using Realm – Data Architecture | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/is-it-safe-covid | created | # Is it Safe to Go Outside? Data Investigation With MongoDB
This investigation started a few months ago. COVID-19 lockdown in Scotland was starting to ease, and it was possible (although discouraged) to travel to other cities in Scotland. I live in a small-ish town outside of Edinburgh, and it was tempting to travel i... | md | {
"tags": [
"Python",
"Atlas"
],
"pageDescription": "In this post, I'll show how to load some data from API endpoints into MongoDB and then visualize the data in MongoDB Charts.",
"contentType": "Tutorial"
} | Is it Safe to Go Outside? Data Investigation With MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/key-developer-takeaways-hacktoberfest-2020 | created | # 5 Key Takeaways from Hacktoberfest 2020
Hacktoberfest 2020 is over, and it was a resounding success. We had over
100 contributions from more than 50 different contributors to the O-FISH
project. Learn about why the app is crucial in the NBC story about
O-FISH.
Before we get to the Lessons Learned, let's look at wha... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Participating in Hacktoberfest taught us what works and what does not work to build a happy community of contributors for an open source project.",
"contentType": "Article"
} | 5 Key Takeaways from Hacktoberfest 2020 | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/add-comments-section-eleventy-website-mongodb-netlify | created | # Add a Comments Section to an Eleventy Website with MongoDB and Netlify
I'm a huge fan of static generated websites! From a personal level, I have The Polyglot Developer, Poké Trainer Nic, and The Tracy Developer Meetup, all three of which are static generated websites built with either Hugo or Eleventy. In addition ... | md | {
"tags": [
"JavaScript",
"Atlas",
"Netlify"
],
"pageDescription": "Learn how to add a comments section to your static website powered with MongoDB and either Realm Functions or Netlify Functions.",
"contentType": "Tutorial"
} | Add a Comments Section to an Eleventy Website with MongoDB and Netlify | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/7-things-learned-while-modeling-data-youtube-stats | created | # 7 Things I Learned While Modeling Data for YouTube Stats
Mark Smith, Maxime Beugnet, and I recently embarked on a project to automatically retrieve daily stats about videos on the MongoDB YouTube channel. Our management team had been painfully pulling these stats every month in a complicated spreadsheet. In an effor... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Discover 7 things Lauren learned while modeling data in MongoDB.",
"contentType": "Article"
} | 7 Things I Learned While Modeling Data for YouTube Stats | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-search-vs-regex | created | # A Decisioning Framework for MongoDB $regex and $text vs Atlas Search
Are you using $text or $regex to provide search-like functionality in your application? If so, MongoDB Atlas’ $search operator offers several advantages to $text and $regex, such as faster and more efficient search results, natural language queries... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn about the differences between using $regex, $text, and Atlas Search.",
"contentType": "Article"
} | A Decisioning Framework for MongoDB $regex and $text vs Atlas Search | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/3-things-to-know-switch-from-sql-mongodb | created | # 3 Things to Know When You Switch from SQL to MongoDB
Welcome to the final post in my series on moving from SQL to MongoDB. In the first post, I mapped terms and concepts from SQL to MongoDB. In the second post, I discussed the top four reasons why you should use MongoDB.
Now that we have an understanding of the ter... | md | {
"tags": [
"MongoDB",
"SQL"
],
"pageDescription": "Discover the 3 things you need to know when you switch from SQL to MongoDB.",
"contentType": "Article"
} | 3 Things to Know When You Switch from SQL to MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-eventbridge-slack | created | # Integrate Your Realm App with Amazon EventBridge
>
>
>This post was developed with the help of AWS.
>
>
Realm makes it easy to develop compelling mobile applications backed by a serverless MongoDB Realm back end and the MongoDB Atlas database service. You can enrich those applications by integrating with AWS's broa... | md | {
"tags": [
"Realm"
],
"pageDescription": "Step through extending a Realm chat app to send messages to a Slack channel using Amazon EventBridge",
"contentType": "Tutorial"
} | Integrate Your Realm App with Amazon EventBridge | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-aws-kinesis-firehose-destination | created | # Using MongoDB Realm WebHooks with Amazon Kinesis Data Firehose
With MongoDB Realm's AWS integration, it has always been as simple as possible to use MongoDB as a Kinesis data stream. Now with the launch of third-party data destinations in Kinesis, you can also use MongoDB Realm and MongoDB Atlas as an AWS Kinesis Da... | md | {
"tags": [
"Realm",
"JavaScript",
"AWS"
],
"pageDescription": "With the launch of third-party data destinations in Kinesis, you can use MongoDB Realm and MongoDB Atlas as an AWS Kinesis Data Firehose destination.",
"contentType": "Tutorial"
} | Using MongoDB Realm WebHooks with Amazon Kinesis Data Firehose | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/aggregation-pipeline-covid19-benford-law | created | # Aggregation Pipeline: Applying Benford's Law to COVID-19 Data
## Introduction
In this blog post, I will show you how I built an aggregation
pipeline to
apply Benford's law on
the COVID-19 data set that we have made available in the following
cluster:
``` none
mongodb+srv://readonly:readonly@covid-19.hip2i.mongodb.... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Using the MongoDB Aggregation Pipeline to apply Benford's law on the COVID-19 date set from Johns Hopkins University.",
"contentType": "Article"
} | Aggregation Pipeline: Applying Benford's Law to COVID-19 Data | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-jetpackcompose-emoji-android | created | # Building an Android Emoji Garden on Jetpack Compose with Realm
As an Android developer, have you wanted to get acquainted with Jetpack
Compose and mobile architecture? Or maybe you have wanted to build an
app end to end, with a hosted database? If yes, then this post is for
you!
We'll be building an app that shows ... | md | {
"tags": [
"Realm",
"Android",
"Jetpack Compose",
"Mobile"
],
"pageDescription": "Dive into: Compose architecture A globally synced Emoji garden Reactivity like you've never seen before!",
"contentType": "Tutorial"
} | Building an Android Emoji Garden on Jetpack Compose with Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-database-cascading-deletes | created | # Realm SDKs 10.0: Cascading Deletes, ObjectIds, Decimal128, and more
The Realm SDK 10.0 is now Generally Available with new capabilities such as Cascading Deletes and new types like Decimal128.
## Release Highlights
We're happy to announce that as of this month, the new Realm Mobile Database 10.0 is now Generally A... | md | {
"tags": [
"Realm"
],
"pageDescription": "The Realm SDK 10.0 is now Generally Available with new capabilities such as Cascading Deletes and new types like Decimal128.",
"contentType": "News & Announcements"
} | Realm SDKs 10.0: Cascading Deletes, ObjectIds, Decimal128, and more | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/using-linq-query-mongodb-dotnet-core-application | created | # Using LINQ to Query MongoDB in a .NET Core Application
# Using LINQ to Query MongoDB in a .NET Core Application
If you've been keeping up with my series of tutorials around .NET Core and MongoDB, you'll likely remember that we explored using the Find operator to query for documents as well as an aggregation pipelin... | md | {
"tags": [
"C#",
"MongoDB",
".NET"
],
"pageDescription": "Learn how to use LINQ to interact with MongoDB in a .NET Core application.",
"contentType": "Tutorial"
} | Using LINQ to Query MongoDB in a .NET Core Application | 2024-05-20T17:32:23.501Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.