{"id":38034,"date":"2023-03-06T04:09:14","date_gmt":"2023-03-06T09:39:14","guid":{"rendered":"https:\/\/www.solutionanalysts.com\/blog\/?p=38034"},"modified":"2024-09-05T01:32:38","modified_gmt":"2024-09-05T07:02:38","slug":"mongodb-cheat-sheet-your-ultimate-guide-to-efficient-database-management","status":"publish","type":"post","link":"https:\/\/www.solutionanalysts.com\/blog\/mongodb-cheat-sheet-your-ultimate-guide-to-efficient-database-management\/","title":{"rendered":"MongoDB Cheat Sheet: Your Ultimate Guide to Efficient Database Management"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">MongoDB is a widely used NoSQL database that is known for its versatility, scalability, and user-friendliness. Below is a MongoDB cheat sheet that serves as a quick reference for common MongoDB operations and tasks.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In this blog, you&#8217;ll find a comprehensive list of MongoDB commands that are essential for beginners. This list includes the most frequently used MongoDB commands that you&#8217;ll likely need.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Table of Content\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MongoDB: A Concise Introduction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Key Benefits of MongoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Drawbacks of MongoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Advantages of MongoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disadvantages of MongoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MongoDB: A Beginner&#8217;s Guide<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connect to MongoDB<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Databases Commands<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Collections Commands<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index Commands<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conclusion<\/span><\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"MongoDB_A_Concise_Introduction\"><\/span><b>MongoDB: A Concise Introduction<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400;\">MongoDB is a popular open-source, document-oriented NoSQL database system designed for handling unstructured or semi-structured data. Unlike traditional relational databases, MongoDB stores data in flexible and dynamic documents (in a format called BSON), which can be easily queried, indexed, and accessed using a variety of programming languages and tools.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">MongoDB provides a rich set of features such as automatic sharding, horizontal scalability, replication, high availability, real-time analytics, and support for geospatial and graph data types. It also includes powerful query and aggregation capabilities that make it well-suited for handling big data and real-time processing.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">MongoDB is commonly used in web applications, content management systems, e-commerce platforms, and other environments where high availability, scalability, and performance are critical.\u00a0<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Key_Benefits_of_MongoDB_Harnessing_the_Power_of_Data\"><\/span><b>Key Benefits of MongoDB: Harnessing the Power of Data<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-38041\" src=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-03.jpg\" alt=\"Key Benefits of MongoDB\" width=\"846\" height=\"423\" srcset=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-03.jpg 846w, https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-03-768x384.jpg 768w\" sizes=\"auto, (max-width: 846px) 100vw, 846px\" \/><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Scalable\"><\/span><strong>Scalable<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB&#8217;s architecture supports horizontal scalability, enabling you to add additional resources as required to manage growing volumes of data and traffic.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Flexible\"><\/span><strong>Flexible<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB offers a flexible data model based on documents, providing greater versatility than traditional relational databases. The document-based approach enables you to store multiple documents in a single collection and allows for different document structures.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"High-Performance\"><\/span><strong>High-Performance<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB delivers strong performance through an indexing mechanism that facilitates speedy queries, combined with an in-memory storage engine that enhances performance when handling read-intensive workloads.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"User-friendly\"><\/span><strong>User-friendly<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB features a straightforward administration interface and a query language that is easy to use which simplifies both initial setup and ongoing maintenance.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Rich_Query_Language\"><\/span><strong>Rich Query Language<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB offers feature-rich query language that enables easy and intuitive recovery of complex data.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Constantly_Available\"><\/span><strong>Constantly Available<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB includes native high-availability capabilities which facilitate automatic failover in case of server failures.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Full-Text_Search\"><\/span><strong>Full-Text Search<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB offers efficient full-text search functionality, enabling quick and accurate search across extensive sets of unstructured data.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Drawbacks_of_MongoDB_The_Possible_Limitations\"><\/span><b>Drawbacks of MongoDB: The Possible Limitations<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-38042\" src=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04.jpg\" alt=\"Drawbacks of MongoDB\" width=\"846\" height=\"467\" srcset=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04.jpg 846w, https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04-768x424.jpg 768w\" sizes=\"auto, (max-width: 846px) 100vw, 846px\" \/><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Single_Point_of_Failure\"><\/span><strong>Single Point of Failure<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">As a single-node system, MongoDB contains a unified point of failure, which can potentially cause the entire system to go down.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Scaling_Constraints\"><\/span><strong>Scaling Constraints<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB may encounter scalability limitations when dealing with significant amounts of data or high levels of traffic.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Insufficient_Transactions\"><\/span><strong>Insufficient Transactions<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB lacks support for multi-document transactions, which could raise an issue in certain cases where atomicity is the most important.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Complex_Data_Relationships\"><\/span><strong>Complex Data Relationships<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">When dealing with relationships between data within a single collection, The use of embedded documents and linking by MongoDB can cause complexities.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Secondary_Index_Options\"><\/span><strong>Secondary Index Options<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">MongoDB has few sets of secondary index options compared to traditional relational databases, which can affect query performance.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Restricted_Ad-hoc_Query_Functionalities\"><\/span><strong>Restricted Ad-hoc Query Functionalities<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The ad-hoc query capabilities of MongoDB are relatively limited which can pose challenges when attempting to perform more intricate queries and aggregations.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">\n<h3><span class=\"ez-toc-section\" id=\"Excessive_Memory_Consumption\"><\/span><strong>Excessive Memory Consumption<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h3>\n<\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">The high memory usage by MongoDB can lead to problems in performance or out-of-memory errors.<\/span><\/p>\n<p><strong>Read More : <\/strong><a href=\"https:\/\/www.solutionanalysts.com\/blog\/how-to-do-user-authenticat-in-mongodb-prevent-others-to-access-mongodb\/\" target=\"_blank\" rel=\"noopener\"><strong>How To Do User Authentication In MongoDB, Prevent Others To Access MongoDB ?<\/strong><\/a><\/p>\n<h2><span class=\"ez-toc-section\" id=\"MongoDB_A_Beginners_Guide\"><\/span><b>MongoDB: A Beginner&#8217;s Guide<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400;\">In order to start with MongoDB, you will need to install the database either on your local machine or on a remote server. The latest version of MongoDB is available for downloading from the<\/span> <a href=\"https:\/\/www.mongodb.com\/docs\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">official website<\/span><\/a><span style=\"font-weight: 400;\">, with the installation instructions for your specific operating system.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">After installing MongoDB, you can initiate the MongoDB server and establish a connection via the MongoDB client. Thereafter, you can create collections and begin inserting documents into your database.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">MongoDB offers a wide range of query and update operators that facilitate complex data operations. Furthermore, the MongoDB aggregation framework can be used for sophisticated data analysis and transformations.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Connect_to_MongoDB\"><\/span><b>Connect to MongoDB<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Below are the following options to connect with MongoDB<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Terminal:<\/b><span style=\"font-weight: 400;\">\u00a0<\/span>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><b>mongo<\/b><span style=\"font-weight: 400;\"> # connects to mongodb:\/\/127.0.0.1:27017 by default<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><b>mongo &#8211;host &lt;host&gt; &#8211;port &lt;port&gt; -u &lt;user&gt; -p &lt;pwd&gt;<\/b><span style=\"font-weight: 400;\"><span style=\"font-weight: 400;\"> # omit the password if you want a prompt<\/span><\/span><\/li>\n<\/ol>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Using URL:<\/b><span style=\"font-weight: 400;\"> mongo &#8220;mongodb:\/\/192.168.1.1:27017&#8221;<br \/>\n<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>MongoDB Atlas:<\/b><span style=\"font-weight: 400;\"> mongo &#8220;mongodb+srv:\/\/cluster-name.abcde.mongodb.net\/&lt;dbname&gt;&#8221; &#8211;username &lt;username&gt;<\/span><\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Databases_Commands\"><\/span><strong>Databases Commands<\/strong><b><\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li>View all databases\n<ol>\n<li>show dbs<\/li>\n<\/ol>\n<\/li>\n<li>Create a database\/ switch to databases\n<ol>\n<li>use &lt;&lt;db name&gt;&gt;<\/li>\n<\/ol>\n<\/li>\n<li>View current Database\n<ol>\n<li>db<\/li>\n<\/ol>\n<\/li>\n<li>Delete Database\n<ol>\n<li>&lt;&lt;db name&gt;&gt;.dropDatabase()<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Collections_Commands\"><\/span><strong>Collections Commands<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li>Show Collections\n<ol>\n<li>show collections<\/li>\n<\/ol>\n<\/li>\n<li>Create a collection\n<ol>\n<li>db.createCollection(&#8216;&lt;&lt;collection name&gt;&gt;&#8217;)<\/li>\n<\/ol>\n<\/li>\n<li>Show Collections\n<ol>\n<li>show collections<\/li>\n<\/ol>\n<\/li>\n<li>Documents commands\n<ol>\n<li>show all rows from a collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.find()<\/li>\n<\/ol>\n<\/li>\n<li>insert a row in collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.insert({name: &#8216;test&#8217;})<\/li>\n<\/ol>\n<\/li>\n<li>insert multiple row in collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.insertMany([{name: &#8216;test&#8217;}, {name: &#8216;test1&#8217;}, {name: &#8216;test2&#8217;}])<\/li>\n<\/ol>\n<\/li>\n<li>get the matching row\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.find({name: &#8216;test&#8217;})<\/li>\n<\/ol>\n<\/li>\n<li>get the first marching row\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.findOne({name: &#8216;test&#8217;})<\/li>\n<\/ol>\n<\/li>\n<li>get count of rows\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.count() \/\/this may depricated<\/li>\n<li>db.&lt;&lt;collection name&gt;&gt;.countDocuments()<\/li>\n<\/ol>\n<\/li>\n<li>get limited of rows\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.find().limit(2)<\/li>\n<\/ol>\n<\/li>\n<li>update multiple row in collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.update({name: &#8216;test&#8217;}, {$set: {name: &#8216;test update&#8217;}})<\/li>\n<\/ol>\n<\/li>\n<li>update a row in collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.updateOne({name: &#8216;test update&#8217;}, {name: &#8216;test&#8217;})<\/li>\n<\/ol>\n<\/li>\n<li>remove a row in collection\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.remove({name: &#8216;test update&#8217;})<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<li>Drop Collections\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.drop()<\/li>\n<\/ol>\n<\/li>\n<li>Some other Collections functions\n<ol>\n<li>Get all the collection details\n<ol>\n<li>db.comments.stats()<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Index_Commands\"><\/span><strong>Index Commands<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ol>\n<li>Create Index\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.createIndex({\u2018name\u2019: 1}) \/\/ for indexing on single field<\/li>\n<li>db.&lt;&lt;collection name&gt;&gt;.createIndex({name: 1, category: 1}) \/\/ for indexing on multiple field<\/li>\n<\/ol>\n<\/li>\n<li>Get Index\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.getIndexes()<\/li>\n<li>db.&lt;&lt;collection name&gt;&gt;.getIndexKeys()<\/li>\n<\/ol>\n<\/li>\n<li>Drop Index\n<ol>\n<li>db.&lt;&lt;collection name&gt;&gt;.dropIndex(\u2018&lt;&lt;name of index&gt;&gt;\u2019)<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span><b>Conclusion<\/b><span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400;\">While this guide covers some of the essential MongoDB commands, there are various advanced operations and functions available to use for intricate queries and data manipulation. Whether you are a professional developer or just starting, MongoDB is an excellent choice for your next project. If you want to learn more, check out the<\/span> <a href=\"https:\/\/www.mongodb.com\/docs\/manual\/crud\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400;\">official MongoDB documentation<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><a href=\"https:\/\/www.solutionanalysts.com\/contact-us\/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-38035\" src=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04.png\" alt=\"MongoDB - Contact Us\" width=\"900\" height=\"138\" srcset=\"https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04.png 900w, https:\/\/www.solutionanalysts.com\/blog\/wp-content\/uploads\/2023\/03\/06-03-04-768x118.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MongoDB is a widely used NoSQL database that is known for its versatility, scalability, and user-friendliness. Below is a MongoDB cheat sheet<\/p>\n","protected":false},"author":1,"featured_media":38038,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[246],"tags":[439,438],"class_list":["post-38034","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","tag-mongodb","tag-mongodb-commands"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/posts\/38034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/comments?post=38034"}],"version-history":[{"count":16,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/posts\/38034\/revisions"}],"predecessor-version":[{"id":38056,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/posts\/38034\/revisions\/38056"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/media\/38038"}],"wp:attachment":[{"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/media?parent=38034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/categories?post=38034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.solutionanalysts.com\/blog\/wp-json\/wp\/v2\/tags?post=38034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}