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/products/realm/type-projections
created
# Realm-Swift Type Projections ## Introduction Realm natively provides a broad set of data types, including `Bool`, `Int`, `Float`, `Double`, `String`, `Date`, `ObjectID`, `List`, `Mutable Set`, `enum`, `Map`, … But, there are other data types that many of your iOS apps are likely to use. As an example, if you're us...
md
{ "tags": [ "Realm", "Swift" ], "pageDescription": "Simply persist and sync Swift objects containing any type in Realm", "contentType": "Tutorial" }
Realm-Swift Type Projections
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/typescript/myleg
created
# myLeG ## Creator Justus Alvermann, student in Germany, developed this project. ## About the Project The project shows the substitutions of my school in a more readable way and also sorted, so the users only see the entries that are relevant to them. It can also send out push notifications for new or changed substi...
md
{ "tags": [ "TypeScript", "Atlas", "JavaScript", "Vercel", "Serverless" ], "pageDescription": "This project downloads the substitution plan of my school and converts it into a user-friendly page.", "contentType": "Code Example" }
myLeG
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-ios-database-access-using-realm-studio
created
# Accessing Realm Data on iOS Using Realm Studio The Realm makes it much faster to develop mobile applications. Realm Studio is a desktop app that lets you view, manipulate, and import data held within your mobile app's Realm database. This article steps through how to track down the locations of your iOS Realm datab...
md
{ "tags": [ "Realm", "Swift", "iOS", "Postman API" ], "pageDescription": "Discover how to access and manipulate your iOS App's Realm data using the Realm Studio GUI.", "contentType": "Tutorial" }
Accessing Realm Data on iOS Using Realm Studio
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/saving-data-in-unity3d-using-binary-reader-writer
created
# Saving Data in Unity3D Using BinaryReader and BinaryWriter (Part 3 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 ...
md
{ "tags": [ "Realm", "Unity", ".NET" ], "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 thir...
Saving Data in Unity3D Using BinaryReader and BinaryWriter
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/typescript/twitter-trend-analyser
created
# Trends analyser ## Creators Osama Bin Junaid contributed this project. ## About the Project The project uses twitter api to fetch realtime trends data and save it into MongoDB for later analysis. ## Inspiration In today's world its very hard to keep up with everything thats happening around us. Twitter is one o...
md
{ "tags": [ "TypeScript", "Atlas", "JavaScript" ], "pageDescription": "Analyse how hashtags on twitter change over time. ", "contentType": "Code Example" }
Trends analyser
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/mongodb-geospatial-queries-csharp
created
# MongoDB Geospatial Queries in C# # MongoDB Geospatial Queries with C# If you've ever glanced at a map to find the closest lunch spots to you, you've most likely used a geospatial query under the hood! Using GeoJSON objects to store geospatial data in MongoDB Atlas, you can create your own geospatial queries for you...
md
{ "tags": [ "C#" ], "pageDescription": "If you've ever glanced at a map to find the closest lunch spots to you, you've most likely used a geospatial query under the hood! In this tutorial, we'll learn how to store geospatial data in MongoDB Atlas and how to work with geospatial queries in the MongoDB C# drive...
MongoDB Geospatial Queries in C#
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/ehealth-example-app
created
# EHRS-Peru ## Creators Jorge Fatama Vera and Katherine Ruiz from Pontificia Universidad Católica del Perú (PUCP) contributed this project. ## About the project This is a theoretical Electronic Health Record system (EHR-S) in Peru, which uses a MongoDB cluster to store clinical information. Note: This is my (Jorge...
md
{ "tags": [ "JavaScript", "Atlas" ], "pageDescription": " EHRS PUCP, a theoretical national Electronic Health System in Peru", "contentType": "Code Example" }
EHRS-Peru
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/unit-test-atlas-serverless-functions
created
# How to Write Unit Tests for MongoDB Atlas Functions I recently built a web app for my team using Atlas Functions. I wanted to be able to iterate quickly and frequently deploy my changes. To do so, I needed to implement DevOps infrastructure that included a strong foundation of test automation. Unfortunately, I didn'...
md
{ "tags": [ "Atlas", "JavaScript", "Serverless" ], "pageDescription": "Learn how to write unit tests for MongoDB Atlas Functions.", "contentType": "Tutorial" }
How to Write Unit Tests for MongoDB Atlas Functions
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/python/python-acid-transactions
created
# Introduction to Multi-Document ACID Transactions in Python ## Introduction Multi-document transactions arrived in MongoDB 4.0 in June 2018. MongoDB has always been transactional around updates to a single document. Now, with multi-document ACID transactions we can wrap a set of database operations inside a s...
md
{ "tags": [ "Python", "MongoDB" ], "pageDescription": "How to perform multi-document transactions with Python.", "contentType": "Quickstart" }
Introduction to Multi-Document ACID Transactions in Python
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/mongodb-podcast-doug-eck-google-brain
created
# At the Intersection of AI/ML and HCI with Douglas Eck of Google (MongoDB Podcast) Doug Eck is a principal scientist at Google and a research director on the Brain Team. He created the ongoing research project, Magenta, which focuses on the role of machine learning in the process of creating art and music. He is join...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Douglas Eck is a Principal Scientist at Google Research and a research director on the Brain Team. His work lies at the intersection of machine learning and human-computer interaction (HCI). Doug created and helps lead Magenta (g.co/magenta), an ongoing research pr...
At the Intersection of AI/ML and HCI with Douglas Eck of Google (MongoDB Podcast)
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/5-different-ways-deploy-free-database-mongodb-atlas
created
# 5 Different Ways to Deploy a Free Database with MongoDB Atlas You might have already known that MongoDB offers a free tier through M0 clusters on MongoDB Atlas, but did you know that there are numerous ways to deploy depending on your infrastructure needs? To be clear, there's no wrong way to deploy a MongoDB Atlas ...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Learn how to quickly and easily deploy a MongoDB Atlas cluster using a variety of methods such as CloudFormation, Terraform, the CLI, and more.", "contentType": "Quickstart" }
5 Different Ways to Deploy a Free Database with MongoDB Atlas
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-massive-number-collections
created
# Massive Number of Collections In the first post in this MongoDB Schema Design Anti-Patterns series, we discussed how we should avoid massive arrays when designing our schemas. But what about having a massive number of collections? Turns out, they're not great either. In this post, we'll examine why. > > >:youtube]...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Massive Number of Collections", "contentType": "Article" }
Massive Number of Collections
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/cross-cluster-search
created
# Cross Cluster Search Using Atlas Search and Data Federation The document model is the best way to work with data, and it’s the main factor to drive MongoDB popularity. The document model is also helping MongoDB innovate it's own solutions to power the world's most sophisticated data requirements. Data federation, a...
md
{ "tags": [ "Atlas" ], "pageDescription": "Atlas Data Federation opens a new world of data opportunities. Cross cluster search is available on MongoDB Atlas by combining the power of data federation on different Atlas Search indexes scattered cross different clusters, regions or even cloud providers.", "con...
Cross Cluster Search Using Atlas Search and Data Federation
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/swift/build-host-docc-documentation-using-github-actions-netlify
created
# Continuously Building and Hosting our Swift DocC Documentation using Github Actions and Netlify In a past post of this series, we showed how easy it was to generate documentation for our frameworks and libraries using DocC and the benefits of doing it. We also saw the different content we can add, like articles, how...
md
{ "tags": [ "Swift", "Realm", "GitHub Actions" ], "pageDescription": "In this post we'll see how to use Github Actions to continuously generate the DocC documentation for our Swift libraries and how to publish this documentation so that can be accessed online, using Netlify.", "contentType": "Tutori...
Continuously Building and Hosting our Swift DocC Documentation using Github Actions and Netlify
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/swift-ui-meetup
created
# SwiftUI Best Practices with Realm Didn't get a chance to attend the SwiftUI Best Practices with Realm Meetup? Don't worry, we recorded the session and you can now watch it at your leisure to get you caught up. >SwiftUI Best Practices with Realm > >:youtube]{vid=mTv96vqTDhc} In this event, Jason Flax, the engineeri...
md
{ "tags": [ "Realm", "Swift" ], "pageDescription": "Missed the first of our new Realm Meetups on SwiftUI Best Practices with Realm? Don't worry, you can catch up here.", "contentType": "Article" }
SwiftUI Best Practices with Realm
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/serverless-development-lambda-atlas
created
# Write A Serverless Function with AWS Lambda and MongoDB The way we write code, deploy applications, and manage scale is constantly changing and evolving to meet the growing demands of our stakeholders. In the past, companies commonly deployed and maintained their own infrastructure. In recent times, everyone is movi...
md
{ "tags": [ "Atlas", "JavaScript" ], "pageDescription": "Learn how to write serverless functions with AWS Lambda and MongoDB", "contentType": "Tutorial" }
Write A Serverless Function with AWS Lambda and MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/movie-score-prediction-bigquery-vertex-ai-atlas
created
# Movie Score Prediction with BigQuery, Vertex AI, and MongoDB Atlas Hey there! It’s been a minute since we last wrote about Google Cloud and MongoDB Atlas together. We had an idea for this new genre of experiment that involves BigQuery, BQML, Vertex AI, Cloud Functions, MongoDB Atlas, and Cloud Run and we thought of ...
md
{ "tags": [ "Atlas", "Google Cloud", "AI" ], "pageDescription": "We're using BigQuery, Vertex AI, and MongoDB Atlas to predict a categorical variable using a Supervised Machine Learning Model created with AutoML.", "contentType": "Tutorial" }
Movie Score Prediction with BigQuery, Vertex AI, and MongoDB Atlas
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-massive-arrays
created
# Massive Arrays Design patterns are a fundamental part of software engineering. They provide developers with best practices and a common language as they architect applications. At MongoDB, we have schema design patterns to help developers be successful as they plan and iterate on their schema designs. Daniel Coupal...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Massive Arrays", "contentType": "Article" }
Massive Arrays
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/schema-design-anti-pattern-unnecessary-indexes
created
# Unnecessary Indexes So far in this MongoDB Schema Design Anti-Patterns series, we've discussed avoiding massive arrays as well as a massive number of collections. Today, let's talk about indexes. Indexes are great (seriously!), but it's easy to get carried away and make indexes that you'll never actually use. Let's...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Don't fall into the trap of this MongoDB Schema Design Anti-Pattern: Unnecessary Indexes", "contentType": "Article" }
Unnecessary Indexes
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/restapi-mongodb-code-example
created
# Final Space API ## Creator Ashutosh Kumar Singh contributed this project. ## About the Project The Final Space API is based on the television show Final Space by Olan Rogers from TBS. From talking cats to evil aliens, the animated show tells the intergalactic adventures of Gary Goodspeed and his alien friend Moon...
md
{ "tags": [ "JavaScript", "Atlas" ], "pageDescription": "Final Space API is a public RESTful API based on the animated television show Final Space.", "contentType": "Code Example" }
Final Space API
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-flexible-sync
created
# Introducing Flexible Sync (Preview) – The Next Iteration of Realm Sync Today, we are excited to announce the public preview of our next version of Realm Sync: Flexible Sync. This new method of syncing puts the power into the hands of the developer. Now, developers can get more granular control over the data synced t...
md
{ "tags": [ "Realm" ], "pageDescription": "Realm Flexible Sync (now in preview) gives developers new options for syncing data to your apps", "contentType": "News & Announcements" }
Introducing Flexible Sync (Preview) – The Next Iteration of Realm Sync
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/kotlin/realm-google-authentication-android
created
# Start Implementing Google Auth With MongoDB Realm in Your Android App Hello, everyone. I am Henna. I started with Mobile Application back in 2017 when I was a lucky recipient of the Udacity Scholarship. I had always used SQLite when it came to using databases in my mobile apps. Using SQLite was definitely a lot of b...
md
{ "tags": [ "Kotlin", "Realm", "Google Cloud", "Android", "Mobile" ], "pageDescription": "Getting Started with MongoDB Realm and Implementing Google Authentication in Your Android App", "contentType": "Tutorial" }
Start Implementing Google Auth With MongoDB Realm in Your Android App
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-cocoa-swiftui-combine
created
# Realm Cocoa 5.0 - Multithreading Support with Integration for SwiftUI & Combine After three years of work, we're proud to announce the public release of Realm Cocoa 5.0, with a ground-up rearchitecting of the core database. In the time since we first released the Realm Mobile Database to the world in 2014, we've do...
md
{ "tags": [ "Realm", "Swift", "iOS" ], "pageDescription": "Public release of Realm Cocoa 5.0, with a ground-up rearchitecting of the core database", "contentType": "News & Announcements" }
Realm Cocoa 5.0 - Multithreading Support with Integration for SwiftUI & Combine
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/build-animated-timeline-chart-embedding-sdk
created
# How to Build an Animated Timeline Chart with the MongoDB Charts Embedding SDK The Charts Embedding SDK allows you to embed data visualizations in your application effortlessly, giving users and developers control over embedded charts. It can be a powerful tool, especially when bound to user actions. My goal today is...
md
{ "tags": [ "Atlas", "JavaScript" ], "pageDescription": "Learn how to build an animated timeline chart with the MongoDB Charts Embedding SDK", "contentType": "Tutorial" }
How to Build an Animated Timeline Chart with the MongoDB Charts Embedding SDK
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/connectors/tuning-mongodb-kafka-connector
created
# Tuning the MongoDB Connector for Apache Kafka MongoDB Connector for Apache Kafka (MongoDB Connector) is an open-source Java application that works with Apache Kafka Connect enabling seamless data integration of MongoDB with the Apache Kafka ecosystem. When working with the MongoDB Connector, the default values cover...
md
{ "tags": [ "Connectors", "Kafka" ], "pageDescription": "When building a MongoDB and Apache Kafka solution, the default configuration values satisfy many scenarios, but there are some tweaks to increase performance. In this article, we walk through important configuration properties as well as general bes...
Tuning the MongoDB Connector for Apache Kafka
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/client-side-field-level-encryption-csfle-mongodb-node
created
# How to use MongoDB Client-Side Field Level Encryption (CSFLE) with Node.js Have you ever had to develop an application that stored sensitive data, like credit card numbers or social security numbers? This is a super common use case for databases, and it can be a pain to save this data is secure way. Luckily for us t...
md
{ "tags": [ "JavaScript", "MongoDB", "Node.js" ], "pageDescription": "Learn how to encrypt document fields client-side in Node.js with MongoDB client-side field level encryption (CSFLE).", "contentType": "Tutorial" }
How to use MongoDB Client-Side Field Level Encryption (CSFLE) with Node.js
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/mongo-socket-chat-example
created
HELLO WORLD FROM FILE
md
{ "tags": [ "MongoDB" ], "pageDescription": "If you're interested in how to integrate MongoDB eventing with Socket.io, this tutorial builds in the Socket.IO getting started guide to incorporate MongoDB.", "contentType": "Tutorial" }
Integrating MongoDB Change Streams with Socket.IO
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/sizing-mongodb-with-jay-runkel
created
# Hardware Sizing for MongoDB with Jay Runkel The process of determining the right amount of server resources for your application database is a bit like algebra. The variables are many and varied. Here are just a few: - The total amount of data stored - Number of collections - Number of documents in ea...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Hardware Sizing MongoDB with Jay Runkel", "contentType": "Podcast" }
Hardware Sizing for MongoDB with Jay Runkel
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/gatsby-modern-blog
created
# Build a Modern Blog with Gatsby and MongoDB The web, like many other industries, works in a very cyclical way. Trends are constantly born and reborn. One of my favorite trends that's making a huge come back is static websites and focus on website performance. GatsbyJS presents a new way of building websites that me...
md
{ "tags": [ "JavaScript", "MongoDB" ], "pageDescription": "Learn how to build a modern blog with GatsbyJS, MongoDB, and Markdown.", "contentType": "Tutorial" }
Build a Modern Blog with Gatsby and MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/introduction-to-modern-databases-mongodb-academia
created
# MongoDB Academia - Introduction to Modern Databases ## Introduction As part of the MongoDB for Academia program, we are pleased to announce the publication of a new course, Introduction to Modern Databases, and related teaching materials. The course materials are designed for the use of educators teaching MongoDB ...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Introduction to Modern Databases, a new free course with materials and resources for educators.", "contentType": "News & Announcements" }
MongoDB Academia - Introduction to Modern Databases
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/top-4-reasons-to-use-mongodb
created
# The Top 4 Reasons Why You Should Use MongoDB Welcome (or welcome back!) to the SQL to MongoDB series. In the first post in this series, I mapped terms and concepts from SQL to MongoDB. I also introduced you to Ron. Let's take a moment and return to Ron. Ron is pretty set in his ways. For example, he loves his typew...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Discover the top 4 reasons you should use MongoDB", "contentType": "Article" }
The Top 4 Reasons Why You Should Use MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/internet-of-toilets
created
# An Introduction to IoT (Internet of Toilets) My favorite things in life are cats, computers, and crappy ideas, so I decided to combine all three and explore what was possible with JavaScript by creating a brand new Internet of Things (IoT) device for my feline friend at home. If you're reading this, you have probabl...
md
{ "tags": [ "JavaScript", "RaspberryPi" ], "pageDescription": "Learn all about developing IoT projects using JS and MongoDB by building an smart toilet for your cat! Click here for more!", "contentType": "Code Example" }
An Introduction to IoT (Internet of Toilets)
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/push-notifications-atlas-app-services-realm-sdk
created
# Push Notifications Using Atlas App Services & iOS Realm SDK In a serverless application, one of the important features that we must implement for the success of our application is push notifications. Realm allows us to have a complete push notification system directly in our Services App. To do this, we’ll make use...
md
{ "tags": [ "Atlas", "Swift", "JavaScript", "Google Cloud", "iOS" ], "pageDescription": "Use our Atlas App Services application to create a complete push notification system that fits our business logic.", "contentType": "Tutorial" }
Push Notifications Using Atlas App Services & iOS Realm SDK
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-database-new-data-types
created
# New Realm Data Types: Dictionaries/Maps, Sets, Mixed, and UUIDs ## TL;DR Starting with Realm Javascript 10.5, Realm Cocoa 10.8, Realm .NET 10.2, and Realm Java 10.6, developers will be able persist and query new language specific data types in the Realm Database. These include Dictionaries/Maps, Sets, a Mixed type,...
md
{ "tags": [ "Realm" ], "pageDescription": "Four new data types in the Realm Mobile Database - Dictionaries, Mixed, Sets, and UUIDs - make it simple to model flexible data in Realm.", "contentType": "News & Announcements" }
New Realm Data Types: Dictionaries/Maps, Sets, Mixed, and UUIDs
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/stream-data-mongodb-bigquery-subscription
created
# Create a Data Pipeline for MongoDB Change Stream Using Pub/Sub BigQuery Subscription On 1st October 2022, MongoDB and Google announced a set of open source Dataflow templates for moving data between MongoDB and BigQuery to run analyses on BigQuery using BQML and to bring back inferences to MongoDB. Three templates w...
md
{ "tags": [ "MongoDB", "JavaScript", "Google Cloud", "Node.js", "AI" ], "pageDescription": "Learn how to set up a data pipeline from your MongoDB database to BigQuery using change streams and Google Cloud Pub/Sub.", "contentType": "Tutorial" }
Create a Data Pipeline for MongoDB Change Stream Using Pub/Sub BigQuery Subscription
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/introduction-to-gdelt-data
created
# An Introduction to GDELT Data ## An Introduction to GDELT Data ### (and How to Work with It and MongoDB) Hey there! There's a good chance that if you're reading this, it's because you're planning to enter the MongoDB "Data as News" Hackathon! If not, well, go ahead and sign up here! Now that that's over with, let...
md
{ "tags": [ "MongoDB" ], "pageDescription": "What is the GDELT dataset and how to work with it and MongoDB and participate in the MongoDB World Hackathon '22", "contentType": "Quickstart" }
An Introduction to GDELT Data
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/ruby/mongodb-jruby
created
# A Plan for MongoDB and JRuby ## TLDR MongoDB will continue to support JRuby. ## Background In April 2021, our Ruby team began to discuss the possibility of removing MongoDBs official support for JRuby. At the time, we decided to shelve these discussions and revisit in a year. In March 2022, right on schedule, we be...
md
{ "tags": [ "Ruby" ], "pageDescription": "MongoDB supports JRuby", "contentType": "News & Announcements" }
A Plan for MongoDB and JRuby
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/java/spring-java-mongodb-example-app2
created
# Build a MongoDB Spring Boot Java Book Tracker for Beginners ## Introduction Build your first application with Java and Spring! This simple application demonstrates basic CRUD operations via a book app - you can add a book, edit a book, delete a book. Stores the data in MongoDB database. ## Technology * Java * Spr...
md
{ "tags": [ "Java", "Spring" ], "pageDescription": "Build an application to track the books you've read with Spring Boot, Java, and MongoDB", "contentType": "Code Example" }
Build a MongoDB Spring Boot Java Book Tracker for Beginners
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/active-active-application-architectures
created
# Active-Active Application Architectures with MongoDB ## Introduction Determining the best database for a modern application to be deployed across multiple data centers requires careful evaluation to accommodate a variety of complex application requirements. The database will be responsible for processing reads and ...
md
{ "tags": [ "MongoDB" ], "pageDescription": "This post will begin by describing the database capabilities required by modern multi-data center applications.", "contentType": "Article" }
Active-Active Application Architectures with MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/atlas-search-exact-match
created
# Exact Matches in Atlas Search: Beginners Guide ## Contributors Much of this article was contributed by a MongoDB Intern, Humayara Karim. Thanks for spending your summer with us! ## Introduction Search engines are powerful tools that users rely on when they're looking for information. They oftentimes rely on them t...
md
{ "tags": [ "Atlas" ], "pageDescription": "This tutorial will focus on the different ways users can achieve exact matches as well as the pros and cons of each.", "contentType": "Article" }
Exact Matches in Atlas Search: Beginners Guide
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/csharp/saving-data-in-unity3d-using-sqlite
created
# Saving Data in Unity3D Using SQLite (Part 4 of the Persistence Comparison Series) Our journey of exploring options given to use when it comes persistence in Unity will in this part lead to databases. More specificaclly: SQLite. SQLite is a C-based database that is used in many areas. It has been around for a long ...
md
{ "tags": [ "C#", "MongoDB", "Unity", "SQL" ], "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 Uni...
Saving Data in Unity3D Using SQLite
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/seed-database-with-fake-data
created
# How to Seed a MongoDB Database with Fake Data Have you ever worked on a MongoDB project and needed to seed your database with fake data in order to provide initial values for lookups, demo purposes, proof of concepts, etc.? I'm biased, but I've had to seed a MongoDB database countless times. First of all, what is d...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Learn how to seed a MongoDB database with fake data.", "contentType": "Tutorial" }
How to Seed a MongoDB Database with Fake Data
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/react-query-rest-api-realm
created
You need to enable JavaScript to run this app.
md
{ "tags": [ "JavaScript", "React" ], "pageDescription": "Learn how to query a REST API built with MongoDB Atlas App Services, React and Axios", "contentType": "Code Example" }
Build a Simple Website with React, Axios, and a REST API Built with MongoDB Atlas App Services
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/email-password-authentication-app-services
created
# Configure Email/Password Authentication in MongoDB Atlas App Services > **Note:** GraphQL is deprecated. Learn more. One of the things I like the most is building full-stack apps using Node.js, React, and MongoDB. Every time I get a billion-dollar idea, I immediately start building it using this tech stack. No matt...
md
{ "tags": [ "Atlas" ], "pageDescription": "In less than 6 steps, learn how to set up authentication and allow your users to log in and sign up to your app without writing a single line of server code.", "contentType": "Tutorial" }
Configure Email/Password Authentication in MongoDB Atlas App Services
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/keep-mongodb-serverless-costs-low
created
# Keeping Your Costs Down with MongoDB Atlas Serverless Instances The new MongoDB Atlas serverless instance types are pretty great, especially if you\'re running intermittent workloads, such as in production scenarios where the load is periodic and spiky (I used to work for a big sports website that was quiet unless a...
md
{ "tags": [ "Atlas", "Serverless" ], "pageDescription": "A guide to the things you need to think about when using the new MongoDB Atlas serverless instances to keep your usage costs down.", "contentType": "Article" }
Keeping Your Costs Down with MongoDB Atlas Serverless Instances
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/subscribing-changes-browser-websockets
created
md
{ "tags": [ "MongoDB", "Python" ], "pageDescription": "Subscribe to MongoDB Change Streams via WebSockets using Python and Tornado.", "contentType": "Tutorial" }
Subscribe to MongoDB Change Streams Via WebSockets
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-zero-to-mobile-dev
created
# From Zero to Mobile Developer in 40 Minutes Are you an experienced non-mobile developer interested in writing your first iOS app? Or maybe a mobile developer wondering how to enhance your app or simplify your code using Realm and SwiftUI? I've written a number of tutorials aimed at these cohorts, and I've published...
md
{ "tags": [ "Realm", "Swift", "iOS" ], "pageDescription": "Video showing how to build your first iOS app using SwiftUI and Realm", "contentType": "Quickstart" }
From Zero to Mobile Developer in 40 Minutes
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/php/php113-release
created
# MongoDB PHP Extension 1.13.0 Released The PHP team is happy to announce that version 1.13.0 of the mongodb PHP extension is now available on PECL. Thanks also to our intern for 1.13.0, Tanil Su, who added functionality for server discovery and monitoring! ## Release Highlights `MongoDB\Driver\Manager::\_\_construc...
md
{ "tags": [ "PHP" ], "pageDescription": "Announcing our latest release of the PHP Extension 1.13.0!", "contentType": "News & Announcements" }
MongoDB PHP Extension 1.13.0 Released
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/next-gen-webapps-remix-atlas-data-api
created
# Next Gen Web Apps with Remix and MongoDB Atlas Data API > Learn more about the GA version here. Javascript-based application stacks have proven themselves to be the dominating architecture for web applications we all use. From *MEAN* to *MERN* and *MEVN*, the idea is to have a JavaScript-based web client and server...
md
{ "tags": [ "JavaScript", "Atlas" ], "pageDescription": "Remix is a new and exciting javascript web framework. Together with the MongoDB Atlas Data API and Atlas Search it can form powerful web applications. A guided tour will show you how to leverage both technologies together. ", "contentType": "Tutor...
Next Gen Web Apps with Remix and MongoDB Atlas Data API
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/rust/rust-mongodb-frameworks
created
# Using Rust Web Development Frameworks with MongoDB ## Introduction So, you've decided to write a Rust application with MongoDB, and you're wondering which of the top web development frameworks to use. Below, we give some suggestions and resources for how to: 1. Use MongoDB with Actix and Rust. 2. Use MongoDB with ...
md
{ "tags": [ "Rust", "MongoDB" ], "pageDescription": "Which Rust frameworks work best with MongoDB?", "contentType": "Article" }
Using Rust Web Development Frameworks with MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/connectors/leverage-mongodb-data-kafka-tutorials
created
# Learn How to Leverage MongoDB Data within Kafka with New Tutorials! The MongoDB Connector for Apache Kafka documentation now includes new tutorials! These tutorials introduce you to key concepts behind the connector and by the end, you’ll have an understanding of how to move data between MongoDB and Apache Kafka. Th...
md
{ "tags": [ "Connectors", "Kafka" ], "pageDescription": "MongoDB Documentation has released a series of new tutorials based upon a self-hosted Docker compose environment that includes all the components needed to learn.", "contentType": "Article" }
Learn How to Leverage MongoDB Data within Kafka with New Tutorials!
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/code-example-nextjs-mongodb
created
# Blogue ## Creator Sujan Chhetri contributed this project. ## About the Project: Blogue is a writing platform where all the writers or non-writers are welcome. We believe in sharing knowlege in the form of words. The page has a 'newshub' for articles, a projecthub where you can share projects among other things. ...
md
{ "tags": [ "JavaScript", "Atlas", "Node.js", "Next.js" ], "pageDescription": "A reading and writing platform. ", "contentType": "Code Example" }
Blogue
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/rust/rust-mongodb-blog-project
created
# Beginner Coding Project: Build a Blog Engine with Rust and MongoDB ## Description of Application A quick and easy example application project that creates a demo blog post engine. Very simple UI, ideal for beginners to Rust programming langauge. ## Technology Stack This code example utilizes the following technolo...
md
{ "tags": [ "Rust" ], "pageDescription": "A beginner level project using MongoDB with Rust", "contentType": "Code Example" }
Beginner Coding Project: Build a Blog Engine with Rust and MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/build-serverless-applications-sst-mongodb-atlas
created
# How to Build Serverless Applications with SST and MongoDB Atlas Serverless computing is now becoming the standard for how applications are developed in the cloud. Serverless at its core lets developers create small packages of code that are executed by a cloud provider to respond to events. These events can range fr...
md
{ "tags": [ "Atlas", "Serverless", "AWS" ], "pageDescription": "The developer experience is at a point where it’s easy to build full-stack applications with serverless. In this post, we’ll look at the new way of building serverless apps.", "contentType": "Article" }
How to Build Serverless Applications with SST and MongoDB Atlas
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/python/groupus-app
created
# GroupUs ## Creator Anjay Goel contributed this project. ## About the Project A web app that automates group formation for projects/presentations/assignments etc. It saves you the inconvenience of asking tens of people simply to form a group. Also letting an algorithm do the matching ensures that the groups formed a...
md
{ "tags": [ "Python", "MongoDB", "JavaScript" ], "pageDescription": "A web-app that automates group formation for projects/assignments etc..", "contentType": "Code Example" }
GroupUs
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/practical-mongodb-aggregations-book
created
# Introducing a New MongoDB Aggregations Book I'm pleased to announce the publication of my new book, **"Practical MongoDB Aggregations."** The book is available electronically for free for anyone to use at: . This book is intended for developers, architects, data analysts, data engineers, and data scientists. It ai...
md
{ "tags": [ "MongoDB" ], "pageDescription": "Learn more about our newest book, Practical MongoDB Aggregations, by Paul Done.", "contentType": "News & Announcements" }
Introducing a New MongoDB Aggregations Book
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/developing-web-application-netlify-serverless-functions-mongodb
created
MONGODB WITH NETLIFY FUNCTIONS
md
{ "tags": [ "JavaScript", "Atlas", "Node.js" ], "pageDescription": "Learn how to build and deploy a web application that leverages MongoDB and Netlify Functions for a serverless experience.", "contentType": "Tutorial" }
Developing a Web Application with Netlify Serverless Functions and MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/go/golang-mongodb-code-example
created
# Cinema: Example Go Microservices Application Looking for a code example that has microservices in Go with Docker, Kubernetes and MongoDB? Look no further! Cinema is an example project which demonstrates the use of microservices for a fictional movie theater. The Cinema backend is powered by 4 microservices, all of ...
md
{ "tags": [ "Go", "MongoDB", "Kubernetes", "Docker" ], "pageDescription": " An easy project using Go, Docker, Kubernetes and MongoDB", "contentType": "Code Example" }
Cinema: Example Go Microservices Application
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/java/java-survey-2022
created
# The 2022 MongoDB Java Developer Survey According to the 2022 Stack Overflow Developer Survey, Java is the sixth most popular programming, scripting, or markup language. 17K of the whopping 53K+ respondents indicated that they use Java - that’s a huge footprint! Today we have more than 132,000 clusters running on At...
md
{ "tags": [ "Java", "Spring" ], "pageDescription": "MongoDB is conducted a survey for Java developers", "contentType": "News & Announcements" }
The 2022 MongoDB Java Developer Survey
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/flexible-querying-with-atlas-search
created
# Flexible Querying with Atlas Search ## Introduction In this walkthrough, I will show how the flexibility of Atlas Search's inverted indexes are a powerful option versus traditional b-tree indexes when it comes to supporting ad-hoc queries. ## What is flexible querying? Flexible query engines provide the ability to...
md
{ "tags": [ "Atlas", "JavaScript", "GraphQL" ], "pageDescription": "Atlas Search provides the ability to execute a performant query that spans multiple indexes in your data store. It's very rare, however, that MongoDB’s query planner selects a plan that involves multiple indexes. We’ll walk through a ...
Flexible Querying with Atlas Search
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/real-time-data-javascript
created
    CONNECTED AS USER $           Latest events:                        OperationDocument KeyFull Document                            
md
{ "tags": [ "MongoDB", "JavaScript", "React" ], "pageDescription": "In many applications nowadays, you want data to be displayed in real-time. Whether an IoT sensor reporting a value, a stock value that you want to track, or a chat application, you will want the data to automatically update your UI. T...
Real Time Data in a React JavaScript Front-End with Change Streams
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/code-example-js-mongodb-magazinemanagement
created
# Magazine Management ## Creator Trinh Van Thuan from Vietnam National University contributed this project. ## About the Project The system manages students' posts in universities. The system allows students and clients to read posts in diverse categories, such as: math, science, social, etc. ## Inspiration Cr...
md
{ "tags": [ "JavaScript", "MongoDB" ], "pageDescription": "A system manage student's post for school or an organization", "contentType": "Code Example" }
Magazine Management
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/time-series-cpp
created
# MongoDB Time Series with C++ Time series data is a set of data points collected at regular intervals. It’s a common use case in many industries such as finance, IoT, and telecommunications. MongoDB provides powerful features for handling time series data, and in this tutorial, we will show you how to build a C++ con...
md
{ "tags": [ "MongoDB", "C++" ], "pageDescription": "In this tutorial, we will show you how to build a C++ console application that uses MongoDB to store time series data, related to the Air Quality Index (AQI) for a given location. ", "contentType": "Tutorial" }
MongoDB Time Series with C++
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/atlas-search-multi-language-data-modeling
created
# Atlas Search Multi-Language Data Modeling We live in an increasingly globalized economy. By extension, users have expectations that our applications will understand the context of their culture and by extension: language. Luckily, most search engines—including, Atlas Search—support multiple languages. This article ...
md
{ "tags": [ "Atlas" ], "pageDescription": "This article will walk through three options of query patterns, data models, and index definitions to support your various multilingual application needs. ", "contentType": "Tutorial" }
Atlas Search Multi-Language Data Modeling
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/search-engine-using-atlas-full-text-search
created
# Tutorial: Build a Movie Search Engine Using Atlas Full-Text Search in 10 Minutes >This article is out of date. Check out this new post for the most up-to-date way to MongoDB Atlas Search to find your favorite movies. 📽 🎞 > > Giving your users the ability to find exactly what they are looking for in your applicati...
md
{ "tags": [ "Atlas" ], "pageDescription": "Build a Movie Search Engine Using Full Text Search Indexes on MongoDB Atlas.", "contentType": "Tutorial" }
Tutorial: Build a Movie Search Engine Using Atlas Full-Text Search in 10 Minutes
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/satellite-code-example-mongodb
created
# EnSat ## Creators Ashish Adhikari, Awan Shrestha, Sabil Shrestha and Sansrit Paudel from Kathmandu University in Nepal contributed this project. ## About the project EnSat (Originally, the project was started with the name "PicoSat," and changed later to "EnSat") is a miniature version of an Environmental Satelli...
md
{ "tags": [ "JavaScript", "MongoDB", "C++", "Node.js", "React" ], "pageDescription": "An environmental satellite to get information about your environment.", "contentType": "Code Example" }
EnSat
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/how-to-connect-mongodb-atlas-to-vercel-using-the-new-integration
created
# How to Connect MongoDB Atlas to Vercel Using the New Integration Getting a MongoDB Atlas database created and linked to your Vercel project has never been easier. In this tutorial, we’ll get everything set up—including a starter Next.js application—in just minutes. ## Prerequisites For this tutorial, you’ll need: ...
md
{ "tags": [ "Atlas", "JavaScript", "Vercel", "Node.js" ], "pageDescription": "Getting a MongoDB Atlas database created and linked to your Vercel project has never been easier. In this tutorial, we’ll get everything set up—including a starter Next.js application—in just minutes.", "contentType": ...
How to Connect MongoDB Atlas to Vercel Using the New Integration
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-javascript-nan-to-n-api
created
# How We Migrated Realm JavaScript From NAN to N-API Recently, the Realm JavaScript team has reimplemented the Realm JS Node.js SDK from the ground up to use N-API. In this post, we describe the need to migrate to N-API because of breaking changes in the JavaScript Virtual Machine and how we approached it in an iterat...
md
{ "tags": [ "Realm", "JavaScript", "Node.js" ], "pageDescription": "The Realm JavaScript team has reimplemented the Realm JS Node.js SDK from the ground up to use N-API. Here we describe how and why.", "contentType": "News & Announcements" }
How We Migrated Realm JavaScript From NAN to N-API
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/python/merge-url
created
# MergeURL - Python Example App ## Creators Mehant Kammakomati and Sai Vittal B contributed this project. ## About the project MergeURL is an instant URL shortening and merging service that lets you merge multiple URLs into a single short URL. You can merge up to 5 URLs within no time and share one single shortened ...
md
{ "tags": [ "Python", "Atlas", "Flask" ], "pageDescription": "Shorten multiple URLs instantly while overcoming the barriers of user registration.", "contentType": "Code Example" }
MergeURL - Python Example App
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/use-rongo-store-roblox-game-data-in-atlas
created
# Storing Roblox Game Data in MongoDB Atlas Using Rongo ## Introduction This article will walk you through setting up and using Rongo in your Roblox games, and storing your data in MongoDB Atlas. Rongo is a custom SDK that uses the MongoDB Atlas Data API. We’ll walk through the process of inserting Rongo into your ...
md
{ "tags": [ "Atlas" ], "pageDescription": "This article will walk you through the process of using Rongo, a custom SDK built with the Atlas Data API to store data from Roblox Games to MongoDB Atlas. In this article, you’ll learn how to create a script to save data.", "contentType": "Article" }
Storing Roblox Game Data in MongoDB Atlas Using Rongo
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/javascript/chember-example-app
created
# Chember ## Creators Alper Kızıloğlu, Aytuğ Turanlıoğlu, Batu El, Begüm Ortaoğlu, Bora Demiral, Efecan Bahçıvanoğlu, Ege Çavuşoğlu and Ömer Ekin contributed this amazing project. ## About the project With Chember, you can find streetball communities near you. Create your streetball profile, discover the Chember m...
md
{ "tags": [ "JavaScript" ], "pageDescription": "Instantly find the street ball game you are looking for anytime and anywhere with Chember!", "contentType": "Code Example" }
Chember
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/python/python-crud-mongodb
created
# Simple CRUD operations with Python and MongoDB For the absolute beginner, there's nothing more simple than a CRUD tutorial. Create, Read, Update, and Delete documents using this mongodb tutorial for Python. ## Introduction To get started, first you'll need to understand that we use pymongo, our python driver, to ...
md
{ "tags": [ "Python", "FastApi" ], "pageDescription": "Get started with Python and MongoDB easily with example code in Github", "contentType": "Code Example" }
Simple CRUD operations with Python and MongoDB
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/how-prisma-introspects-a-schema-from-a-mongodb-database
created
# How Prisma Introspects a Schema from a MongoDB Database Prisma ORM (object relational-mapper) recently released support for MongoDB. This represents the first time Prisma has supported a database outside of the SQL world. Prisma has been known for supporting many relational databases, but how did it end up being abl...
md
{ "tags": [ "MongoDB", "Rust" ], "pageDescription": "In this blog, you’ll learn about Prisma and how we interact with MongoDB, plus the next steps after having a schema.", "contentType": "Article" }
How Prisma Introspects a Schema from a MongoDB Database
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/integrate-mongodb-vercel-functions-serverless-experience
created
# Integrate MongoDB into Vercel Functions for the Serverless Experience Working with Functions as a Service (FaaS), often referred to as serverless, but you're stuck when it comes to trying to get your database working? Given the nature of these serverless functions, interacting with a database is a slightly different...
md
{ "tags": [ "JavaScript", "Next.js", "Node.js" ], "pageDescription": "Learn how to build a Next.js application that leverages Vercel functions and MongoDB Atlas to create a serverless development experience.", "contentType": "Tutorial" }
Integrate MongoDB into Vercel Functions for the Serverless Experience
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/swift/swift-change-streams
created
# Working with Change Streams from Your Swift Application My day job is to work with our biggest customers to help them get the best out of MongoDB when creating new applications or migrating existing ones. Their use cases often need side effects to be run whenever data changes — one of the most common requirements is...
md
{ "tags": [ "Swift", "MongoDB" ], "pageDescription": "Change streams let you run your own logic when data changes in your MongoDB collections. This post shows how to consume MongoDB change stream events from your Swift app.", "contentType": "Quickstart" }
Working with Change Streams from Your Swift Application
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/realm-javascript-v11-react-native
created
# Realm JavaScript v11: A Step Forward for React Native — Hermes Support, Realm React, Flipper, and Much More After over a year of effort by the Realm JavaScript team, today, we are pleased to announce the release of Realm JavaScript version 11 — a complete re-imagining of the SDK and its APIs to be more idiomatic for...
md
{ "tags": [ "Realm", "JavaScript", "React Native" ], "pageDescription": "Today, we are pleased to announce the release of Realm JavaScript version 11— a complete re-imagining of the SDK and its APIs to be more idiomatic for React Native and JavaScript developers everywhere.", "contentType": "Article...
Realm JavaScript v11: A Step Forward for React Native — Hermes Support, Realm React, Flipper, and Much More
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/atlas-multi-cloud-global-clusters
created
# Atlas Multi-Cloud Global Cluster: Always Available, Even in the Apocalypse! ## Introduction In recent years, "high availability" has been a buzzword in IT. Using this phrase usually means having your application and services resilient to any disruptions as much as possible. As vendors, we have to guarantee certain...
md
{ "tags": [ "Atlas" ], "pageDescription": "Learn how to build Atlas Multi-Cloud Global Cluster: Always available, even in the apocalypse!", "contentType": "Article" }
Atlas Multi-Cloud Global Cluster: Always Available, Even in the Apocalypse!
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/announcing-realm-flutter-sdk
created
# Announcing the GA of the Realm Flutter SDK After over a year since our first official release, we are excited to announce the general availability of our Realm Flutter SDK. The team has made dozens of releases, merged hundreds of PRs, and squashed thousands of bugs — many of them raised by you, our community, that h...
md
{ "tags": [ "Realm", "Flutter" ], "pageDescription": "After over a year since our first official release, we are excited to announce the general availability of our Realm Flutter SDK.", "contentType": "Article" }
Announcing the GA of the Realm Flutter SDK
2024-05-20T17:32:23.500Z
devcenter
https://www.mongodb.com/developer/products/atlas/easy-deployment-mean-stack
created
# Easy Deployment of MEAN Stack with MongoDB Atlas, Cloud Run, and HashiCorp Terraform *This article was originally written by Aja Hammerly and Abirami Sukumaran, developer advocates from Google.* Serverless computing promises the ability to spend less time on infrastructure and more time on developing your applicati...
md
{ "tags": [ "Atlas", "Node.js", "Google Cloud", "Terraform" ], "pageDescription": "Learn about using HashiCorp Terraform to make it easier to provision resources to run the MEAN stack on Cloud Run with MongoDB Atlas as your database. ", "contentType": "Article" }
Easy Deployment of MEAN Stack with MongoDB Atlas, Cloud Run, and HashiCorp Terraform
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/kafka-mongodb-atlas-tutorial
created
# Kafka to MongoDB Atlas End to End Tutorial Data and event-driven applications are in high demand in a large variety of industries. With this demand, there is a growing challenge with how to sync the data across different data sources. A widely adopted solution for communicating real-time data transfer across multi...
md
{ "tags": [ "MongoDB", "Java", "Kafka" ], "pageDescription": "A simple step-by-step tutorial on how to use MongoDB Atlas with a Kafka Connector and connect it to any Remote Kafka Cluster.", "contentType": "Tutorial" }
Kafka to MongoDB Atlas End to End Tutorial
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/realm/oauth-and-realm-serverless
created
# OAuth & MongoDB Realm Serverless Functions I recently had the opportunity to work with Lauren Schaefer and Maxime Beugnet on a stats tracker for some YouTube statistics that we were tracking manually at the time. I knew that to access the YouTube API, we would need to authenticate using OAuth 2. I also knew that be...
md
{ "tags": [ "Realm", "JavaScript", "Serverless" ], "pageDescription": "Authenticate with OAuth2 and MongoDB Realm Functions", "contentType": "Tutorial" }
OAuth & MongoDB Realm Serverless Functions
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/use-azure-key-vault-mongodb-client-side-field-level-encryption
created
# Integrate Azure Key Vault with MongoDB Client-Side Field Level Encryption When implementing MongoDB’s client-side field level encryption (CSFLE), you’ll find yourself making an important decision: Where do I store my customer master key? In another tutorial, I guided readers through the basics of CSFLE by using a lo...
md
{ "tags": [ "C#", "MongoDB", "Azure" ], "pageDescription": "Learn how to use Azure Key Vault as your remote key management system with MongoDB's client-side field level encryption, step-by-step.", "contentType": "Tutorial" }
Integrate Azure Key Vault with MongoDB Client-Side Field Level Encryption
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/code-examples/csharp/client-side-field-level-encryption-mongodb-csharp
created
# How to Use MongoDB Client-Side Field Level Encryption (CSFLE) with C# Client-side field level encryption (CSFLE) provides an additional layer of security to your most sensitive data. Using a supported MongoDB driver, CSFLE encrypts certain fields that you specify, ensuring they are never transmitted unencrypted, no...
md
{ "tags": [ "C#", "MongoDB" ], "pageDescription": "Learn how to use MongoDB client-side field level encryption (CSFLE) with a C# application.", "contentType": "Code Example" }
How to Use MongoDB Client-Side Field Level Encryption (CSFLE) with C#
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/how-netlify-backfilled-2-million-documents
created
# How We Backfilled 2 Million Database Documents We recently needed to backfill nearly two million documents in our MongoDB database with a new attribute and wanted to share our process. First, some context on why we were doing this: This backfill was to support Netlify's Growth team, which builds prototypes into Netl...
md
{ "tags": [ "MongoDB", "Kubernetes" ], "pageDescription": "Learn how the Netlify growth team reduced the time it took to backfill nearly two million documents in our MongoDB database with a new attribute.", "contentType": "Tutorial" }
How We Backfilled 2 Million Database Documents
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/rust/rust-field-level-encryption
created
# MongoDB Field Level Encryption is now Available for Rust applications We have some exciting news to announce for Rust developers. Our 2.4.1 release of the MongoDB Rust driver brings a raft of new, innovative features for developers building Rust applications. ## Field Level Encryption for Rust Applications This on...
md
{ "tags": [ "Rust" ], "pageDescription": "MongoDB now support field level encryption for Rust applications", "contentType": "Article" }
MongoDB Field Level Encryption is now Available for Rust applications
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/queryable-encryption-james-bond
created
# How Queryable Encryption Can Keep James Bond Safe Companies of all sizes are continuing to embrace the power of data. With that power, however, comes great responsibility — namely, the responsibility to protect that data and customers, comply with data privacy regulations, and to control and limit access to confiden...
md
{ "tags": [ "MongoDB", "Java" ], "pageDescription": "Learn more about Queryable Encryption and how it could keep one of literature's legendary heroes safe.", "contentType": "Article" }
How Queryable Encryption Can Keep James Bond Safe
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/mongodb/strapi-headless-cms-with-atlas
created
# Use MongoDB as the Data Store for your Strapi Headless CMS The modern web is evolving quickly and one of the best innovations in recent years is the advent of Headless CMS frameworks. I believe that Headless CMS systems will do for content what RESTful APIs did for SaaS. The idea is simple: You decouple content crea...
md
{ "tags": [ "MongoDB", "JavaScript", "Node.js" ], "pageDescription": "Learn how to use MongoDB Atlas as a data store for your Strapi Headless CMS.", "contentType": "Tutorial" }
Use MongoDB as the Data Store for your Strapi Headless CMS
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/integrate-atlas-application-services-logs-datadog-aws
created
# Integrate Atlas Application Services Logs into Datadog on AWS Datadog is a well-known monitoring and security platform for cloud applications. Datadog’s software-as-a-service (SaaS) platform integrates and automates infrastructure monitoring, application performance monitoring, and log management to provide unified,...
md
{ "tags": [ "Atlas", "AWS" ], "pageDescription": "With the Log Forwarding feature, it's now possible to send Atlas Application Services logs to Datadog. This blog outlines the configuration steps necessary as well as strategies for customizing the view to suit the need.", "contentType": "Tutorial" }
Integrate Atlas Application Services Logs into Datadog on AWS
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/connectors/mastering-ops-manager
created
# Mastering MongoDB Ops Manager on Kubernetes This article is part of a three-parts series on deploying MongoDB across multiple Kubernetes clusters using the operators. - Deploying the MongoDB Enterprise Kubernetes Operator on Google Cloud - Mastering MongoDB Ops Manager - Deploying MongoDB Across Multiple Ku...
md
{ "tags": [ "Connectors", "Kubernetes" ], "pageDescription": "Learn how to deploy the MongoDB Ops Manager in a Kubernetes cluster with the MongoDB Kubernetes Operators.", "contentType": "Tutorial" }
Mastering MongoDB Ops Manager on Kubernetes
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/analyzing-analyzers-build-search-index-app
created
# Analyzing Analyzers to Build the Right Search Index for Your App **“Why am I not getting the right search results?”** So, you’ve created your first search query. You are familiar with various Atlas Search operators. You may have even played around with score modifiers to sort your search results. Yet, typing into t...
md
{ "tags": [ "Atlas" ], "pageDescription": "This is an in-depth explanation of various Atlas Search analyzers and indexes to help you build the best full-text search experience for your MongoDB application.", "contentType": "Tutorial" }
Analyzing Analyzers to Build the Right Search Index for Your App
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/rule-based-access-atlas-data-api
created
# Rule-Based Access to Atlas Data API MongoDB Atlas App Services have extensive serverless backend capabilities, such as Atlas Data API, that simply provide an endpoint for the read and write access in a specific cluster that you can customize access to later. You can enable authentication by using one of the authenti...
md
{ "tags": [ "Atlas" ], "pageDescription": "Atlas Data API provides a serverless API layer on top of your data in Atlas. You can natively configure rule-based access for a set of users with different permissions.", "contentType": "Tutorial" }
Rule-Based Access to Atlas Data API
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/elt-mongodb-data-airbyte
created
# ELT MongoDB Data Using Airbyte Airbyte is an open source data integration platform that provides an easy and quick way to ELT (Extract, Load, and Transform) your data between a plethora of data sources. AirByte can be used as part of a workflow orchestration solution like Apache Airflow to address data movement. In ...
md
{ "tags": [ "Atlas" ], "pageDescription": "Learn how to extract load and transform MongoDB data using Airbyte.", "contentType": "Tutorial" }
ELT MongoDB Data Using Airbyte
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/build-first-dotnet-core-application-mongodb-atlas
created
# Build Your First .NET Core Application with MongoDB Atlas So you're a .NET Core developer or you're trying to become one and you'd like to get a database included into the mix. MongoDB is a great choice and is quite easy to get started with for your .NET Core projects. In this tutorial, we're going to explore simpl...
md
{ "tags": [ "C#", ".NET" ], "pageDescription": "Learn how to quickly and easily start building .NET Core applications that interact with MongoDB Atlas for create, read, update, and delete (CRUD) operations.", "contentType": "Quickstart" }
Build Your First .NET Core Application with MongoDB Atlas
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/javascript/real-time-tracking-change-streams-socketio
created
# Real-Time Location Tracking with Change Streams and Socket.io In this article, you will learn how to use MongoDB Change Streams and Socket.io to build a real-time location tracking application. To demonstrate this, we will build a local package delivery service. Change streams are used to detect document updates, s...
md
{ "tags": [ "JavaScript", "MongoDB", "Node.js" ], "pageDescription": "In this article, you will learn how to use MongoDB Change Streams and Socket.io to build a real-time location tracking application. To demonstrate this, we will build a local package delivery service.\n", "contentType": "Tutorial"...
Real-Time Location Tracking with Change Streams and Socket.io
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/transactions-csharp-dotnet
created
# Working with MongoDB Transactions with C# and the .NET Framework >Update 10/2019: This article's code example has been updated to include the required handing of the session handle to database methods. C# applications connected to a MongoDB database use the MongoDB .NET driver. To add the .NET driver to your Visual...
md
{ "tags": [ "C#", "MongoDB", ".NET" ], "pageDescription": "Walk through an example of how to use transactions in C#.", "contentType": "Tutorial" }
Working with MongoDB Transactions with C# and the .NET Framework
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/connectors/mongodb-connectors-translators-interview
created
# MongoDB Podcast Interview with Connectors and Translators Team The BI Connector and mongomirror are just two examples of powerful but less popular MongoDB products. These products are maintained by a team in MongoDB known as the Connectors and Translators Engineering team. In this podcast episode transcript, we chat...
md
{ "tags": [ "Connectors", "Kafka", "Spark" ], "pageDescription": "MongoDB Podcast Interview with Connectors and Translators Team", "contentType": "Podcast" }
MongoDB Podcast Interview with Connectors and Translators Team
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/triggers-tricks-data-driven-schedule
created
# Realm Triggers Treats and Tricks - Document-Based Trigger Scheduling 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 tha...
md
{ "tags": [ "Atlas" ], "pageDescription": "In this article, we will explore a trick that lets us invoke a trigger task based on a date document field in our collections.", "contentType": "Article" }
Realm Triggers Treats and Tricks - Document-Based Trigger Scheduling
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/sending-requesting-data-mongodb-unity-game
created
# Sending and Requesting Data from MongoDB in a Unity Game Are you working on a game in Unity and finding yourself needing to make use of a database in the cloud? Storing your data locally works for a lot of games, but there are many gaming scenarios where you'd need to leverage an external database. Maybe you need to...
md
{ "tags": [ "C#", "Unity" ], "pageDescription": "Learn how to interact with MongoDB from a Unity game with C# and the UnityWebRequest class.", "contentType": "Tutorial" }
Sending and Requesting Data from MongoDB in a Unity Game
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/products/atlas/building-e-commerce-content-catalog-atlas-search
created
# Building an E-commerce Content Catalog with Atlas Search Search is now a fundamental part of applications across all industries—but especially so in the world of retail and e-commerce. If your customers can’t find what they’re looking for, they’ll go to another website and buy it there instead. The best way to provi...
md
{ "tags": [ "Atlas", "JavaScript" ], "pageDescription": "In this tutorial, we’ll make a website that has a simple text search and use Atlas Search to promote some of our products on sale.", "contentType": "Tutorial" }
Building an E-commerce Content Catalog with Atlas Search
2024-05-20T17:32:23.501Z
devcenter
https://www.mongodb.com/developer/languages/csharp/getting-started-with-mongodb-atlas-and-azure-functions-using-net
created
# Getting Started with MongoDB Atlas and Azure Functions using .NET and C# So you need to build an application with minimal operating costs that can also scale to meet the growing demand of your business. This is a perfect scenario for a serverless function, like those built with Azure Functions. With serverless funct...
md
{ "tags": [ "C#", ".NET", "Azure", "Serverless" ], "pageDescription": "Learn how to build scalable serverless functions on Azure that communicate with MongoDB Atlas using C# and .NET.", "contentType": "Tutorial" }
Getting Started with MongoDB Atlas and Azure Functions using .NET and C#
2024-05-20T17:32:23.501Z