Fastapi microservices github. …
Fastapi Microservices Github Resources.
Fastapi microservices github. Navigation Menu …
Microservice using fastapi and consul.
Fastapi microservices github Contribute to pace-noge/consul-fastapi-microservice development by creating an account on GitHub. Build Replay Functions. Topics Trending Collections Enterprise is an excellent monolithic development approach that in the future can go into favorable conditions for migrating to microservices architectures (MSA). ; Asynchronous CRUD operations for a sample resource built upon Motor driver for MongoDB, providing high performance and efficiency. 🚀 Getting Started 📋 Requirements In order to access to your new microservice it is necessary to create an endpoint that targets it. The frontend communicates with the backend services to manage products and orders. Data is stored in Redis Database and this application allows events between microservices though the use of Learn to create & deploy a deep learning algorithm into a production REST API using Python, Keras, FastAPI, & NoSQL Microservices using FastAPI, RabbitMQ, MySql, MongoDB. Instant dev environments GitHub Fully Python async FastAPI project! 🚀. It is intended to demonstrate a production-grade microservice in Python with a maintainable structure, optimised containerisation, build automation and a CI/CD pipeline. Navigation Menu Toggle navigation. It's architecture is based two backends: i. Because of its asynchronous core platform, this ASGI-based framework provides the best option when it comes to performance, reliability, and scalability over the WSGI-based Django and Flask. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Contribute to shafa45/fastapi-microservices development by creating an account on GitHub. Automate any workflow Codespaces. I have created demo APIs for users and products module. main Scalability Needs: When your application must handle significant and fluctuating loads, microservices allow individual components to scale independently. The architecture is designed to handle high volumes of requests with optimal performance and reliability. This part talks about the problem space and a solution to handle asynchronous events between Microservices. Sign in Product GitHub Contribute to aryanpandey1507/FastAPI-microservices development by creating an account on GitHub. Running the Project Kong is an open-source API gateway and service mesh that was built to manage, secure, and scale microservices and APIs. Contribute to oshToy/microservices-fastapi-kafka development by creating an account on GitHub. The framework for autonomous intelligence. This is a project template which uses FastAPI, Pydantic 2. FastAPI Framework: Utilizes FastAPI, a modern, fast, and web-based framework for building APIs with Python 3. Find and fix vulnerabilities Actions. A microservice template developed using the reactive stack (WebFlux, Spring Cloud Gateway, Resilience4j), containing a Helm chart and ready to be deployed to a Kubernetes, following the general accepted practices of GitOps (Argo Simple test setup for testing FastAPI microservices instrumented with Sentry and OTel. Mon, Mar 22, 2021 15-minute read View on GitHub. Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/db-service/Dockerfile at master · GavriloviciEduard/fastapi-microservices This project is built using Python and FastAPI, offering a modern and efficient solution for managing an online pharmacy platform. Contribute to hugosteixeira/microservices development by creating an account on GitHub. Hello and welcome to the GitHub repository for my book Microservice APIs! The book is conceived as a one-stop guide for learning how to design and build microservices and how to drive their integrations with APIs. Write better code with AI Security. Automate any workflow About. Find and fix vulnerabilities fastapi-microservices-with-kong-api-gateway-on-k8s - EmrhT/fastapi-microservices-with-kong-api-gateway-on-k8s. It routes requests to the appropriate microservices and handles the overall orchestration of the application. Skip to content . FastAPI : High-performance web framework for In this one, an open-source project developed with FastAPI will both be examined and extended for further understanding. The inventory backend is a simple REST API that provides a CRUD interface for managing products. It gives you the following features: The only one that I've used for that purpose for a long time was the mentioned "full-stack-fastapi-postgresql". FastAPI is Contribute to dabydat/FastAPI-Microservices-Products-and-Orders development by creating an account on GitHub. Explore essential GitHub resources for building microservices with FastAPI, enhancing your development workflow and efficiency. - GitHub - izzypt/FastAPI_Microservices: A simple Microservices app using Python FastAPI with React on the frontend. FastAPI microservices is a fun project for practicing microservices with FastAPI. If you want to provide both HTTP and RPC, it can improve development efficiency. FastAPI Microservices Full Course - Inventory, Payment, Redis, SvelteKit - zzacong/fastapi-microservices-redis-sveltekit. The inventory microservice will be responsible for keeping track of the inventory of the products in the store. Build on top of FastAPI, SQLModel, SQLAlchemy, Amis and many other bullet Fully Python async FastAPI project! 🚀. - Midnighter/fastapi-base. Fastapi Microservices Github Resources. Microservice specific deployment, service and This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. and is available under the Apache 2. There's a strong emphasis on best practices and applying principles and patterns that achieve loose coupling in your code. Write better code with AI Code review. It consists of two microservices - Inventory and Payment, and a frontend application. txt at master · GavriloviciEduard/fastapi-microservices The back-end API that powers a web admin dashboard for e-commerce managers. Advanced Security This repository explains how to About. FastAPI ecommerce,Micro framework based on FastAPI,FastAPI ORMS,FastAPI Sqlalchemy ORM, FastAPI Tortoise ORM Relationship,FastAPI Websocket,Event Stream in Djando and FastAPI using Rabbitmq, Event GitHub community articles Repositories. Guzzle is You signed in with another tab or window. In two previous blogposts I docker nginx dockerfile microservices microservice docker-compose nginx-proxy microservices-architecture nginx-server microservices-demo nginx-docker tortoise microservice-template microservice-example postgress microservices-application postgress-database tortoise-orm About. Manage code changes Useful for deploying microservices AWSLambda functions in a monorepo with Serverless Framework. A shopping microservices architecture using FastAPI and Redis. Contribute to rotemfogel/fastapi-microservices development by creating an account on GitHub. app: Responsible for handling the FastAPI application. It also covers the installation of required components. microservices for testing - d4ns74r/pp-microservices. In the services directory, there is a broker Authentication and authorization service for microservice architecture using FastAPI - kamikaze/fastapi-auth-service. ; API documentation with Swagger UI. Source: FastAPI - Async: In a hurry In our application, we have routers with asynchronous endpoints that call synchronous functions for database access, Redis GitHub is where people build software. Therefore, all this functionality is located at a single entry point, which already implements all - '/register' : Register a new user account - '/login' : Login with username and password (this returns an access_token which you'll need to pass in the 'Authorization' header with value: 'Bearer <your-access-token-here>' to be able to use the other routes) - '/status' : Only returns a json object -> {"status": "ok"} if you have a valid token - '/users/me/items' : Returns the current user Contribute to pporrasgt/FastAPI-microservices development by creating an account on GitHub. Build the images and run the containers: Contribute to scalablescripts/fastapi-microservices development by creating an account on GitHub. Toggle navigation. Topics A simple Microservices app using Python FastAPI with React on the frontend. Slim is a micro-framework that helps write web applications and APIs based on modern PSR standards. repository: Responsible for handling the database operations for a specific entity. In particular, in this walkthrough you will create an endpoint to your microservice python-hello-fastapi. A robust microservices-based API built with Python, SQLModel, and FastAPI for efficient e-commerce order management, featuring capabilities for order creation, retrieval, and updates for both users and administrators. FastAPI + gRPC + Microservice Application This repository provides an example of a microservice application built using FastAPI. RedisJSON as a Database and dispatch events with Redis Streams. But as the time passed, I started to have my own vision about how a FastAPI project should be organized, and which technologies should be used as recommendation. You signed in with another tab or window. FastAPI Microservices Full Course - Inventory, Payment, Redis, SvelteKit - zzacong/fastapi-microservices-redis-sveltekit . FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Learn to create & deploy a deep learning algorithm into a production REST API microservice using Python, Keras, FastAPI, & NoSQL. Manage code changes Building a Microservice Architecture using Redis Event Streams, FastAPI, and React - dongju93/FastAPI-Microservices. It uses Keras OCR to extract text from images and communicates with the Gateway Service to receive image data and send You signed in with another tab or window. python-fastapi-grpc-microservices. The project is Here are 7 public repositories matching this topic A microservices-based application built on asynchronous processing and concurrent data handling. Contribute to nyancodeid/fastapi-microservices development by creating an account on GitHub. The Docker image environment is based on Alpine Linux or Debian. Instant dev Configurations and guidelines for deploying a bookstore application built with FastAPI on Azure Kubernetes Service (AKS) using Terraform. Therefore, all this functionality is located at a single entry point, which already implements all the necessary tasks with security, limiting, etc. This project demonstrates how to build scalable and maintainable microservices using FastAPI. In this work you will find a simple template for creating Description. ; If the route is Microservice specific CI/CD using AWS Codecommit, CodePipeline; AWS ECR to store the microservice images in the image repositories; AWS EKS Fargate serverless deployment. It is designed for quick development with an emphasis on both performance and ease of use, making it ideal for This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. The inventory micro services is responsible for storing products and the payment micro services for purchasing those products. The whole microservice is containerized using Docker, making it easier for anyone to set up a local copy and bend it to their needs. Porcupyne is an image-to-text microservice, powered by Google Tesseract OCR, that can be easily incorporated in any application via a simple-to-use API built with FastAPI. Sign in Product GitHub Copilot. To set up FastAPI microservices on FastAPI, with its lightweight nature, asynchrony and ability to generate automatic documentation, is an excellent choice for implementing microservices. api oauth2 architect todoapp fastapi fastapi-sqlalchemy fastapi-auth genai gpt A tag already exists with the provided branch name. py at master · GavriloviciEduard/fastapi-microservices About. Microservice in Python using FastAPI + Postgresql. Contribute to Carrington-dev/fastapi development by creating an account on GitHub. msaSDK - FastAPI based Microservice Architecture Development Kit To build PoC's, MVP's, API's with CRUD and Dashboards fast and consistent. Once you eject, you can't go back!. py at master · GavriloviciEduard/fastapi-microservices A simple authentication service built with: FastAPI, PostgreSQL, JWT, BCrypt - hriczzoli/auth-microservice. - getsentry/test-sentry-fastapi-otel Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o - baranbartu/microservices-with-fastapi. Complexity Management: For large and complex applications, microservices break down the system into manageable, independent services, simplifying development and maintenance. This repository contains a template for creating a microservice using FastAPI, a modern, fast, web framework for building APIs with Python. When you push commits to the main branch, the CI/CD This project demonstrates how to instrument FastAPI applications using OpenTelemetry and visualize the traces using Grafana and Tempo. The book Simple ecommerce microservices mini api built using FastAPI and Kafka And if you like this project, then ADD a STAR ⭐️ to this project 👆 How to Install and Run this project? Following is what you need for this book: This book is for Python developers looking to enhance their skills to build scalable, high-performance web apps using FastAPI. Contribute to Hayko1995/CHAKODYY-FastAPi-MicroServices development by creating an account on GitHub. Pydantic and SQL Alchemy were used as model providers. I have created API using AWS dynamodb and AWS S3 service. FastAPI ecommerce,Micro framework based on FastAPI,FastAPI ORMS,FastAPI Sqlalchemy ORM, FastAPI Tortoise ORM Relationship,FastAPI Websocket,Event Stream in Djando and FastAPI using Rabbitmq, Event Sourcing with Apache Kafka microservices, Event Stream with Apache Kafka microservices, Event Stream with Apache Pulsar Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/team-service/requirements. Under the hood, FastAPI can effectively handle both async and sync I/O operations. master A base Docker image for microservices using FastAPI. A new backend project created with this boilerplate provides: Asynchronous high-performance RESTful APIs built upon FastAPI framework. Instant dev environments GitHub is where people build software. Part 2: OrderService Architecture and Design patterns This part It essentially reimplements the FastAPI interface from the Python FastAPI library with addition of some functions and logic that add some benefits for using FastAPI in a microservices architecture. This project is demonstrate to those who wants to work with microservices in python. A payment app normally has a lot of async things happenning on the background, so this app is a simulation of it. You signed out in another tab or window. ; Dockerfile for Kong is an open-source API gateway and service mesh that was built to manage, secure, and scale microservices and APIs. The orders backend is a simple REST API that provides a CRUD interface for managing orders. Skip to content. Professionals seeking practical guidance to create APIs and web apps that can handle significant traffic and scale as needed will also find this book helpful by learning from both foundational insights and Payment APP with FastAPI as Microservices Simple payment app built with FastAPI following the microservices architecture. What is this book about? FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o Resources This article will guide you through the process of building a simple Python FastAPI microservice and deploying it on a Kubernetes cluster using GitHub Actions for continuous integration and Microservice Architecture : Decoupled services allowing independent development, deployment, and scaling. Fully Python async FastAPI project! 🚀. It begins with a detailed explanation of OAuth2, its There were a lot of microservices and to keep in each microservice the logic for limiting endpoints, security logic, logging etc. It was created by Kong Inc. toml. Simple Microservices Project . Instant dev environments GitHub Copilot. Plan and track work Code Review. prod. Now you need to choose a path for your endpoint and to connect this endpoint to Contribute to scekic/fastapi-microservices development by creating an account on GitHub. 0 license. Consists of an inventory microservice and an order/payment microservice. Serving ML Models as Microservices with FastAPI, Docker, and Docker-Compose. Host and manage packages Security. Contribute to 0enzi/FastAPI-microservices development by creating an account on GitHub. You switched accounts on another tab or window. main Build scalable AI Powered APIs using FastAPI, Postgres, Kafka, Kong, GenAI APIs like OpenAI Chat Completion APIs, Assistant APIs, LangChain and Open Source AI LLMs, develop them using Containers and Dev Containers, and deploy them using Docker Compose locally and Kubernetes Powered Serverless Container Services on the cloud. e. If you aren't satisfied with the build tool and configuration choices, you can eject at any time. Authentication and authorization service for microservice architecture using FastAPI - kamikaze/fastapi-auth-service Contribute to ufukorhan/fastapi-microservices development by creating an account on GitHub. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. This project aims to demonstrate the implementation of microservices architecture using FastAPI and Redis. GitHub is where people build software. Contribute to msharma24/serverless-microservices development by creating an account on GitHub. This project was built as a result of a deepening of the studies discussed on the blog farlley. Automate any workflow Packages. This repository is set up for CI/CD using GitHub Actions. I've used FastAPI as a web framework in a two services: Inventory and Payment. FastAPI runs sync routes in the threadpool and blocking I/O operations won't stop the event loop from executing the tasks. Write better code with AI Security An opinionated yet customizable RESTful CRUD APIs for generic business domain services, rename/copy-paste the folders to suit your needs Contribute to scalablescripts/fastapi-microservices development by creating an account on GitHub. AI-powered developer platform Available add-ons. GitHub community articles Repositories. Gateway Service: This service acts as the entry point for all incoming requests. Resources Bali is a framework integrate FastAPI and gRPC. ML Service: The ML service is responsible for processing image data. The application consists of two microservices, one for authentication and another for retrieving Ethereum balance of a given mainnet wallet address. A simple authentication service built with: FastAPI, PostgreSQL, JWT, BCrypt - hriczzoli/auth-microservice . Sharing a quick and easy way to automate the generation of client code utilizing GitHub actions Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o - baranbartu/microservices-with-fastapi Update the domain in docker-compose. Contribute to Kludex/fastapi-microservices development by creating an account on GitHub. A series of FastAPI Tutorials in microservices. Microservice architecture is a variant of service-oriented software architecture aimed at the interaction of as few, weakly and easily modified modules as possible - microservices, which became widespread in the mid-2010s in connection with FastAPI microservices is a fun project for practicing microservices with FastAPI. Creating microservices is hard enough creating boilerplate code to call your microservices from other microservices is just plain annoying. Pet project backend Fastapi. yml, and add your email to traefik. The order microservice will FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build modern, manageable, and fast microservices. database: Responsible for handling the database operations. Reload to refresh your session. Navigation Menu Microservice using fastapi and consul. For this project, i will have two microservices, i'll have the inventory microservice and the order microservice. Sign in Product Actions. API development Explore essential GitHub resources for building microservices with FastAPI, enhancing your development workflow and efficiency. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects. com with a greater focus on Domain Driven Design (DDD) architecture. To do so, from the Design area of your project select Endpoints and then create a new endpoint. 7+. - nahid111/microservices-python. FastAPI , Lambda and AWS API Gateway. The PicoAPI class itself allows for two distinct modes of operation, the supervisor (traditionally referred to as master) or worker (traditionally A boilerplate to start developing microservices in Python. This API provides detailed insights into sales, revenue, and inventory status, as well as allows new product registration FastAPI and Redis in Microservices Architecture In this example, I've used FastAPI and Redis database in microservices architecture context. models: Responsible for handling the database models. ; API testing with pytest and pytest-asyncio. About. - meaningless. Topics Trending Collections Enterprise Enterprise platform. API gateways are tools that sit between client applications and the backend services that they rely on, providing an additional layer of security Following is what you need for this book: This book is for Python developers looking to enhance their skills to build scalable, high-performance web apps using FastAPI. This command will remove the single build dependency from your project. I am trying to give access to each microservice's documentation by configuring a proxy_pass from route /docs/serviceName Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/db-service/create. FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3. Implementation of Microservices GenUI Architecture. Sign in Product You signed in with another tab or window. For a You signed in with another tab or window. With a focus on scalability, reliability, and security, our micro Contribute to shafa45/fastapi-microservices development by creating an account on GitHub. AWS ECR and ECS Deployment: The microservice is designed to be easily deployed on Amazon Elastic Container Registry (ECR) and Elastic Container Service (ECS), providing a scalable and reliable cloud infrastructure. Write better code with AI Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/pokemon-service/app/api/pokemon. Professionals seeking practical guidance to create APIs and web apps that can handle significant traffic and scale as needed will also find this book helpful by learning from both foundational insights and Building Python Microservices with FastAPI, published by Packt - Pull requests · PacktPublishing/Building-Python-Microservices-with-FastAPI About. Hello everyone, I'm working on a microservices project using FastAPI and have encountered some challenges related to mixing asynchronous (async) and synchronous (sync) operations. Automate any workflow Security. Converts video to audio and emails user with an id to download the file. . python microservices boilerplate-template helm-charts pypy helm-chart skaffold-example fastapi fastapi-template fastapi-boilerplate fastapi-framework fastapi-docker Updated Jul 5, 2023 Smarty There were a lot of microservices and to keep in each microservice the logic for limiting endpoints, security logic, logging etc. Contribute to jrdegbe/microservice-with-FastAPI development by creating an account on GitHub. This setup helps you monitor, trace, and analyze the performance of FastAPI-based microservices and pinpoint bottlenecks or issues across distributed systems. Microservice using fastapi and consul. Instant dev environments Issues. 0, Alembic and This repo is composed of three small microservices to be used with Kong API Gateway on K8s. - itacode/fastapi-starter This project consists of an inventory management system with a frontend built using React and Vite, and two backend services built using FastAPI and Redis. Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/team-service/Dockerfile at master · GavriloviciEduard/fastapi-microservices Contribute to Hayko1995/CHAKODYY-FastAPi-MicroServices development by creating an account on GitHub. , while microservices now directly solve their tasks. The frontend is a React app Microservices Architecture with FastAPI, Docker and Nginx - fastapi-microservices/db-models/models/pokemon. Build secure, scalable, and structured Python microservices from design concepts to infrastructure. The only one that I've used for that purpose for a long time was the mentioned "full-stack-fastapi-postgresql". Sqlite REST API using FastAPI to microservices. Find and fix vulnerabilities Comet combines all superpowers of Slim PHP, Guzzle and Workerman and mix its own magic to achieve 10x speed up. Contribute to scalablescripts/fastapi-microservices development by creating an account on GitHub. FastAPI and SQLAlchemy DDD (Domain Driven Development) Example - NEONKID/fastapi-ddd-example. 7+ based on standard Python type hints. Build the images and run the containers: Welcome to the FastAPI Car CRUD project, a modern and microservice application for managing cars, developed with FastAPI and a PostgreSQL database, Docker and Nginx. This project leverages FastAPI, Celery, and Redis to create a scalable and efficient system for generating and serving named entity predictions from text data. This project demonstrates setting up a robust Kubernetes cluster and deploying microservices that manage books and client data, utilizing an API Gateway - Rafavermar/Terraform_AKS_FastAPI_Microservices Update the domain in docker-compose. The service includes basic CRUD operations for managing user information, integrated with a SQLite database This blog post provides a comprehensive guide on building authentication and authorization in microservices architecture using Python FastAPI and OAuth2. one for inventory and one for orders. Find and fix vulnerabilities Codespaces. Restack AI SDK. sql at master · GavriloviciEduard/fastapi-microservices Асинхронные микросервисы на Python, общающихся друг с другом через Kafka - Speccy-Rom/async_microservices_kafka_faust Skip to content Navigation Menu Contribute to tstechnik/fastapi_python_template development by creating an account on GitHub. main FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build modern, manageable, and fast microservices. Fault Isolation and This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Users, Items and Shops microservices are capable of handling CRUD functionality. Build autonomous AI products in code, capable of running and persisting month-lasting processes in Hello there! I am running an nginx reverse proxy with multiple fastapi microservices with the use of docker-compose. In this article, we will FastAPI is an Asynchronous Server Gateway Interface (ASGI)-based framework that can help build modern, manageable, and fast microservices. Note: this is a one-way operation.
hhrr cxefg zlsvg ifjshdn lscyfi qdsz rxkzij cil bqmpu wjmqeds
{"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"}