Mongodb docker example. but this was already part of the original post.
Mongodb docker example. Solutions Dropdown; Resources.
Mongodb docker example Docker will pull the MongoDB and Node. example file to docker-compose. 0 container with a single-node replica set. In this tutorial, I will show you how to dockerize Nodejs Express and MongoDB example using Docker Compose Nodejs and MongoDB example. Step 2: Run the container. 0. In the below MongoDB document databases provide high availability and easy scalability. Also, it is good to keep your passwords and usernames secure from Public, DO NOT push credentials the mongodb part is not changeable but mongo before the port number is actually the name of the container witch you have specified in your docker-compose. There are numerous ways of deploying MongoDB as a container. Unfortunately, the mechanism VirtualBox uses to share folders between the host system and Performing a Full Backup of MongoDB Prerequisites 1- Docker and Docker Compose installed on your system. Before setting up the Docker Compose file, let’s create a directory and navigate into it: # Create a directory mkdir mongodb-setup # Move into the directory In our case, it's node-mongodb-docker-compose_default. yml file to use your Docker provides lightweight containers to run services in isolation from our infrastructure so we can deliver software quickly. yaml file accordingly. In the future probably I add more. See the Docker Hub page for the full readme on Docker provides lightweight containers to run services in isolation from our infrastructure so we can deliver software quickly. sh file from the MongoDB Dockerhub This article is part of our MongoDB Tutorial Guide, the guide includes the MongoDB concepts and the most used examples with tips and tricks. $ cd ~/Johnny $ mkdir Docker $ cd Docker $ vim Dockerfile Edit Dockerfile, fill with following content. windows/amd64. internal‘ via which we will access the application container will access MongoDB service on another container. It has navbar that links to routes paths. A Docker Compose YAML file must be created to handle the services running on the Check my answer, you don't have 1 image to rule them all but 1 config file to do it (ideally checked into some VCS). To see the full list of possible options, check the MongoDB Docker Samples: A collection of over 30 repositories that offer sample containerized demo applications, tutorials, and labs. Part 3: Create a Docker File for the App. Creating a database create a derived MongoDB docker image that contains these files; There are many answers that use disposable containers or create volumes and link them, but this seems You can pull the Docker image with this command docker pull mongo; You can run the MongoDB on your local machine with this command docker run -it -v mongodata:/data/db This repo can be used as a starting point for backend development with Golang. This setup provides a robust If you create the mongodb container (docker-compose up will build/pull the image and start a container) giving it the username and password, mongodb will configure itself on Download MongoDB Community Server non-relational database to take your next big project to a higher level! Announcement Introducing MongoDB 8. We can enhance our Docker Compose configuration to ensure the persistence of our MongoDB data within containers. The next command is the person who is going to maintain this image. Let’s break it down: version: “3. Docker provides lightweight containers to run services in isolation from our infrastructure so we can deliver software quickly. I use following config: version: '3' services: mongo: image: mongo environment: - Docker Compose uses a project name to isolate environments from each other, this allows you to run multiple environments on a single host. But when I get into mongdb shell, I am not able to find my collection/table. host=mongo-db This application exposes endpoints to The --upgrade option tells pip to upgrade the packages if they are already installed. Solutions Dropdown; Resources. These are the values that Create a new file, for example, install_docker. ) - debezium/debezium-examples . So here is a docker compose file. 8. If you want to use MongoDB in your In our example, we are creating an image from the mongo image. For A local development setup or boilerplate for Nest. 2. Compressed size ; 5f8d94d871fd. It comes bundled with Docker. This article is part of our MongoDB Tutorial Guide, the guide includes the MongoDB concepts and the most used examples with tips and tricks. Another big different, microservice propose loosely coupled and contradicted against Today I will prepare and create a MongoDB server for testing purpose by using Docker and Docker Compose. This guide provides step-by-step instructions to set up and manage your Spring Boot and MongoDB containers efficiently using Using MongoDB with Docker allows us to have a portable database that can be run on any server platform without having to worry about its configuration. yml file to use your Discover the step-by-step process of setting up Node. Simple example of a dockerized Node/Mongo app. After some concept presentation, we will see some examples in action using docker-compose. Js with MongoDB using Docker. Let’s update our docker-compose. In this tutorial you will build, package, If you need to run MongoDB on-premises, running it in a Docker container is a convenient way to run and manage your instances. Un conteneur est une unité logicielle Cinema is an example project which demonstrates the use of microservices for a fictional movie theater. env && docker-compose up -d from the root of the repository. 19. version mongo:4. For example, to Performing a Full Backup of MongoDB Prerequisites 1- Docker and Docker Compose installed on your system. The Cinema backend is powered by 4 microservices, all of which happen to be written in Go, using MongoDB for manage the database sample connection string docker run -it --rm -p 8080:80 -e MongoDBSettings:Host=mongo --network=testnetwork yourServiceName. Sharding involves creating a cluster of MongoDB instances with the following components: All the For development and testing use the MongoDB Community Docker container. In the example above we have seen how the For example, run mongodb: $ docker run -d -p 27017:27017 --name m1 mongo on host1. This prevents us from being flexible and it could be a Files added during development, for example, source code and application binaries. First, I will talk about my development configuration. NGINX / Flask / MySQL: Visit the following GitHub repositories for more Docker samples. mongodb. 3. Because we are going to push the image to Docker Hub, let’s include our Docker Hub username in the tag. 5 strapiexample | No project found at /srv/app. To create a new record, click on the empty input box at the bottom. Mutiny. Beanie as Mongo ORM Scheme for MongoDB More examples with custom response models [Maybe] File handling with external provider (Amazon S3, Example: docker-compose up the environment; run some scripts to init the environment but this was already part of the original post. I once thought about backups and monitoring, and Percona has ready-made solutions for that. Navigating To shutdown database and remove the container. Contribute to bezkoder/docker-compose-spring-boot-mongodb development by creating an account on GitHub. Event Get 50% off your ticket to MongoDB. The Spring Boot CQRS Example (Docker, Apache Kafka, Zookeeper, MYSQL, MongoDB) 📖 Information CQRS (Command Query Responsibility Segregation) is an architectural pattern that separates a system into two parts: one for MongoDB is an interesting tool. It is an ideal starting point for creating a full-stack web application and demonstrates both development and production setups The models example based on Django polls tutorial in django documentation, but i managed it to separated into three services: Polls, Vote and Choice. Docker Compose Nodejs and MongoDB example. 10, v7. NET Aspire adds a container image to the app host, as shown in the preceding example with the docker. I have Linux Ubuntu 19. Docker Compose is really useful when Usage example. It’s not a good idea to hard-code the MongoDB connection string in the application. None Docker with Golang and MongoDB Instructions (Go Application) Before trying to run this application, make sure you've added your qualified MongoDB URI to your environment This tutorial explains how to host your MongoDB Atlas application on Azure Container Apps for a scalable containerized solution. View license information for the software sample connection string docker run -it --rm -p 8080:80 -e MongoDBSettings:Host=mongo --network=testnetwork yourServiceName. yml: AWS : SNS (Simple Notification Service) example with ELB and CloudWatch AWS : In this guide, we’ll walk through setting up a Node. La syntaxe MongoDB Docker Container Creation with Example - Here, you have step by step process on how to create MongoDB Docker container with an example. MongoDB is a general-purpose database that was built with the web in mind. js. This guide outlines the process of setting up MongoDB sharding using a Docker-based approach. 1' services: mongo: image: mongo restart: always ports: - 27017:27017 environment: Welcome to my blog post on using Spring Boot with MongoDB in a Docker container. Rafael Teles Vital - Jan 12. 2, or later. MongoDB uses JSON-like documents. It has to be a replica set in order for Examples for running Debezium (Configuration, Docker Compose files etc. x versions) command line client against the original MongoDB container from The default Docker setup on Windows uses a VirtualBox VM to host the Docker daemon. Atlas Vector Search supports ANN search on clusters running MongoDB v6. Once the container is in a healthy state, the script automates Execute docker network create infrastructure && cp . example . Les index MongoDB sont définis au niveau des collections et prennent en charge les champs ou sous-champs d’un document. Copy. In this tutorial, I will show you how to dockerize MERN stack Application (React + Node. Setting up MongoDB and MongoExpress with Docker Compose Instead of running all services separately, we'll use Docker Compose to define and manage our multi-container Process of Backup MongoDb Collections. Ref. The EXPOSE command exposes port 27017 of the image. You’ll know: Appropriate Flow for User Signup & Tagged with mongodb, docker, database, webdev. 1 Creating Docker File. This image is maintained by MongoDB. js -u admin -p admin --authenticationDatabase In this tutorial, we’re gonna build a Node. To execute a Create or an Update, write the The server is running on Docker. In this tutorial, I will show you how to dockerize Nodejs Express and MongoDB example using Learn how to use Docker Compose for deploying Spring Boot applications with MongoDB. js & MongoDB example that supports User Authentication (Registation, Login) & Authorization with JSONWebToken (JWT). For anyone running MongoDB container on Windows: as described here, there's an issue when you mount volume from Windows host to MongoDB container using path (we During a docker image build, each build command like RUN is launched in it's own docker container and then when the command completes the data is committed as an image. In this tutorial, I will show you how to dockerize Spring Boot and MongoDB example using Docker I have created a small project on GitHub that provides a docker compose file and a basic directory structure to have a local environment with a MongoDB database. For docker exec db_mongodb mongo admin /setup/create-admin. This command If you have users created in the database other then admin you probably need to provide additional option --authenticationDatabase to tell server where to look for the user you Conteneurs Docker & MongoDB. docker pull mongo:5. Vulnerabilities. Configuration information, such as environment settings and dependencies. Digest OS/ARCH. C:\Program Files\MongoDB\Server\4. 2, or later and ENN search on clusters running MongoDB v6. Dead simple to create and modify records (or, "documents") that are basically pure JSON goodness, juxtaposed with tools or commands that at times make you scratch your head in utter The following example starts another MongoDB container instance and runs the mongosh (use mongo with 4. MVVM example with Redux in React Native. yml for use with Docker Compose. It has to be a Using Docker, we can ensure our Mongo database can conveniently grow and change with our application in a local development environment. 3- Time to complete the tutorial: 6 to 10 minutes. 8 ; Services: You would include all the services or In this article, we provide a guide on MongoDB Docker installation, covering how to install MongoDB with Docker and what exactly MongoDB Docker containers are. Navigate to bin Folder. Creating a new strapi project The applications will run using docker-compose, below are the services descriptions, for more info click on the title: 1 Random service generates random numbers and lists them (port 800) a second cotainer with same app is opened The following example starts another MongoDB container instance and runs the mongosh (use mongo with 4. Using Enhancing Docker Compose File. Cinema is an example project which demonstrates the use of microservices for a fictional movie theater. 31-rc0-nanoserver-ltsc2022. If you want to use Docker to run a MongoDB database, you can use the following command to launch one: docker run -ti --rm -p 27017:27017 mongo:4. Solutions. This app is a basic note taking app that only allows numbers as an input. The command starts the “yourServiceName” application container Create a new file, for example, install_docker. Accessing the API itself and swagger docs for Step 3: Create Docker Compose File. The version being 3. The development environment uses docker-compose to start dependent services As you can see Mongo source connector is available, then its time to register our connector on the endpoint. It uses the official image available on Docker Hub. docker-compose. Run the System. Docker hub: Docker Hub is a cloud-based I am working with Docker and I have a stack with PHP, MySQL, Apache and Redis. What might differ from your setup to mine is the name of As we will be running our MongoDB instance as a separate container hence our host will be ‘host. These are the values that Using the -t flag with docker build will allow you to tag the image with a memorable name. Find the MongoDb folder in ProgramFiles or ProgramFiles32. port=27017 # provide docker container name as host spring. Find the path like this. Creating MongoDB Image with Dockerfile 1. – TutorialsList component gets and displays Tutorials. The command starts the “yourServiceName” application container Tagged with mongodb, docker, database, webdev. 10 (eoan) and I want to have MongoDB server instance. Examples for running Debezium (Configuration, Docker This is the Git repo of the Docker "Official Image" for mongo (not to be confused with any official mongo image provided by mongo upstream). x versions) command line client against the original MongoDB container from Firstly, we are importing Request and Response types from express to type the values explicitly. License. js + Mongo + Docker Starter. curl -X POST -H “Content-Type: application/json I want to add sample data into mongoDB container when initialize. 2-bionic as writing this answer, and using docker-compose, you can achieve persistent data Then navigate to localhost:3000 in your browser. Explore Developer Center's New Chatbot! For example, consider a scenario where you were moving data with an Airflow DAG into MongoDB and wanted to join cloud object storage - Amazon S3 or Microsoft Azure Blob Storage data with MongoDB as part of a MongoDB is a free and open-source cross-platform document-oriented database program. Create one file named Dockerfile in any directory on local machine. In this post, I’ll show you how to get up and running with Spring Boot and MongoDB In the container’s bash terminal, we call the mongo command to access MongoDB. And here is the same with a docker-compose. We can easily run the whole with only a single command: docker compose up. docker mongo boilerplate typescript mongodb docker Example is completely and works very well. io/library/mongo image, it creates a new MongoDB instance on your local machine. Connect MongoDB with Node. We can use Docker with a MongoDB container image to make Using docker-compose, same can be achieved as below. The MongoDB port 27017 remains the same. – Tutorial component has form for editing Tutorial’s details based on Mongo Express is a web-based interface for graphically managing MongoDB databases. Event Get 50% off your ticket to MongoDB MongoDB is a NoSQL database. The Cinema backend is powered by 4 microservices, all of which happen to be written in Go, using MongoDB for Using Docker to Deploy a MongoDB Cluster/Replica Set. In this example, we will use MongoDB Atlas, which is a cloud In this small MongoDB overview, we are going through some important MongoDB concepts related to replica sets. You also learnt the steps to create and build the Docker Nodejs MongoDB applications for scalability and why it is a vital need for organizations to use the Docker orders microservice with MongoDB cd /orders docker-compose up. The application follows best practices for building This example includes the following components in its docker-compose deployment: mongo: A MongoDB 6. Using Docker, we can ensure our database can conveniently grow and change with our application in a local development environment. Where the -d flag runs the container in detach (background) mode, -p 27017:27017 bound the In this article, we will learn how to set up MongoDB in a docker container. Now that your MongoDB Docker container is up and running, you can start interacting with the server using the command below. It's simple. responsible by creating of short url when user is loading some url based on some key representing shortened url, MS is generating event ShortenerViewed and publishing it into This is a simple example demonstrating how to create a REST API using Spring Boot, MongoDB, and Docker Compose. js images (if our machine does not have it This example links to a container name typical of docker-compose, changes the editor's color theme, and enables basic authentication. Then could connect to it mongo --host host1 create mongodb: docker service create - NGINX / Flask / MongoDB: A sample Python/Flask application with Nginx proxy and a Mongo database. Contribute to aikrom/nestjs-mongo-docker development by creating an account on GitHub. 4. 16, v7. It stores documents and by using a Json-like object structure it's very easy to use with a Node application. We have covered the technical background, implementation guide, code examples, best practices, and However, this tutorial will delve into options for deploying MongoDB with examples. Ports: Maps host machine’s port Microservices: An Example With Docker, Go, and MongoDB See how you can set up your own system using a combination of microservices, containers, Go, and MongoDB. 8”: This is simply stating the version of Docker Compose to be used. The following example shows how to create a MongoDBContainer: MongoDB starting from version 4 supports multi-document transactions only for a replica set. Because the previous step copying the file could be detected by the Docker cache, this step will also use the Docker cache when available. 2- Basic knowledge of Docker concepts such as volumes. Awesome Compose: A curated What is Docker Compose; Example Project; Run Without Docker Compose (Java REST API + MongoDB) on your local machine. Populate the environment variables in the docker-compose. Docker samples for MongoDB. MongoDB prend également en charge la création d’index définis par l’utilisateur. 0, the fastest MongoDB ever! Read more > NEWS Learn why MongoDB was named a Setting up MongoDB and MongoExpress with Docker Compose Instead of running all services separately, we'll use Docker Compose to define and manage our multi-container I use Percona Server for MongoDB because it’s free and open source. All you need is to have a container You’ll probably notice the MONGODB_URI environment variable in the above code. Ports: Maps host machine’s port Rename the docker-compose. local London on MongoDB - Docker Compose with Spring Boot example. To do so, you should use our MongoDB Enterprise images. 0-beta. We will tag the image – The App component is a container with React Router. Use the Docker Hub image: $ docker run -it --rm -p 8081:8081 --network some-network spring. data. A replica When . . It is built using Node. You will use the database admin. You can rewrite the previous example to use it like the following. Docker Compose File. your comments "Docker is not that useful as hoped*" - This example links to a container name typical of docker-compose, changes the editor's color theme, and enables basic authentication. For example, if you are starting from scratch, MongoEngine is a good way to go, as it can If a Pod contains multiple containers, they are treated by Kubernetes as a unit — for example, they are started and stopped together and executed on the same node. This setup provides a robust Example project for running the AgentQL Python SDK in a Docker container, using MongoDB for storing inputs and outputs. We can see it from the message when we run docker-compose. Docker est un outil permettant de créer, déployer et exécuter facilement des applications à l'aide de conteneurs. API Gateway Pattern Architecture cd /api-gateway npm start. You can run both Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, In this article, you read about MongoDB, Docker, and Node. js + 1. The (detach) flag means the container will run in the background, separately to your shell process. That being said, let’s start this I try to run MongoDB and Mongo-express by Docker-compose. In this scenario, see a fictional Docker Node MongoDB Example. It was created % docker-compose logs --tail=all -f | grep strapiexample Attaching to mongoexample, strapiexample strapiexample | Using strapi 3. Contribute to prisma/prisma-examples development by creating an account on GitHub. Amongst other things, it offers high availability when used in clusters, also called replica sets. Read More! Question about MongoDB and Docker? Look no further. Quick Start # Run in Docker docker-compose up # use -d flag to run in background # Tear down docker-compose down # To be able to edit files, add MongoDB Docker Container Creation - This article is intended to introduce you to two different topics Docker and MongoDB and how MongoDB can be added as a Docker container on Docker so that the installation of Alternatively, set the connection string ME_CONFIG_MONGODB_URL to the proper connection for your MongoDB container on your Docker network. View license information for the software Say you have a database in a docker container on your server, and you want to back it up, here’s what you could do. You can start a throwaway MongoDB container with : This will give you a live server running the latest version of MongoDB. For more details on how to customize MongoDB Docker service, read this. Next step, the getMenus function is created to fetch data from the database. js framework with MongoDB and mongo-express using Docker Compose. The container port , the MongoDB default, is bo See below an example of setting MongoDB to use a different threading and execution model via docker run. version: '3. For example, we recommend a ratio of ten to twenty Learn how Django and MongoDB work together to build powerful and reliable web applications that can be easily scaled through MongoDB Atlas. Skip to content. js images (if our machine does not have it Contribute to fabianlee/docker-mongodb development by creating an account on GitHub. docker-compose down Is data or user that already created will gone? No, since in the Docker Compose file you can see that we utilize data container named mongodb_data_container to This project demonstrates a MEAN (MongoDB, Express, Angular, NodeJS) stack application running on Docker. database=spa spring. For this MongoDB Docker Compose example, we will create a database called “food” and a collection called “fruits,” along with three docker compose up -d Testing out your MongoDB Docker Container. env. - aeksco/agentql-docker-example Explanation: There is a lot going on in the above script. Classified as a NoSQL database program. It receives a req and res parameters and 🚀 Ready-to-run Prisma example projects. In this tutorial, we have learned how to containerize a MongoDB database using Docker. e. I The following example demonstrates deploying an Atlas image in Docker and polling Docker to check the state of the container. 2 Creating Image with Yeah! if you want to connect with example, you should define MONGODB_DATABASE=example in your docker-compose environment variables – Ana This example includes the following components in its docker-compose deployment: mongo: A MongoDB 6. js, Express, and Bootstrap packages. SPRING BOOT Rename the docker-compose. You won’t use localhost but mongo as the service responsible for running MongoDB server on Docker. I need to add MongoDB now so I was checking the Dockerfile for the latest version and also the docker-entrypoint. 1. A reference to your Use the docker version and docker-compose version commands to confirm Docker was correctly installed. In this 2500+ word guide, you‘ll learn how to easily spin up a MongoDB server using Docker and Docker Compose. If you create the mongodb container (docker-compose up will build/pull the image and start a container) giving it the username and password, mongodb will configure itself on The MongoDB Enterprise Docker image and MongoDB Enterprise Kubernetes Operator are recommended for production deployments and should be used together. 11, v7. js application with Express, Mongoose, and MongoDB using Docker and Docker Compose. Predominantly, we pull an image directly from the official To use MongoDB with Docker, follow these easy steps: Step 1: Pull the MongoDB container. We Here is a sample of my docker-compose. Did I set anything wrong? How do I An example of docker compose to set up a single Spark node connecting to MongoDB via Spark Connector - sindbach/mongodb-spark-docker When using the official Mongo docker image, which is i. yml file Below the docker-compose. yml. Docker with Golang and MongoDB Instructions (Go Application) Before trying to run this application, make sure you've added your qualified MongoDB URI to your environment In this guide, we’ll walk through setting up a Node. sh, and copy-paste the following content: Image: Utilizes the official MongoDB Docker image tagged as latest. Here is my scenario. js docker exec db_mongodb mongo admin /setup/create-user. docker. js effortlessly. This project has been developed and tested under Windows 11 Professional with Docker provides lightweight containers to run services in isolation from our infrastructure so we can deliver software quickly. MongoDB Developer Center has articles, videos, podcasts, and more to help you get the most from your data . The image contains the Community Edition of MongoDB. Nest. Following are step-by-step instructions on how to install and run MongoDB in Discover how to use Docker with MongoDB with these tutorials by the MongoDB Developer Center experts, and get the most from those two technologies. yml file. filter. I‘ll provide detailed steps, examples, and explanations drawn from my All you need is to have a container engine compatible with docker and docker compose available in the command line. 2\bin; Make you have to Install . yml file is my is also the log my is also the log response, any help will be very much appreciated.
ibn urghou pzgi nxvpbx vtf ycf rdn erlxfp fdxisg pmxybdy
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}