{"id":3816,"date":"2019-05-09T07:15:11","date_gmt":"2019-05-09T07:15:11","guid":{"rendered":"https:\/\/lcloud.pl\/?p=3816"},"modified":"2024-12-11T14:11:31","modified_gmt":"2024-12-11T13:11:31","slug":"amazon-dynamo-db-best-practices","status":"publish","type":"post","link":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/","title":{"rendered":"Secure and highly available database service &#8211; Amazon Dynamo DB Best Practices"},"content":{"rendered":"<h4 style=\"text-align: justify;\"><span style=\"font-size: 21px; color: #676767;\">Let&#8217;s start with what Amazon Dynamo DB is and what it can be useful for. It is one of the services of the Amazon cloud, delivered as a service, i.e. &#8211; AWS deals with the management of individual components of this service. DynamoDB is a NoSQL database and has been designed to store and manage data in the form of a single table. The Dynamo DB table itself can be located in many AWS regions and act as a multi-master table. Its capabilities allow you to handle over 10 billion requests per day and accept up to 20 million requests per second.<\/span><\/h4>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-3886 size-medium\" src=\"https:\/\/lcloud.pl\/wp-content\/uploads\/integration_-300x300.png\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https:\/\/lcloud.pl\/wp-content\/uploads\/integration_-300x300.png 300w, https:\/\/lcloud.pl\/wp-content\/uploads\/integration_-150x150.png 150w, https:\/\/lcloud.pl\/wp-content\/uploads\/integration_-98x98.png 98w, https:\/\/lcloud.pl\/wp-content\/uploads\/integration_-135x135.png 135w, https:\/\/lcloud.pl\/wp-content\/uploads\/integration_.png 378w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>The undeniable advantages are the <span style=\"color: #199ad8;\">performance and scalability of the service.<\/span> You can virtually apply it to any amount of data you have. Another advantage is that it is a <span style=\"color: #199ad8;\">100% serverless service<\/span> &#8211; AWS deals with low-level management and scaling of infrastructure needed for its operation.\u00a0<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\">Dynamo DB <span style=\"color: #199ad8;\">automatically scales tables to adjust capacity and maintains performance with zero administration.<\/span> In on-demand mode, the Amazon Dynamo DB service automatically adjusts to appearing loads. <span style=\"color: #199ad8;\">The result is greater efficiency and no need to change the application code and the ability to use existing APIs.<\/span> Dynamo DB provides automatic scaling of bandwidth and storage based on previously set performance and monitors application performance.<\/span><\/p>\n<h5 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #676767;\">The integration of the service with AWS Lambda allows you to use triggers, with the help of which you can automatically perform a custom function after detecting a change in status in the Dynamo DB table.<br \/>\n<\/span><\/h5>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">The last and also very important aspect is the enterprise readiness of the service. It means more or less that it is built with critical load in mind as support for ACID transactions that require complex business logic. The service also supports data protection by coding and continuous backup guaranteeing a contractual <\/span><span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/aws.amazon.com\/dynamodb\/sla\/\"><span style=\"font-weight: 400;\">SLA<\/span><\/a> <\/span>level.<\/span><\/p>\n<h5 style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 19px; color: #676767;\">If it is clear what Dynamo DB is, let&#8217;s get to the best practices related to it.<\/span><\/h5>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The first principle is the<a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-partition-key-design.html\"> effective design and use of partition keys<\/a>.<\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\">There are two types of keys to choose from: basic and composite. The basic one is a simple partition key, while the complex one can be extended with a sort key. The right way to design them allows you to get benefits related to the available capacity and its adaptation to changing requirements. Dynamo DB has been designed to most efficiently process data distributed evenly into partitions.<\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The second rule is to <\/span><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-sort-keys.html\"><span style=\"font-weight: 400;\">use a sort key to categorize data.<\/span><\/a><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\">Well-designed sort keys collect related information in one place. Complex sorting keys also allow you to define hierarchical (one-to-many) relationships in data.<\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The third principle is the<span style=\"color: #199ad8;\"> <a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-indexes.html\">effective use of secondary indexing<\/a>.<\/span><\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">Additional indexes are often necessary to handle the query patterns required by the application. At the same time, if you do not need to use indexing, you should not use it. We can then unnecessarily increase costs and reduce the efficiency of our application.<br \/>\n<\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-3882 size-medium\" src=\"https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage-300x300.png\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage-300x300.png 300w, https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage-150x150.png 150w, https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage-98x98.png 98w, https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage-135x135.png 135w, https:\/\/lcloud.pl\/wp-content\/uploads\/data-storage.png 378w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>The fourth principle is to <a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-use-s3-too.html\">understand how to store data and their attributes<\/a>.<\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">The Dynamo DB service limits the size of each resource so that it can be stored in the table. Thanks to the possibilities of compressing, there is an option to reduce the size of stored items. Efficient use of indexing by sorting keys, also allows you to divide a larger element into several smaller ones. And thanks to the integration of Dynamo DB with the Amazon S3 service, it is possible to store resources in it as objects or object identifier in S3 in the Dynamo DB table.<\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The fifth rule refers to the <\/span><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-time-series.html\"><span style=\"font-weight: 400;\">use of tables in Dynamo DB<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">The recommendations say that the number of tables used should be kept to a minimum. One table is enough for several applications, However, when it comes to data in time series, one table for applications per cycle should be used.<br \/>\n<\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The sixth rule is the <a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-adjacency-graphs.html\">management of many dependencies.<\/a><\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">The demarcation lists appearing here are a design pattern in modeling the management of many dependencies. They provide a way to represent chart data in Dynamo DB.<\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The seventh principle refers to the <a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-hybrid.html\">implementation of hybrid environments<\/a>. <\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">If the migration of data to the Dynamo DB service is not feasible, it is worth thinking about the solution, which may be the creation of a hybrid environment.<\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-3884\" src=\"https:\/\/lcloud.pl\/wp-content\/uploads\/implementation_.png\" alt=\"\" width=\"300\" height=\"301\" srcset=\"https:\/\/lcloud.pl\/wp-content\/uploads\/implementation_.png 261w, https:\/\/lcloud.pl\/wp-content\/uploads\/implementation_-150x150.png 150w, https:\/\/lcloud.pl\/wp-content\/uploads\/implementation_-98x98.png 98w, https:\/\/lcloud.pl\/wp-content\/uploads\/implementation_-134x135.png 134w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>In the eighth principle, we devote attention to the <\/span><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-relational-modeling.html\"><span style=\"font-weight: 400;\">modeling of relational data in NoSQL<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400; font-size: 19px;\">When we expect fast realized inquiries, during high traffic, the use of NoSQL has its economic and technical advantages. Thanks to Dynamo DB &#8211; its properties and favourable price list, we can avoid problems with scalability limitations.<\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"color: #199ad8; font-size: 19px;\"><span style=\"font-weight: 400;\">The ninth principle is related to <\/span><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-query-scan.html\"><span style=\"font-weight: 400;\">queries and data scanning<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">In this aspect, best practices related to the performance of scanning, avoiding jumps in the activity of readings or using parallel scanning. More can be found in the AWS documentation available <\/span><span style=\"color: #199ad8;\"><a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-query-scan.html\"><span style=\"font-weight: 400;\">here<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/span><\/span><\/p>\n<h6 style=\"text-align: justify;\"><span style=\"font-size: 19px; color: #199ad8;\"><span style=\"font-weight: 400;\">The last, tenth principle is related t<span style=\"color: #199ad8;\">o <a style=\"color: #199ad8;\" href=\"https:\/\/docs.aws.amazon.com\/amazondynamodb\/latest\/developerguide\/bp-global-tables.html\">global tables and their use<\/a>.<\/span><\/span><\/span><\/h6>\n<p style=\"text-align: justify;\"><span style=\"font-size: 19px;\">The Amazon Dynamo DB service allows you to create fully scalable and manageable solutions without having to maintain and create your own replica. When creating a global table, we specify the AWS regions in which the table should be available. And Dynamo DB will take care of the rest of the tasks related to creating and updating the remaining tables in selected regions.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #676767;\"><span style=\"font-size: 19px;\"><span style=\"font-weight: 400;\">All the aforementioned principles are the basis for obtaining the best possible results, both in implementation and financial aspects. Why Amazon Dynamo DB is a competitive solution on the market? Because it allows you to quickly and efficiently apply the service to any amount of data, including the lack of server facilities. In order to get answers to bothering your questions, it is worth looking at the <a href=\"https:\/\/forums.aws.amazon.com\/forum.jspa?forumID=131\"><span style=\"color: #199ad8;\">AWS\u2019 forum<\/span><\/a> devoted to Dynamo DB.<\/span><\/span><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Let&#8217;s start with what Amazon Dynamo DB is and what it can be useful for. It is one of the services of the Amazon cloud, delivered as a service, i.e. &#8211; AWS deals with the management of individual components of this service. DynamoDB is a NoSQL database and has been designed to store and manage [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3800,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-3816","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>10 Best Practices of Amazon Dynamo DB | LCloud<\/title>\n<meta name=\"description\" content=\"Amazon Dynamo DB is one of AWS&#039;s cloud services. It&#039;s a NoSQL database and has been designed to store and manage data in the form of a single table.\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"10 Best Practices of Amazon Dynamo DB | LCloud\" \/>\n<meta property=\"og:description\" content=\"Amazon Dynamo DB is one of AWS&#039;s cloud services. It&#039;s a NoSQL database and has been designed to store and manage data in the form of a single table.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/\" \/>\n<meta property=\"og:site_name\" content=\"LCloud\" \/>\n<meta property=\"article:published_time\" content=\"2019-05-09T07:15:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-11T13:11:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"221\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"LCloud\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"LCloud\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/\",\"url\":\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/\",\"name\":\"10 Best Practices of Amazon Dynamo DB | LCloud\",\"isPartOf\":{\"@id\":\"https:\/\/lcloud.pl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png\",\"datePublished\":\"2019-05-09T07:15:11+00:00\",\"dateModified\":\"2024-12-11T13:11:31+00:00\",\"author\":{\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/4e56c347d5a37e0bd0ae7d8353ac1b0a\"},\"description\":\"Amazon Dynamo DB is one of AWS's cloud services. It's a NoSQL database and has been designed to store and manage data in the form of a single table.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage\",\"url\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png\",\"contentUrl\":\"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png\",\"width\":1440,\"height\":221},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lcloud.pl\/#website\",\"url\":\"https:\/\/lcloud.pl\/\",\"name\":\"LCloud\",\"description\":\"AWS Advanced Consulting Partner | APN Well-Architected Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lcloud.pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/4e56c347d5a37e0bd0ae7d8353ac1b0a\",\"name\":\"LCloud\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lcloud.pl\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0d1d7540a45e57ac9534226adcc4ce4700cdb19ae67e134ae46e7f5d9fce93e8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0d1d7540a45e57ac9534226adcc4ce4700cdb19ae67e134ae46e7f5d9fce93e8?s=96&d=mm&r=g\",\"caption\":\"LCloud\"},\"url\":\"https:\/\/lcloud.pl\/en\/author\/wpdev\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"10 Best Practices of Amazon Dynamo DB | LCloud","description":"Amazon Dynamo DB is one of AWS's cloud services. It's a NoSQL database and has been designed to store and manage data in the form of a single table.","og_locale":"en_US","og_type":"article","og_title":"10 Best Practices of Amazon Dynamo DB | LCloud","og_description":"Amazon Dynamo DB is one of AWS's cloud services. It's a NoSQL database and has been designed to store and manage data in the form of a single table.","og_url":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/","og_site_name":"LCloud","article_published_time":"2019-05-09T07:15:11+00:00","article_modified_time":"2024-12-11T13:11:31+00:00","og_image":[{"width":1440,"height":221,"url":"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png","type":"image\/png"}],"author":"LCloud","twitter_card":"summary_large_image","twitter_misc":{"Written by":"LCloud","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/","url":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/","name":"10 Best Practices of Amazon Dynamo DB | LCloud","isPartOf":{"@id":"https:\/\/lcloud.pl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage"},"image":{"@id":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage"},"thumbnailUrl":"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png","datePublished":"2019-05-09T07:15:11+00:00","dateModified":"2024-12-11T13:11:31+00:00","author":{"@id":"https:\/\/lcloud.pl\/#\/schema\/person\/4e56c347d5a37e0bd0ae7d8353ac1b0a"},"description":"Amazon Dynamo DB is one of AWS's cloud services. It's a NoSQL database and has been designed to store and manage data in the form of a single table.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lcloud.pl\/en\/amazon-dynamo-db-best-practices\/#primaryimage","url":"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png","contentUrl":"https:\/\/lcloud.pl\/wp-content\/uploads\/2-2.png","width":1440,"height":221},{"@type":"WebSite","@id":"https:\/\/lcloud.pl\/#website","url":"https:\/\/lcloud.pl\/","name":"LCloud","description":"AWS Advanced Consulting Partner | APN Well-Architected Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lcloud.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/lcloud.pl\/#\/schema\/person\/4e56c347d5a37e0bd0ae7d8353ac1b0a","name":"LCloud","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lcloud.pl\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0d1d7540a45e57ac9534226adcc4ce4700cdb19ae67e134ae46e7f5d9fce93e8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0d1d7540a45e57ac9534226adcc4ce4700cdb19ae67e134ae46e7f5d9fce93e8?s=96&d=mm&r=g","caption":"LCloud"},"url":"https:\/\/lcloud.pl\/en\/author\/wpdev\/"}]}},"_links":{"self":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/3816","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/comments?post=3816"}],"version-history":[{"count":5,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/3816\/revisions"}],"predecessor-version":[{"id":10066,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/posts\/3816\/revisions\/10066"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/media\/3800"}],"wp:attachment":[{"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/media?parent=3816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/categories?post=3816"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lcloud.pl\/en\/wp-json\/wp\/v2\/tags?post=3816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}