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/atlas/atlas-search-cene-1 | created | # The Atlas Search 'cene: Season 1
# The Atlas Search 'cene: Season 1
Welcome to the first season of a video series dedicated to Atlas Search! This series of videos is designed to guide you through the journey from getting started and understanding the concepts, to advanced techniques.
## What is Atlas Search?
[At... | md | {
"tags": [
"Atlas"
],
"pageDescription": "The Atlas Search 'cene: Season 1",
"contentType": "Video"
} | The Atlas Search 'cene: Season 1 | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/atlas-open-ai-review-summary | created | # Using MongoDB Atlas Triggers to Summarize Airbnb Reviews with OpenAI
In the realm of property rentals, reviews play a pivotal role. MongoDB Atlas triggers, combined with the power of OpenAI's models, can help summarize and analyze these reviews in real-time. In this article, we'll explore how to utilize MongoDB Atla... | md | {
"tags": [
"MongoDB",
"JavaScript",
"AI",
"Node.js"
],
"pageDescription": "Uncover the synergy of MongoDB Atlas triggers and OpenAI models in real-time analysis and summarization of Airbnb reviews. ",
"contentType": "Tutorial"
} | Using MongoDB Atlas Triggers to Summarize Airbnb Reviews with OpenAI | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/getting-started-with-mongodb-and-codewhisperer | created | # Getting Started with MongoDB and AWS Codewhisperer
**Introduction**
----------------
Amazon CodeWhisperer is trained on billions of lines of code and can generate code suggestions — ranging from snippets to full functions — in real-time, based on your comments and existing code. AI code assistants have revolutioniz... | md | {
"tags": [
"MongoDB",
"JavaScript",
"Java",
"Python",
"AWS",
"AI"
],
"pageDescription": "",
"contentType": "Tutorial"
} | Getting Started with MongoDB and AWS Codewhisperer | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/code-examples/java/rest-apis-java-spring-boot | created | # REST APIs with Java, Spring Boot, and MongoDB
## GitHub repository
If you want to write REST APIs in Java at the speed of light, I have what you need. I wrote this template to get you started. I have tried to solve as many problems as possible in it.
So if you want to start writing REST APIs in Java, clone this pr... | md | {
"tags": [
"Java",
"Spring"
],
"pageDescription": "Take a shortcut to REST APIs with this Java/Spring Boot and MongoDB example application that embeds all you'll need to get going.",
"contentType": "Code Example"
} | REST APIs with Java, Spring Boot, and MongoDB | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/swift/halting-development-on-swift-driver | created | # Halting Development on MongoDB Swift Driver
MongoDB is halting development on our server-side Swift driver. We remain excited about Swift and will continue our development of our mobile Swift SDK.
We released our server-side Swift driver in 2020 as an open source project and are incredibly proud of the work that ou... | md | {
"tags": [
"Swift",
"MongoDB"
],
"pageDescription": "The latest news regarding the MongoDB driver for Swift.",
"contentType": "News & Announcements"
} | Halting Development on MongoDB Swift Driver | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/online-archive-query-performance | created | # Optimizing your Online Archive for Query Performance
## Contributed By
This article was contributed by Prem Krishna, a Senior Product Manager for Analytics at MongoDB.
## Introduction
With Atlas Online Archive, you can tier off cold data or infrequently accessed data from your MongoDB cluster to a MongoDB-managed c... | md | {
"tags": [
"Atlas",
"AWS"
],
"pageDescription": "Get all the do's and don'ts around optimization of your data archival strategy.",
"contentType": "Article"
} | Optimizing your Online Archive for Query Performance | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/using-confluent-cloud-atlas-stream-processing | created | # Using the Confluent Cloud with Atlas Stream Processing
> Atlas Stream Processing is now available. Learn more about it here.
Apache Kafka is a massively popular streaming platform today. It is available in the open-source community and also as software (e.g., Confluent Platform) for self-managing. Plus, you can get... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to configure network connectivity between Confluent Cloud and MongoDB Atlas Stream Processing.",
"contentType": "Tutorial"
} | Using the Confluent Cloud with Atlas Stream Processing | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/charts-javascript-sdk | created |
Refresh
Only in USA
| md | {
"tags": [
"Atlas",
"JavaScript"
],
"pageDescription": "Learn how to visualize your data with MongoDB Charts.",
"contentType": "Tutorial"
} | Working with MongoDB Charts and the New JavaScript SDK | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/how-send-mongodb-document-changes-slack-channel | created | # How to Send MongoDB Document Changes to a Slack Channel
In this tutorial, we will explore a seamless integration of your database with Slack using Atlas Triggers and the Slack API. Discover how to effortlessly send notifications to your desired Slack channels, effectively connecting the operations happening within y... | md | {
"tags": [
"Atlas",
"JavaScript"
],
"pageDescription": "Learn how to use triggers in MongoDB Atlas to send information about changes to a document to Slack.",
"contentType": "Tutorial"
} | How to Send MongoDB Document Changes to a Slack Channel | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/doc-modeling-vector-search | created | # How to Model Your Documents for Vector Search
Atlas Vector Search was recently released, so let’s dive into a tutorial on how to properly model your documents when utilizing vector search to revolutionize your querying capabilities!
## Data modeling normally in MongoDB
Vector search is new, so let’s first go over ... | md | {
"tags": [
"MongoDB",
"AI"
],
"pageDescription": "Follow along with this comprehensive tutorial on how to properly model your documents for MongoDB Vector Search.",
"contentType": "Tutorial"
} | How to Model Your Documents for Vector Search | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/code-examples/python/dog-care-example-app | created | # Example Application for Dog Care Providers (DCP)
## Creator
Radvile Razmute contributed this project.
## About the project
My project explores how to use MongoDB Shell, MongoDB Atlas, and MongoDB Compass. This project aimed to develop a database for dog care providers and demonstrate how this data can be manipulat... | md | {
"tags": [
"Python",
"MongoDB"
],
"pageDescription": " Learn MongoDB by creating a database for dog care providers!",
"contentType": "Code Example"
} | Example Application for Dog Care Providers (DCP) | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/leafsteroidsresources | created | # Leafsteroid Resources
Leafsteroids is a MongoDB Demo showing the following services and integrations
------------------------------------------------------------------------
**Atlas App Services**
All in one backend. Atlas App Services offers a full-blown REST service using Atlas Functions and HTTPS endpoints. ... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "",
"contentType": "Tutorial"
} | Leafsteroid Resources | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/create-first-stream-processor | created | # Get Started with Atlas Stream Processing: Creating Your First Stream Processor
>Atlas Stream Processing is now available. Learn more about it here.
If you're not already familiar, Atlas Stream Processing enables processing high-velocity streams of complex data using the same data model and Query API that's used in ... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to create a stream processor end-to-end using MongoDB Atlas Stream Processing.",
"contentType": "Tutorial"
} | Get Started with Atlas Stream Processing: Creating Your First Stream Processor | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/instant-graphql-apis-mongodb-grafbase | created | # Instant GraphQL APIs for MongoDB with Grafbase
# Instant GraphQL APIs for MongoDB with Grafbase
In the ever-evolving landscape of web development, efficient data management and retrieval are paramount for creating dynamic and responsive applications. MongoDB, a versatile NoSQL database, and GraphQL, a powerful quer... | md | {
"tags": [
"Atlas",
"TypeScript",
"GraphQL"
],
"pageDescription": "Learn how to quickly and easily create a GraphQL API from your MongoDB data with Grafbase.",
"contentType": "Tutorial"
} | Instant GraphQL APIs for MongoDB with Grafbase | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/exploring-window-operators-atlas-stream-processing | created | # Exploring Window Operators in Atlas Stream Processing
> Atlas Stream Processing is now available. Learn more about it here.
In our previous post on windowing, we introduced window operators available in Atlas Stream Processing. Window operators are one of the most commonly used operations to effectively process str... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to use the various window operators such as tumbling window and hopping window with MongoDB Atlas Stream Processing.",
"contentType": "Tutorial"
} | Exploring Window Operators in Atlas Stream Processing | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/python/python-quickstart-fastapi | created | # Getting Started with MongoDB and FastAPI
FastAPI is a modern, high-performance, easy-to-learn, fast-to-code, production-ready, Python 3.6+ framework for building APIs based on standard Python type hints. While it might not be as established as some other Python frameworks such as Django, it is already in production ... | md | {
"tags": [
"Python",
"MongoDB",
"Django",
"FastApi"
],
"pageDescription": "Getting started with MongoDB and FastAPI",
"contentType": "Quickstart"
} | Getting Started with MongoDB and FastAPI | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/deploy-mongodb-atlas-aws-cloudformation | created | # How to Deploy MongoDB Atlas with AWS CloudFormation
MongoDB Atlas is the multi-cloud developer data platform that provides an integrated suite of cloud database and data services. We help to accelerate and simplify how you build resilient and performant global applications on the cloud provider of your choice.
AWS ... | md | {
"tags": [
"Atlas",
"AWS"
],
"pageDescription": "Learn how to quickly and easily deploy MongoDB Atlas instances with Amazon Web Services (AWS) CloudFormation.",
"contentType": "Tutorial"
} | How to Deploy MongoDB Atlas with AWS CloudFormation | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/nextjs-with-mongodb | created | # How to Integrate MongoDB Into Your Next.js App
> This tutorial uses the Next.js Pages Router instead of the App Router which was introduced in Next.js version 13. The Pages Router is still supported and recommended for production environments.
Are you building your next amazing application with Next.js? Do you wish... | md | {
"tags": [
"JavaScript",
"Next.js"
],
"pageDescription": "Learn how to easily integrate MongoDB into your Next.js application with the official MongoDB package.",
"contentType": "Tutorial"
} | How to Integrate MongoDB Into Your Next.js App | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/build-go-web-application-gin-mongodb-help-ai | created | # How to Build a Go Web Application with Gin, MongoDB, and with the Help of AI
Building applications with Go provides many advantages. The language is fast, simple, and lightweight while supporting powerful features like concurrency, strong typing, and a robust standard library. In this tutorial, we’ll use the popular... | md | {
"tags": [
"MongoDB",
"Go"
],
"pageDescription": "Learn how to build a web application with the Gin framework for Go and MongoDB using the help of Cody AI from Sourcegraph.",
"contentType": "Tutorial"
} | How to Build a Go Web Application with Gin, MongoDB, and with the Help of AI | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/time-series-data-pymongoarrow | created | # Analyze Time-Series Data with Python and MongoDB Using PyMongoArrow and Pandas
In today’s data-centric world, time-series data has become indispensable for driving key organizational decisions, trend analyses, and forecasts. This kind of data is everywhere — from stock markets and IoT sensors to user behavior analyt... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to create and query a time-series collection in MongoDB, and analyze the data using PyMongoArrow and pandas.",
"contentType": "Tutorial"
} | Analyze Time-Series Data with Python and MongoDB Using PyMongoArrow and Pandas | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/storing-binary-data-mongodb-cpp | created | # Storing Binary Data with MongoDB and C++
In modern applications, storing and retrieving binary files efficiently is a crucial requirement. MongoDB enables this with binary data type in the BSON which is a binary serialization format used to store documents in MongoDB. A BSON binary value is a byte array and has a su... | md | {
"tags": [
"Atlas",
"C++"
],
"pageDescription": "Learn how to store binary data to MongoDB using the C++ driver.",
"contentType": "Tutorial"
} | Storing Binary Data with MongoDB and C++ | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/realm-web-sdk | created |
MY MOVIES
| md | {
"tags": [
"JavaScript",
"Realm"
],
"pageDescription": "Send MongoDB Atlas queries directly from the web browser with the Realm Web SDK.",
"contentType": "Quickstart"
} | Realm Web SDK Tutorial | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/bson-data-types-date | created | # Quick Start: BSON Data Types - Date
Dates and times in programming can be a challenge. Which Time Zone is the event happening in? What date format is being used? Is it `MM/DD/YYYY` or `DD/MM/YYYY`? Settling on a standard is important for data storage and then again when displaying the date and time. The recomm... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Working with dates and times can be a challenge. The Date BSON data type is an unsigned 64-bit integer with a UTC (Universal Time Coordinates) time zone.",
"contentType": "Quickstart"
} | Quick Start: BSON Data Types - Date | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/atlas-vector-search-openai-filtering | created | # Leveraging OpenAI and MongoDB Atlas for Improved Search Functionality
Search functionality is a critical component of many modern web applications. Providing users with relevant results based on their search queries and additional filters dramatically improves their experience and satisfaction with your app.
In thi... | md | {
"tags": [
"Atlas",
"JavaScript",
"Node.js",
"AI"
],
"pageDescription": "This article delves into the integration of search functionality in web apps using OpenAI's GPT-4 model and MongoDB's Atlas Vector search. By harnessing the capabilities of AI and database management, we illustrate how to cr... | Leveraging OpenAI and MongoDB Atlas for Improved Search Functionality | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/document-enrichment-and-schema-updates | created | # Document Enrichment and Schema Updates
So your business needs have changed and there’s additional data that needs to be stored within an existing dataset. Fear not! With MongoDB, this is no sweat.
> In this article, I’ll show you how to quickly add and populate additional fields into an existing database collection... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "So your business needs have changed and there’s additional data that needs to be stored within an existing dataset. Fear not! With MongoDB, this is no sweat. In this article, I’ll show you how to quickly add and populate additional fields into an existing database ... | Document Enrichment and Schema Updates | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/serverless-instances-billing-optimize-bill-indexing | created | # How to Optimize Your Serverless Instance Bill with Indexing
Serverless solutions are quickly gaining traction among developers and organizations alike as a means to move fast, minimize overhead, and optimize costs. But shifting from a traditional pre-provisioned and predictable monthly bill to a consumption or usage... | md | {
"tags": [
"Atlas",
"Serverless"
],
"pageDescription": "Shifting from a pre-provisioned to a serverless database can be challenging. Learn how to optimize your database and save money with these best practices.",
"contentType": "Article"
} | How to Optimize Your Serverless Instance Bill with Indexing | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/unique-indexes-quirks-unique-documents-array-documents | created | # Unique Indexes Quirks and Unique Documents in an Array of Documents
We are developing an application to summarize a user's financial situation. The main page of this application shows us the user's identification and the balances on all banking accounts synced with our application.
As we've seen in blog posts and r... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn about how to handle unique documents in an array and some of the surrounding MongoDB unique index quirks.",
"contentType": "Tutorial"
} | Unique Indexes Quirks and Unique Documents in an Array of Documents | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/zero-hero-mrq | created | # From Zero to Hero with MrQ
> The following content is based on a recent episode from the MongoDB Podcast. Want to hear the full conversation? Head over the to episode page!
When you think of online gambling, what do you imagine? Big wins? Even bigger losses? Whatever view you might have in your mind, MrQ is here to... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "MrQ is redefining the online casino gaming industry. Learn more about where the company comes from and where it's going, from CTO Iulian Dafinoiu.",
"contentType": "Article"
} | From Zero to Hero with MrQ | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/serverless-development-aws-lambda-mongodb-atlas-using-java | created | # Serverless Development with AWS Lambda and MongoDB Atlas Using Java
So you need to build an application that will scale with demand and a database to scale with it? It might make sense to explore serverless functions, like those offered by AWS Lambda, and a cloud database like MongoDB Atlas.
Serverless functions ar... | md | {
"tags": [
"Atlas",
"Java",
"Serverless"
],
"pageDescription": "Learn how to build and deploy a serverless function to AWS Lambda that communicates with MongoDB using the Java programming language.",
"contentType": "Tutorial"
} | Serverless Development with AWS Lambda and MongoDB Atlas Using Java | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/full-text-search-mobile-app-mongodb-realm | created | # How to Do Full-Text Search in a Mobile App with MongoDB Realm
Full-text search is an important feature in modern mobile applications, as it allows you to quickly and efficiently access information within large text datasets. This is fundamental for certain app categories that deal with large amounts of text document... | md | {
"tags": [
"Realm",
"C#"
],
"pageDescription": "Learn how to add Full-Text Search (FTS) to your mobile applications using C# with Realm and MongoDB.",
"contentType": "Tutorial"
} | How to Do Full-Text Search in a Mobile App with MongoDB Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/leverage-event-driven-architecture-mongodb-databricks | created | # How to Leverage an Event-Driven Architecture with MongoDB and Databricks
Follow along with this tutorial to get a detailed view of how to leverage MongoDB Atlas App Services in addition to Databricks model building and deployment capabilities to fuel data-driven strategies with real-time events data. Let’s get start... | md | {
"tags": [
"MongoDB",
"Python",
"JavaScript",
"Spark"
],
"pageDescription": "Learn how to develop using an event-driven architecture that leverages MongoDB Atlas and Databricks.",
"contentType": "Tutorial"
} | How to Leverage an Event-Driven Architecture with MongoDB and Databricks | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/mongodb-bigquery-pipeline-using-confluent | created | # Streaming Data from MongoDB to BigQuery Using Confluent Connectors
Many enterprise customers of MongoDB and Google Cloud have the core operation workload running on MongoDB and run their analytics on BigQuery. To make it seamless to move the data between MongoDB and BigQuery, MongoDB introduced Google Dataflow templ... | md | {
"tags": [
"Atlas",
"Google Cloud",
"AI"
],
"pageDescription": "Learn how to set up a data pipeline from your MongoDB database to BigQuery using the Confluent connector.",
"contentType": "Tutorial"
} | Streaming Data from MongoDB to BigQuery Using Confluent Connectors | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/cheat-sheet | created | # MongoDB Cheat Sheet
First steps in the MongoDB World? This cheat sheet is filled with some handy tips, commands, and quick references to get you connected and CRUD'ing in no time!
- Get a free MongoDB cluster in MongoDB Atlas.
- Follow a course in MongoDB University.
## Updates
- September 2023: Updated for M... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "MongoDB Cheat Sheet by MongoDB for our awesome MongoDB Community <3.",
"contentType": "Quickstart"
} | MongoDB Cheat Sheet | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/databricks-atlas-vector-search | created | # How to Implement Databricks Workflows and Atlas Vector Search for Enhanced Ecommerce Search Accuracy
In the vast realm of Ecommerce, customers' ability to quickly and accurately search through an extensive range of products is paramount. Atlas Vector Search is emerging as a turning point in this space, offering a re... | md | {
"tags": [
"Atlas",
"Python",
"Node.js"
],
"pageDescription": "Learn how to implement Databricks Workflows and Atlas Vector Search for your Ecommerce accuracy.",
"contentType": "Tutorial"
} | How to Implement Databricks Workflows and Atlas Vector Search for Enhanced Ecommerce Search Accuracy | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/ruby/getting-started-atlas-ruby-on-rails | created |
<%= yield %>
| md | {
"tags": [
"Ruby",
"Atlas"
],
"pageDescription": "A tutorial showing how to get started with MongoDB Atlas and Ruby on Rails using the Mongoid driver",
"contentType": "Tutorial"
} | Getting Started with MongoDB Atlas and Ruby on Rails | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/atlas-databricks-pyspark-demo | created | # Utilizing PySpark to Connect MongoDB Atlas with Azure Databricks
Data processing is no easy feat, but with the proper tools, it can be simplified and can enable you to make the best data-driven decisions possible. In a world overflowing with data, we need the best methods to derive the most useful information.
The... | md | {
"tags": [
"Python",
"MongoDB",
"Spark"
],
"pageDescription": "This tutorial will show you how to connect MongoDB Atlas to Azure Databricks using PySpark. \n",
"contentType": "Tutorial"
} | Utilizing PySpark to Connect MongoDB Atlas with Azure Databricks | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/utilizing-collection-globbing-provenance-data-federation | created | # Utilizing Collection Globbing and Provenance in Data Federation
A common pattern for users of MongoDB running multi-tenant services is to model your data by splitting your different customers into different databases. This is an excellent strategy for keeping your various customers’ data separate from one another, a... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to model and transform your MongoDB Atlas Cluster data for real-time query-ability with Data Federation.",
"contentType": "Tutorial"
} | Utilizing Collection Globbing and Provenance in Data Federation | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/deploy-mongodb-atlas-aws-cdk-typescript | created | # How to Deploy MongoDB Atlas with AWS CDK in TypeScript
MongoDB Atlas, the industry’s leading developer data platform, simplifies application development and working with data for a wide variety of use cases, scales globally, and optimizes for price/performance as your data needs evolve over time. With Atlas, you can... | md | {
"tags": [
"Atlas",
"TypeScript",
"AWS"
],
"pageDescription": "Learn how to quickly and easily deploy a MongoDB Atlas instance using AWS CDK with TypeScript.",
"contentType": "Tutorial"
} | How to Deploy MongoDB Atlas with AWS CDK in TypeScript | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/query-multiple-databases-with-atlas-data-federation | created | # How to Query from Multiple MongoDB Databases Using MongoDB Atlas Data Federation
Have you ever needed to make queries across databases, clusters, data centers, or even mix it with data stored in an AWS S3 blob? You probably haven't had to do all of these at once, but I'm guessing you've needed to do at least one of ... | md | {
"tags": [
"Atlas",
"AWS"
],
"pageDescription": "Learn how to query from multiple MongoDB databases using MongoDB Atlas Data Federation.",
"contentType": "Tutorial"
} | How to Query from Multiple MongoDB Databases Using MongoDB Atlas Data Federation | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/delivering-near-real-time-single-view-customers-federated-database | created | # Delivering a Near Real-Time Single View into Customers with a Federated Database
So the data within your organization spans across multiple databases, database platforms, and even storage types, but you need to bring it together and make sense of the data that's dispersed. This is referred to as a Single View applic... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Learn how to bring data together from different datasources for a near-realtime view into customer data using the MongoDB Federated Database feature.",
"contentType": "Tutorial"
} | Delivering a Near Real-Time Single View into Customers with a Federated Database | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/automated-continuous-data-copying-from-mongodb-to-s3 | created | # How to Automate Continuous Data Copying from MongoDB to S3
Modern always-on applications rely on automatic failover capabilities and real-time data access. MongoDB Atlas already supports automatic backups out of the box, but you might still want to copy your data into another location to run advanced analytics on yo... | md | {
"tags": [
"Atlas",
"Parquet",
"AWS"
],
"pageDescription": "Learn how to set up a continuous copy from MongoDB into an AWS S3 bucket in Parquet.",
"contentType": "Tutorial"
} | How to Automate Continuous Data Copying from MongoDB to S3 | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/mongodb-apache-airflow | created | # Using MongoDB with Apache Airflow
While writing cron jobs to execute scripts is one way to accomplish data movement, as workflows become more complex, managing job scheduling becomes very difficult and error-prone. This is where Apache Airflow shines. Airflow is a workflow management system originally designed by Ai... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to integrate MongoDB within your Airflow DAGs.",
"contentType": "Tutorial"
} | Using MongoDB with Apache Airflow | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/best-practices-google-cloud-functions-atlas | created | # Best Practices and a Tutorial for Using Google Cloud Functions with MongoDB Atlas
Serverless applications are becoming increasingly popular among developers. They provide a cost-effective and efficient way to handle application logic and data storage. Two of the most popular technologies that can be used together to... | md | {
"tags": [
"Atlas",
"Google Cloud"
],
"pageDescription": "In this article, we'll discuss three best practices for working with databases in Google Cloud Functions.",
"contentType": "Article"
} | Best Practices and a Tutorial for Using Google Cloud Functions with MongoDB Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/stitch-aws-rekognition-images | created | # Using AWS Rekognition to Analyse and Tag Uploaded Images
>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.
Computers can now look at a video or image and know what's... | md | {
"tags": [
"MongoDB",
"JavaScript",
"AWS"
],
"pageDescription": "Use MongoDB with AWS Rekognition to tag and analyse images.",
"contentType": "Article"
} | Using AWS Rekognition to Analyse and Tag Uploaded Images | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/designing-strategy-develop-game-unity-mongodb | created | # Designing a Strategy to Develop a Game with Unity and MongoDB
When it comes to game development, you should probably have some ideas written down before you start writing code or generating assets. The same could probably be said about any kind of development, unless of course you're just messing around and learning... | md | {
"tags": [
"C#",
"Unity"
],
"pageDescription": "Learn how to design a strategy towards developing the next big online game that uses MongoDB.",
"contentType": "Tutorial"
} | Designing a Strategy to Develop a Game with Unity and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/upgrade-fearlessly-stable-api | created | # Upgrade Fearlessly with the MongoDB Stable API
Do you hesitate to upgrade MongoDB, for fear the new database will be incompatible with your existing code?
Once you've written and deployed your MongoDB application, you want to be able to upgrade your MongoDB database at will, without worrying that a behavior change ... | md | {
"tags": [
"MongoDB",
"Python"
],
"pageDescription": "With the Stable API, you can upgrade to the latest MongoDB releases without introducing backward-breaking app changes. Learn what it is and how to use it.",
"contentType": "Tutorial"
} | Upgrade Fearlessly with the MongoDB Stable API | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/influence-search-result-ranking-function-scores-atlas-search | created | # Influence Search Result Ranking with Function Scores in Atlas Search
When it comes to natural language searching, it's useful to know how the order of the results for a query were determined. Exact matches might be obvious, but what about situations where not all the results were exact matches due to a fuzzy paramet... | md | {
"tags": [
"Atlas",
"JavaScript"
],
"pageDescription": "Learn how to influence the score of your Atlas Search results using a variety of operators and options.",
"contentType": "Tutorial"
} | Influence Search Result Ranking with Function Scores in Atlas Search | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/javascript/locator-app-code-example | created | # Find our Devices - A locator app built using Realm
INTRODUCTION
This Summer, MongoDB hosted 112 interns, spread across departments such as MongoDB Cloud, Atlas, and Realm. These interns have worked on a vast array of projects using the MongoDB platform and technologies. One such project was created by two Software ... | md | {
"tags": [
"JavaScript",
"Realm",
"iOS",
"Android"
],
"pageDescription": "Build an example mobile application using realm for iOS and Android",
"contentType": "Code Example"
} | Find our Devices - A locator app built using Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-hackathon-experience | created | # The MongoDB Realm Hackathon Experience
With Covid19 putting an end to in-person events, we wanted to engage directly with developers utilizing the recently announced MongoDB Realm public preview, and so the Realm Hackathon was conceived. This would be MongoDB's first digital Hackathon and we were delighted with the ... | md | {
"tags": [
"Realm"
],
"pageDescription": "In July, MongoDB ran its first digital hackathon for Realm. Our winners, team \"PurpleBlack,\" share their experience of the Hackathon in this guest post.",
"contentType": "Article"
} | The MongoDB Realm Hackathon Experience | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/building-generative-ai-applications-vector-search-open-source-models | created | # Building Generative AI Applications Using MongoDB: Harnessing the Power of Atlas Vector Search and Open Source Models
Artificial intelligence is at the core of what's being heralded as the fourth industrial revolution. There is a fundamental change happening in the way we live and the way we work, and it's happening... | md | {
"tags": [
"Atlas",
"Python",
"AI"
],
"pageDescription": "Learn how to build generative AI (GenAI) applications by harnessing the power of MongoDB Atlas and Vector Search.",
"contentType": "Tutorial"
} | Building Generative AI Applications Using MongoDB: Harnessing the Power of Atlas Vector Search and Open Source Models | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/go/golang-multi-document-acid-transactions | created | # Multi-Document ACID Transactions in MongoDB with Go
The past few months have been an adventure when it comes to getting started with MongoDB using the Go programming language (Golang). We've explored everything from create, retrieve, update, and delete (CRUD) operations, to data modeling, and to change streams. To b... | md | {
"tags": [
"Go"
],
"pageDescription": "Learn how to accomplish ACID transactions and logical sessions with MongoDB and the Go programming language (Golang).",
"contentType": "Quickstart"
} | Multi-Document ACID Transactions in MongoDB with Go | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/awslambda-pymongo | created | # How to Use PyMongo to Connect MongoDB Atlas with AWS Lambda
Picture a developer’s paradise: a world where instead of fussing over hardware complexities, we are free to focus entirely on running and executing our applications. With the combination of AWS Lambda and MongoDB Atlas, this vision becomes a reality.
Arme... | md | {
"tags": [
"Atlas",
"Python",
"AWS",
"Serverless"
],
"pageDescription": "Learn how to leverage the power of AWS Lambda and MongoDB Atlas in your applications. ",
"contentType": "Tutorial"
} | How to Use PyMongo to Connect MongoDB Atlas with AWS Lambda | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-schema-migration | created | # Migrating Your iOS App's Realm Schema in Production
## Introduction
Murphy's law dictates that as soon as your mobile app goes live, you'll receive a request to add a new feature. Then another. Then another.
This is fine if these features don't require any changes to your data schema. But, that isn't always the ca... | md | {
"tags": [
"Realm",
"Swift",
"iOS"
],
"pageDescription": "Learn how to safely update your iOS app's Realm schema to support new functionality—without losing any existing data",
"contentType": "Tutorial"
} | Migrating Your iOS App's Realm Schema in Production | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/node-crud-tutorial | created | # MongoDB and Node.js Tutorial - CRUD Operations
In the first post in this series, I walked you through how to connect to a MongoDB database from a Node.js script, retrieve a list of databases, and print the results to your console. If you haven't read that post yet, I recommend you do so and then return here.
... | md | {
"tags": [
"JavaScript",
"MongoDB"
],
"pageDescription": "Learn how to execute the CRUD (create, read, update, and delete) operations in MongoDB using Node.js in this step-by-step tutorial.",
"contentType": "Quickstart"
} | MongoDB and Node.js Tutorial - CRUD Operations | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/5-year-atlas-anniversary-episode-1-on-ramp | created | # Atlas 5-Year Anniversary Podcast Series Episode 1 - Onramp to Atlas
My name is Michael Lynn, and I’m a developer advocate at MongoDB.
I’m excited to welcome you to this, the first in a series of episodes created to celebrate the five year anniversary of the launch of MongoDB Atlas, our Database as a Service Platfor... | md | {
"tags": [
"Atlas"
],
"pageDescription": "My name is Michael Lynn, and I’m a developer advocate at MongoDB.\n\nI’m excited to welcome you to this, the first in a series of episodes created to celebrate the five year anniversary of the launch of MongoDB Atlas, our Database as a Service Platform.\n\nIn this se... | Atlas 5-Year Anniversary Podcast Series Episode 1 - Onramp to Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/mongodb-charts-embedding-sdk-react | created | # MongoDB Charts Embedding SDK with React
## Introduction
In the previous blog post of this series, we created a React website that was retrieving a list of countries using Axios and a REST API hosted in MongoDB Realm.
In this blog post, we will continue to build on this foundation and create a dashboard with COVID-... | md | {
"tags": [
"Atlas",
"React"
],
"pageDescription": "In this blog post, we are creating a dynamic dashboard using React and the MongoDB Charts Embedding SDK with filters.",
"contentType": "Tutorial"
} | MongoDB Charts Embedding SDK with React | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/paginations-time-series-collections-in-five-minutes | created | # Paginations 1.0: Time Series Collections in five minutes
# Paginations 1.0: Time-Series Collections in 5 Minutes
#
As someone who loves to constantly measure myself and everything around me, I was excited to see MongoDB add dedicated time-series collections in MongoDB 5.0. Previously, MongoDB had been great for ha... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "A brief, animated introduction to what Time-Series data is, why is challenging for traditional database structures and how MongoDB Time-Series Collections are specially adapted to managing this sort of data.",
"contentType": "Article"
} | Paginations 1.0: Time Series Collections in five minutes | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/triggers-tricks-preimage-cass | created | # Triggers Treats and Tricks: Cascade Document Delete Using Triggers Preimage
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 a... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "In this article, we will show you how to use a preimage feature to perform cascading relationship deletes via a trigger - based on the deleted parent document.",
"contentType": "Article"
} | Triggers Treats and Tricks: Cascade Document Delete Using Triggers Preimage | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/5-ways-reduce-costs-atlas | created | # 5 Ways to Reduce Costs With MongoDB Atlas
Now more than ever, businesses are looking for ways to reduce or eliminate costs wherever possible. As a cloud service, MongoDB Atlas is a platform that enables enhanced scalability and reduces dependence on the kind of fixed costs businesses experience when they deploy on p... | md | {
"tags": [
"Atlas"
],
"pageDescription": "Explore five ways to reduce MongoDB Atlas costs.",
"contentType": "Article"
} | 5 Ways to Reduce Costs With MongoDB Atlas | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/atlas/rag-atlas-vector-search-langchain-openai | created | # RAG with Atlas Vector Search, LangChain, and OpenAI
With all the recent developments (and frenzy!) around generative AI, there has been a lot of focus on LLMs, in particular. However, there is also another emerging trend that many are unaware of: the rise of vector stores. Vector stores or vector databases play a cr... | md | {
"tags": [
"Atlas",
"Python",
"AI"
],
"pageDescription": "Learn about Vector Search with MongoDB, LLMs, and OpenAI with the Python programming language.",
"contentType": "Tutorial"
} | RAG with Atlas Vector Search, LangChain, and OpenAI | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/attribute-pattern | created | # Building with Patterns: The Attribute Pattern
Welcome back to the Building with Patterns series. Last time we looked
at the Polymorphic Pattern which covers
situations when all documents in a collection are of similar, but not
identical, structure. In this post, we'll take a look at the Attribute
Pattern.
The Attri... | 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 Attribute Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/kotlin/splash-screen-android | created | # Building Splash Screen Natively, Android 12, Kotlin
> In this article, we will explore and learn how to build a splash screen with SplashScreen API, which was introduced in Android 12.
## What is a Splash Screen?
It is the first view that is shown to a user as soon as you tap on the app icon. If you notice a blank... | md | {
"tags": [
"Kotlin",
"Realm",
"Android"
],
"pageDescription": "In this article, we will explore and learn how to build a splash screen with SplashScreen API, which was introduced in Android 12.",
"contentType": "Code Example"
} | Building Splash Screen Natively, Android 12, Kotlin | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/migrate-azure-cosmosdb-mongodb-atlas-apache-kafka | created | # Migrate from Azure CosmosDB to MongoDB Atlas Using Apache Kafka
## Overview
When you are the best of breed, you have many imitators. MongoDB is no different in the database world. If you are reading this blog, you are most likely an Azure customer that ended up using CosmosDB.
You needed a database that could ha... | md | {
"tags": [
"Atlas",
"JavaScript",
"Kafka"
],
"pageDescription": "Learn how to migrate your data in Azure CosmosDB to MongoDB Atlas using Apache Kafka.",
"contentType": "Tutorial"
} | Migrate from Azure CosmosDB to MongoDB Atlas Using Apache Kafka | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/paginations-why-choose-mongodb | created | # Paginations 2.0: Why I Would Choose MongoDB
# Paginations 2.0: Why I Would Choose MongoDB
I've been writing and designing large scale, multi-user, applications with database backends since 1995, as lead architect for intelligence management systems, text mining, and analytics platforms, and as a consultant working ... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Distinguished Engineer and 25 year NoSQL veteran John Page explains in 5 minutes why MongoDB would be his first choice for building a multi-user application.",
"contentType": "Article"
} | Paginations 2.0: Why I Would Choose MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/bson-data-types-objectid | created | # Quick Start: BSON Data Types - ObjectId
In the database world, it is frequently important to have unique identifiers associated with a record. In a legacy, tabular database, these unique identifiers are often used as primary keys. In a modern database, such as MongoDB, we need a unique identifier in an `_id` f... | md | {
"tags": [
"MongoDB",
"JavaScript"
],
"pageDescription": "MongoDB provides an automatic unique identifier for the _id field in the form of an ObjectId data type.",
"contentType": "Quickstart"
} | Quick Start: BSON Data Types - ObjectId | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/hidden-indexes | created | # Optimize and Tune MongoDB Performance with Hidden Indexes
MongoDB 4.4 is the biggest release of MongoDB to date and is available in beta right now. You can try out it out in MongoDB Atlas or download the development release. There is so much new stuff to talk about ranging from new features like custom aggregation ... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "Learn how to optimize and fine tune your MongoDB performance with hidden indexes.",
"contentType": "Tutorial"
} | Optimize and Tune MongoDB Performance with Hidden Indexes | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/designing-developing-2d-game-levels-unity-csharp | created | # Designing and Developing 2D Game Levels with Unity and C#
If you've been keeping up with the game development series that me (Nic Raboy) and Adrienne Tacke have been creating, you've probably seen how to create a user profile store for a game and move a player around on the screen with Unity.
To continue with the s... | md | {
"tags": [
"C#",
"Unity"
],
"pageDescription": "Learn how to use Unity tilemaps to create complex 2D worlds for your game.",
"contentType": "Tutorial"
} | Designing and Developing 2D Game Levels with Unity and C# | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/generate-mql-with-mongosh-and-openai | created | # Generating MQL Shell Commands Using OpenAI and New mongosh Shell
# Generating MQL Shell Commands Using OpenAI and New mongosh Shell
OpenAI is a fascinating and growing AI platform sponsored by Microsoft, allowing you to digest text cleverly to produce AI content with stunning results considering how small the “lear... | md | {
"tags": [
"MongoDB",
"AI"
],
"pageDescription": "Learn how new mongosh external modules can be used to generate MQL language via OpenAI engine. Transform simple text sentences into sophisticated queries. ",
"contentType": "Article"
} | Generating MQL Shell Commands Using OpenAI and New mongosh Shell | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/introduction-realm-sdk-android | created | # Introduction to the Realm SDK for Android
This is a beginner article where we introduce you to the Realm Android SDK, dive through its features, and illustrate development of the process with a demo application to get you started quickly.
In this article, you will learn how to set up an Android application with the... | md | {
"tags": [
"Realm",
"Kotlin",
"Android"
],
"pageDescription": "Learn how to use the Realm SDK with Android.",
"contentType": "Tutorial"
} | Introduction to the Realm SDK for Android | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/computed-pattern | created | # Building with Patterns: The Computed Pattern
We've looked at various ways of optimally storing data in the **Building
with Patterns** series. Now, we're going to look at a different aspect
of schema design. Just storing data and having it available isn't,
typically, all that useful. The usefulness of data becomes mu... | 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 Computed Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-sync-in-use-with-swiftui-chat-app-meetup | created | # Realm Sync in Use — Building and Architecting a Mobile Chat App Meetup
Didn't get a chance to attend the Realm Sync in use - building and architecting a Mobile Chat App Meetup? Don't worry, we recorded the session and you can now watch it at your leisure to get you caught up.
>Realm Sync in Use - Building and Archi... | md | {
"tags": [
"Realm",
"Swift"
],
"pageDescription": "Missed Realm Sync in use — building and architecting a Mobile Chat App meetup event? Don't worry, you can catch up here.",
"contentType": "Tutorial"
} | Realm Sync in Use — Building and Architecting a Mobile Chat App Meetup | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/languages/java/java-change-streams | created | # Java - Change Streams
## Updates
The MongoDB Java quickstart repository is available on GitHub.
### February 28th, 2024
- Update to Java 21
- Update Java Driver to 5.0.0
- Update `logback-classic` to 1.2.13
### November 14th, 2023
- Update to Java 17
- Update Java Driver to 4.11.1
- Update mongodb-crypt to 1.8.... | md | {
"tags": [
"Java",
"MongoDB"
],
"pageDescription": "Learn how to use the Change Streams using the MongoDB Java Driver.",
"contentType": "Quickstart"
} | Java - Change Streams | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/psc-interconnect-and-global-access | created | # Introducing PSC Interconnect and Global Access for MongoDB Atlas
In an era of widespread digitalization, businesses operating in critical sectors such as healthcare, banking and finance, and government face an ever-increasing threat of data breaches and cyber-attacks. Ensuring the security of data is no longer just ... | md | {
"tags": [
"Atlas",
"Google Cloud"
],
"pageDescription": "PSC is a cloud networking solution that provides secure access to services within a VPC. Read about the newly announced support for PSC Interconnect and Global access for MongoDB.",
"contentType": "Article"
} | Introducing PSC Interconnect and Global Access for MongoDB Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/nairobi-stock-exchange-web-scrapper | created | # Nairobi Stock Exchange Web Scraper
Looking to build a web scraper using Python and MongoDB for the Nairobi Stock Exchange? Our comprehensive tutorial provides a step-by-step guide on how to set up the development environment, create a Scrapy spider, parse the website, and store the data in MongoDB.
We also cover b... | md | {
"tags": [
"Atlas",
"Python"
],
"pageDescription": "A step-by-step guide on how to set up the development environment, create a Scrapy spider, parse the website, and store the data in MongoDB",
"contentType": "Tutorial"
} | Nairobi Stock Exchange Web Scraper | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/realm/introducing-realm-flutter-sdk | created | # Introducing the Realm Flutter SDK
> This article discusses the alpha version of the Realm Flutter SDK which is now in public preview with more features and functionality. Learn more here."
Today, we are pleased to announce the next installment of the Realm Flutter SDK – now with support for Windows, macOS, iOS, and... | md | {
"tags": [
"Realm",
"Dart",
"Flutter"
],
"pageDescription": "Announcing the next installment of the Realm Flutter SDK – now with support for Windows, macOS, iOS, and Android.",
"contentType": "News & Announcements"
} | Introducing the Realm Flutter SDK | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/streaming-data-apache-spark-mongodb | created | # Streaming Data with Apache Spark and MongoDB
MongoDB has released a version 10 of the MongoDB Connector for Apache Spark that leverages the new Spark Data Sources API V2 with support for Spark Structured Streaming.
## Why a new version?
The current version of the MongoDB Spark Connector was originally written in 2... | md | {
"tags": [
"Python",
"Connectors",
"Spark",
"AI"
],
"pageDescription": "MongoDB has released a new spark connector, MongoDB Spark Connector V10. In this article, learn how to read from and write to MongoDB through Spark Structured Streaming.",
"contentType": "Article"
} | Streaming Data with Apache Spark and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/announcing-realm-cplusplus-sdk-alpha | created | # Announcing the Realm C++ SDK Alpha
Today, we are excited to announce the Realm C++ SDK Alpha and the continuation of the work toward a private preview. Our C++ SDK was built to address increasing demand — for seamless data management and on-device data storage solutions — from our developer community in industries s... | md | {
"tags": [
"Realm",
"C++"
],
"pageDescription": "Today, we are excited to announce the Realm C++ SDK Alpha and the continuation of the work toward a private preview.",
"contentType": "Article"
} | Announcing the Realm C++ SDK Alpha | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/guide-working-esg-data | created | # The 5-Minute Guide to Working with ESG Data on MongoDB
MongoDB makes it incredibly easy to work with environmental, social, and corporate governance (ESG) data from multiple providers, analyze that data, and then visualize it.
In this quick guide, we will show you how MongoDB can:
* Move ESG data from different da... | md | {
"tags": [
"MongoDB"
],
"pageDescription": "In this quick guide, we will show you how MongoDB can move ESG data from different data sources to the document model, and more!\n",
"contentType": "Tutorial"
} | The 5-Minute Guide to Working with ESG Data on MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/javascript/node-aggregation-framework-3-3-2 | created | # Aggregation Framework with Node.js 3.3.2 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.... | md | {
"tags": [
"JavaScript",
"MongoDB"
],
"pageDescription": "Discover how to analyze your data using MongoDB's Aggregation Framework and Node.js.",
"contentType": "Quickstart"
} | Aggregation Framework with Node.js 3.3.2 Tutorial | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/csharp/crypto-news-website | created | # Building a Crypto News Website in C# Using the Microsoft Azure App Service and MongoDB Atlas
Who said creating a website has to be hard?
Writing the code, persisting news, hosting the website. A decade ago, this might have been a lot of work. These days, thanks to Microsoft Blazor, Microsoft Azure App Service, and ... | md | {
"tags": [
"C#",
"MongoDB",
".NET",
"Azure"
],
"pageDescription": "This article by Dominic Frei will lead you through creating your first Microsoft Blazor server application and deploying it to Microsoft Azure.",
"contentType": "Tutorial"
} | Building a Crypto News Website in C# Using the Microsoft Azure App Service and MongoDB Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/building-remix-applications | created | # Building Remix Applications with the MongoDB Stack
The JavaScript ecosystem has stabilized over the years. There isn’t a new framework every other day, but some interesting projects are still emerging. Remix is one of those newer projects that is getting a lot of traction in the developer communities. Remix is based... | md | {
"tags": [
"MongoDB",
"JavaScript"
],
"pageDescription": "In this tutorial, you will learn how to use Remix with MongoDB using the new MongoDB-Remix stack.",
"contentType": "Article"
} | Building Remix Applications with the MongoDB Stack | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/intro-to-realm-sdk-for-unity3d | created | # Introduction to the Realm SDK for Unity3D
In this video, Dominic Frei, iOS engineer on the Realm team, will
introduce you to the Realm SDK for Unity3D. He will be showing you how
to integrate and use the SDK based on a Unity example created during the
video so that you can follow along.
The video is separated into ... | md | {
"tags": [
"Realm",
"Unity"
],
"pageDescription": "In this video, Dominic Frei, iOS engineer on the Realm team, will introduce you to the Realm SDK for Unity3D",
"contentType": "News & Announcements"
} | Introduction to the Realm SDK for Unity3D | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/go/get-hyped-using-docker-go-mongodb | created | # Get Hyped: Using Docker + Go with MongoDB
In the developer community, ensuring your projects run accurately regardless of the environment can be a pain. Whether it’s trying to recreate a demo from an online tutorial or working on a code review, hearing the words, “Well, it works on my machine…” can be frustrating. I... | md | {
"tags": [
"Go",
"Docker"
],
"pageDescription": "Learn how to create and deploy Golang-powered micro-services that interact with MongoDB using Docker.",
"contentType": "Tutorial"
} | Get Hyped: Using Docker + Go with MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/ionic-realm-web-app-convert-to-mobile-app | created | # Let’s Give Your Realm-Powered Ionic Web App the Native Treatment on iOS and Android!
Realm is an open-source, easy-to-use local database that helps mobile developers to build better apps, faster. It offers a data synchronization service—MongoDB Realm Sync—that makes it simple to move data between the client and Mong... | md | {
"tags": [
"Realm",
"JavaScript",
"GraphQL",
"React"
],
"pageDescription": "We can convert a existing Ionic React Web App that saves data in MongoDB Realm using Apollo GraphQL into an iOS and Android app using a couple commands, and the three apps will share the same MongoDB Realm backend. Also, ... | Let’s Give Your Realm-Powered Ionic Web App the Native Treatment on iOS and Android! | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-flexible-sync-preview | created | # A Preview of Flexible Sync
> Atlas Device Sync's flexible sync mode is now GA. Learn more here.
## Introduction
When MongoDB acquired Realm in 2019, we knew we wanted to give developers the easiest and fastest way to synchronize data on-device with a backend in the cloud.
:youtube]{vid=6WrQ-f0dcIA}
In an offline... | md | {
"tags": [
"Realm",
"React Native",
"Mobile"
],
"pageDescription": "Flexible Sync lets developers start writing code that syncs data more quickly – allowing you to choose which data is synced via a language-native query and to change the queries that define your syncing data at any time.",
"content... | A Preview of Flexible Sync | 2024-05-20T17:32:23.500Z |
devcenter | https://www.mongodb.com/developer/code-examples/python/python-quickstart-tornado | created | # Getting Started with MongoDB and Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. Because Tornado uses non-blocking network I/O, it is ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
... | md | {
"tags": [
"Python"
],
"pageDescription": "Getting Started with MongoDB and Tornado",
"contentType": "Code Example"
} | Getting Started with MongoDB and Tornado | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/querying-price-book-data-federation | created | # Querying the MongoDB Atlas Price Book with Atlas Data Federation
As a DevOps engineer or team, keeping up with the cost changes of a continuously evolving cloud service like MongoDB Atlas database can be a daunting task. Manual monitoring of pricing information can be laborious, prone to mistakes, and may result in ... | md | {
"tags": [
"Atlas"
],
"pageDescription": "In this article, we will demonstrate how to leverage Atlas Data Federation to query and visualize the MongoDB Atlas price book as a real-time data source.",
"contentType": "Article"
} | Querying the MongoDB Atlas Price Book with Atlas Data Federation | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/automate-automation-mongodb-atlas | created | # Automate the Automation on MongoDB Atlas
MongoDB Atlas is an awesome Cloud Data Platform providing an immense amount of automation to set up your databases, data lakes, charts, full-text search indexes, and more across all major cloud providers around the globe. Through the MongoDB Atlas GUI, you can easily deploy a... | md | {
"tags": [
"Atlas",
"Postman API"
],
"pageDescription": "Build your own automation with MongoDB Atlas API resources.",
"contentType": "Article"
} | Automate the Automation on MongoDB Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/bucket-pattern | created | # Building with Patterns: The Bucket Pattern
In this edition of the *Building with Patterns* series, we're going to
cover the Bucket Pattern. This pattern is particularly effective when
working with Internet of Things (IoT), Real-Time Analytics, or
Time-Series data in general. By *bucketing* data together we make it
e... | 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 Bucket Pattern | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/code-examples/python/song-recommendations-example-app | created | # A Spotify Song and Playlist Recommendation Engine
## Creators
Lucas De Oliveira, Chandrish Ambati, and Anish Mukherjee from University of San Francisco contributed this amazing project.
## Background to the Project
In 2018, Spotify organized an Association for Computing Machinery (ACM) RecSys Challenge where they p... | md | {
"tags": [
"Python",
"MongoDB",
"Spark",
"AI"
],
"pageDescription": "Python code example application for Spotify playlist and song recommendations using spark and tensorflow",
"contentType": "Code Example"
} | A Spotify Song and Playlist Recommendation Engine | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/farm-stack-fastapi-react-mongodb | created | # Introducing FARM Stack - FastAPI, React, and MongoDB
When I got my first ever programming job, the LAMP (Linux, Apache, MySQL, PHP) stack—and its variations#Variants)—ruled supreme. I used WAMP at work, DAMP at home, and deployed our customers to SAMP. But now all the stacks with memorable acronyms seem to be very J... | md | {
"tags": [
"Python",
"JavaScript",
"FastApi"
],
"pageDescription": "Introducing FARM Stack - FastAPI, React, and MongoDB",
"contentType": "Article"
} | Introducing FARM Stack - FastAPI, React, and MongoDB | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/improve-your-apps-search-results-with-auto-tuning | created | # Improve Your App's Search Results with Auto-Tuning
Historically, the only way to improve your app’s search query relevance is through manual intervention. For example, you can introduce score boosting to multiply a base relevance score in the presence of particular fields. This ensures that searches where a key pres... | md | {
"tags": [
"Atlas"
],
"pageDescription": "This blog will cover how to leverage synonyms to create a feedback loop that is self-tuning, in order to deliver incrementally more relevant search results to your users.",
"contentType": "Tutorial"
} | Improve Your App's Search Results with Auto-Tuning | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/mongodb/time-series-candlestick-sma-ema | created | # Currency Analysis with Time Series Collections #2 — Simple Moving Average and Exponential Moving Average Calculation
## Introduction
In the previous post, we learned how to group currency data based on given time intervals to generate candlestick charts to perform trend analysis. In this article, we’ll learn how th... | md | {
"tags": [
"MongoDB",
"JavaScript"
],
"pageDescription": "Time series collections part 2: How to calculate Simple Moving Average and Exponential Moving Average \n\n",
"contentType": "Tutorial"
} | Currency Analysis with Time Series Collections #2 — Simple Moving Average and Exponential Moving Average Calculation | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/auto-pausing-inactive-clusters | created | # Auto Pausing Inactive Clusters
# Auto Pausing Inactive Clusters
## Introduction
A couple of years ago I wrote an article on how to pause and/or scale clusters using scheduled triggers. This article represents a twist on that concept, adding a wrinkle that will pause clusters across an entire organization based on i... | md | {
"tags": [
"Atlas"
],
"pageDescription": "One of Atlas' many great features is that it provides you the ability to pause clusters that are not currently needed, which primarily includes non-prod environments. This article shows you how to automatically pause clusters that go unused for a any period of time t... | Auto Pausing Inactive Clusters | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/document-swift-powered-frameworks-using-docc | created | # Document our Realm-Powered Swift Frameworks using DocC
## Introduction
In the previous post of this series we added Realm to a really simple Binary Tree library. The idea was to create a Package that, using Realm, allowed you to define binary trees and store them locally.
Now we have that library, but how will any... | md | {
"tags": [
"Realm",
"Swift"
],
"pageDescription": "Learn how to use the new Documentation Compiler from Apple, DocC, to create outstanding tutorials, how-tos and explain how your Frameworks work.",
"contentType": "Article"
} | Document our Realm-Powered Swift Frameworks using DocC | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/realm-javascript-v12 | created | # What to Expect from Realm JavaScript v12
The Realm JavaScript team has been working on Realm JavaScript version 12 for a while. We have released a number of prereleases to gain confidence in our approach, and we will continue to do so as we uncover and fix issues. We cannot give a date for when we will have the fina... | md | {
"tags": [
"Realm",
"TypeScript",
"JavaScript"
],
"pageDescription": "The Realm JavaScript team has been working on Realm JavaScript version 12 for a while, and we'd like to give you a brief introduction to what to expect.",
"contentType": "Article"
} | What to Expect from Realm JavaScript v12 | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/atlas/build-your-own-function-retry-mechanism-with-realm | created | # Build Your Own Function Retry Mechanism with Realm
## What is Realm?
Wondering what it's all about? Realm is an object-oriented data model database that will persist data on disk, doesn’t need an ORM, and lets you write less code with full offline capabilities… but Realm is also a fully-managed back-end service t... | md | {
"tags": [
"Atlas"
],
"pageDescription": "This tutorial is born to show how we can create a retry mechanism for our functions. Realm Functions allow you to define and execute server-side logic for your application. You can call functions from your client applications as well as from other functions and in JS... | Build Your Own Function Retry Mechanism with Realm | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/languages/python/farm-stack-authentication | created | # Adding Authentication to Your FARM Stack App
>If you have not read my Introduction to FARM stack tutorial, I would urge you to do that now and then come back. This guide assumes you have already read and understood the previous article so some things might be confusing or opaque if you have not.
An important part o... | md | {
"tags": [
"Python",
"JavaScript",
"FastApi"
],
"pageDescription": "Adding Authentication to a FARM stack application",
"contentType": "Tutorial"
} | Adding Authentication to Your FARM Stack App | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/building-space-shooter-game-syncs-unity-mongodb-realm | created | # Building a Space Shooter Game in Unity that Syncs with Realm and MongoDB Atlas
When developing a game, in most circumstances you're going to need to store some kind of data. It could be the score, it could be player inventory, it could be where they are located on a map. The possibilities are endless and it's more h... | md | {
"tags": [
"Realm",
"C#",
"Unity",
".NET"
],
"pageDescription": "Learn how to build a space shooter game that synchronizes between clients and the cloud using MongoDB, Unity, and Atlas Device Sync.",
"contentType": "Tutorial"
} | Building a Space Shooter Game in Unity that Syncs with Realm and MongoDB Atlas | 2024-05-20T17:32:23.501Z |
devcenter | https://www.mongodb.com/developer/products/realm/migrate-to-realm-kotlin-sdk | created | # Migrating Android Apps from Realm Java SDK to Kotlin SDK
## Introduction
So, it's here! The engineering team has released a major milestone of the Kotlin
SDK. The preview is available to
you to try it and make comments and suggestions.
Until now, if you were using Realm in Android, you were using the Java version ... | md | {
"tags": [
"Realm",
"Kotlin"
],
"pageDescription": "This is a guide to help you migrate you apps that are using the Realm Java SDK to the newer Realm Kotlin SDK. It covers the most important changes that you need to put in place to use the Kotlin SDK.",
"contentType": "Article"
} | Migrating Android Apps from Realm Java SDK to Kotlin SDK | 2024-05-20T17:32:23.500Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.