{"id":2118,"date":"2017-01-03T02:39:56","date_gmt":"2017-01-03T02:39:56","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=2118"},"modified":"2023-06-22T06:08:19","modified_gmt":"2023-06-22T13:08:19","slug":"query-json-sql-couchbase-query-workbench-coffee-on-couchbase","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/pt\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/","title":{"rendered":"Consultar JSON usando SQL com o Couchbase Query Workbench - Coffee on Couchbase"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-13553\" src=\"\/wp-content\/original-assets\/coffee-on-couchbase.png\" alt=\"coffee-on-couchbase\" width=\"484\" height=\"125\" \/><\/p>\n<p>Voc\u00ea gostaria de consultar o banco de dados de documentos JSON usando uma sintaxe semelhante \u00e0 do SQL? O Couchbase tem <a href=\"https:\/\/www.couchbase.com\/blog\/pt\/products\/n1ql\/\">N1QL<\/a> para voc\u00ea.<\/p>\n<p class=\"left\"><a href=\"https:\/\/www.couchbase.com\/blog\/pt\/n1ql\/\">N1QL<\/a> \u00e9 uma linguagem de consulta declarativa que estende o SQL para JSON. Voc\u00ea pode consultar dados por meio da estrutura nativa e da integra\u00e7\u00e3o da linguagem, de uma API fluente ou dos drivers JDBC\/ODBC.<\/p>\n<p class=\"left\">O N1QL permite que voc\u00ea consulte documentos JSON sem nenhuma limita\u00e7\u00e3o: classifique, filtre, transforme, agrupe e combine dados com uma \u00fanica consulta. \u00c9 isso mesmo. Voc\u00ea pode <u>combinar<\/u> dados de v\u00e1rios documentos com um <b>JUNTAR<\/b>. Aquele modelo de dados flex\u00edvel que lhe foi prometido? \u00c9 isso mesmo. Voc\u00ea n\u00e3o est\u00e1 mais limitado aos modelos de dados de \"tabela \u00fanica\" e \"tabela por consulta\".<\/p>\n<p class=\"left\"><a href=\"https:\/\/query.pub.couchbase.com\/tutorial\/#1\">Tutorial N1QL<\/a> \u00e9 um \u00f3timo recurso para aprender os conceitos de consulta a documentos JSON usando sintaxe semelhante \u00e0 do SQL. Aqui est\u00e3o alguns exemplos:<\/p>\n<pre class=\"lang:default decode:true\">SELECT children[0].fname AS cname\r\n    FROM tutorial\r\n       WHERE fname='Dave'<\/pre>\n<p>OU<\/p>\n<pre class=\"lang:default decode:true\">SELECT fname, age, age\/7 AS age_dog_years \r\n    FROM tutorial \r\n        WHERE fname = 'Dave'<\/pre>\n<p>OU<\/p>\n<pre class=\"lang:default decode:true\">SELECT relation, COUNT(*) AS count\r\n    FROM tutorial\r\n        GROUP BY relation\r\n            HAVING COUNT(*) &gt; 1<\/pre>\n<p>OU<\/p>\n<pre class=\"lang:default decode:true\">SELECT t.relation, COUNT(*) AS count, AVG(c.age) AS avg_age\r\n    FROM tutorial t\r\n    UNNEST t.children c\r\n    WHERE c.age &gt; 10\r\n    GROUP BY t.relation\r\n    HAVING COUNT(*) &gt; 1\r\n    ORDER BY avg_age DESC\r\n    LIMIT 1 OFFSET 1<\/pre>\n<p>OU<\/p>\n<pre class=\"lang:default decode:true\">SELECT\r\nproduct.name, \r\nCOUNT(reviews) AS reviewCount,\r\nROUND(AVG(reviews.rating),1) AS AvgRating,\r\ncategory \r\n FROM reviews AS reviews\r\nJOIN product AS product \r\n ON KEYS reviews.productId\r\nUNNEST product.categories AS category\r\nWHERE category = \"Appliances\"\r\nGROUP BY category, product\r\nORDER BY AvgRating \r\nDESC LIMIT 3<\/pre>\n<p>Ent\u00e3o, voc\u00ea est\u00e1 pronto para experimentar o N1QL? Voc\u00ea certamente pode usar o <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.1\/cli\/cbq-tool.html\">Ferramenta CBQ<\/a>. Como alternativa, voc\u00ea pode usar <a href=\"https:\/\/developer.couchbase.com\/documentation\/server\/4.1\/developer-guide\/query-workbench-intro.html\">Workbench de consulta do Couchbase<\/a>. O query workbench oferece uma interface gr\u00e1fica de usu\u00e1rio avan\u00e7ada para preparar e executar consultas N1QL simples e complexas. Ele oferece uma maneira conveniente de realizar o desenvolvimento de consultas, permitindo que voc\u00ea navegue, crie e execute instru\u00e7\u00f5es N1QL e visualize os resultados.<\/p>\n<p>Quer saber como come\u00e7ar? Saiba tudo sobre isso nesta breve sess\u00e3o com Eben Haber:<\/p>\n<p>Fa\u00e7a suas perguntas em <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/couchbase\">Estouro de pilha<\/a> ou <a href=\"https:\/\/www.couchbase.com\/blog\/pt\/forums\/\">F\u00f3runs do Couchbase<\/a>.<\/p>\n<p>Voc\u00ea tamb\u00e9m pode nos seguir em <a href=\"https:\/\/twitter.com\/couchbasedev\">@couchbasedev<\/a> e <a href=\"https:\/\/twitter.com\/couchbase\">@couchbase<\/a>. Aproveite!<\/p>","protected":false},"excerpt":{"rendered":"<p>You&#8217;d like to query JSON document database using SQL-like syntax? Couchbase has N1QL for you. N1QL is a declarative query language that extends SQL for JSON. You can query data via native framework and language integration, a fluent API, or [&hellip;]<\/p>","protected":false},"author":58,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"ppma_author":[8933],"class_list":["post-2118","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase - The Couchbase Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/pt\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase\" \/>\n<meta property=\"og:description\" content=\"You&#8217;d like to query JSON document database using SQL-like syntax? Couchbase has N1QL for you. N1QL is a declarative query language that extends SQL for JSON. You can query data via native framework and language integration, a fluent API, or [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/pt\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-03T02:39:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-22T13:08:19+00:00\" \/>\n<meta name=\"author\" content=\"Arun Gupta, VP, Developer Advocacy, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@arungupta\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arun Gupta, VP, Developer Advocacy, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\"},\"author\":{\"name\":\"Arun Gupta, VP, Developer Advocacy, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/39d8caed0f536489b6aa6e8d31ee631f\"},\"headline\":\"Query JSON using SQL with Couchbase Query Workbench &#8211; Coffee on Couchbase\",\"datePublished\":\"2017-01-03T02:39:56+00:00\",\"dateModified\":\"2023-06-22T13:08:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\"},\"wordCount\":246,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\",\"name\":\"Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2017-01-03T02:39:56+00:00\",\"dateModified\":\"2023-06-22T13:08:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"width\":1800,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Query JSON using SQL with Couchbase Query Workbench &#8211; Coffee on Couchbase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/39d8caed0f536489b6aa6e8d31ee631f\",\"name\":\"Arun Gupta, VP, Developer Advocacy, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/8900a75409c646948fe0bd80f6240337\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f912e10b5f39748ee4f1a0b0da6f42747f0b3a94fe7acb511791468656f5e726?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f912e10b5f39748ee4f1a0b0da6f42747f0b3a94fe7acb511791468656f5e726?s=96&d=mm&r=g\",\"caption\":\"Arun Gupta, VP, Developer Advocacy, Couchbase\"},\"description\":\"Arun Gupta is the vice president of developer advocacy at Couchbase. He has built and led developer communities for 10+ years at Sun, Oracle, and Red Hat. He has deep expertise in leading cross-functional teams to develop and execute strategy, planning and execution of content, marketing campaigns, and programs. Prior to that he led engineering teams at Sun and is a founding member of the Java EE team. Gupta has authored more than 2,000 blog posts on technology. He has extensive speaking experience in more than 40 countries on myriad topics and is a JavaOne Rock Star for three years in a row. Gupta also founded the Devoxx4Kids chapter in the US and continues to promote technology education among children. An author of several books on technology, an avid runner, a globe trotter, a Java Champion, a JUG leader, NetBeans Dream Team member, and a Docker Captain, he is easily accessible at @arungupta.\",\"sameAs\":[\"https:\/\/x.com\/arungupta\"],\"url\":\"https:\/\/www.couchbase.com\/blog\/pt\/author\/arun-gupta\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase - The Couchbase Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.couchbase.com\/blog\/pt\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/","og_locale":"pt_BR","og_type":"article","og_title":"Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase","og_description":"You&#8217;d like to query JSON document database using SQL-like syntax? Couchbase has N1QL for you. N1QL is a declarative query language that extends SQL for JSON. You can query data via native framework and language integration, a fluent API, or [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/pt\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/","og_site_name":"The Couchbase Blog","article_published_time":"2017-01-03T02:39:56+00:00","article_modified_time":"2023-06-22T13:08:19+00:00","author":"Arun Gupta, VP, Developer Advocacy, Couchbase","twitter_card":"summary_large_image","twitter_creator":"@arungupta","twitter_misc":{"Written by":"Arun Gupta, VP, Developer Advocacy, Couchbase","Est. reading time":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/"},"author":{"name":"Arun Gupta, VP, Developer Advocacy, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/39d8caed0f536489b6aa6e8d31ee631f"},"headline":"Query JSON using SQL with Couchbase Query Workbench &#8211; Coffee on Couchbase","datePublished":"2017-01-03T02:39:56+00:00","dateModified":"2023-06-22T13:08:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/"},"wordCount":246,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","articleSection":["Uncategorized"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/","url":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/","name":"Query JSON using SQL with Couchbase Query Workbench - Coffee on Couchbase - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2017-01-03T02:39:56+00:00","dateModified":"2023-06-22T13:08:19+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","width":1800,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/query-json-sql-couchbase-query-workbench-coffee-on-couchbase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Query JSON using SQL with Couchbase Query Workbench &#8211; Coffee on Couchbase"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"Blog do Couchbase","description":"Couchbase, o banco de dados NoSQL","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"Blog do Couchbase","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/39d8caed0f536489b6aa6e8d31ee631f","name":"Arun Gupta, vice-presidente de defesa do desenvolvedor, Couchbase","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/8900a75409c646948fe0bd80f6240337","url":"https:\/\/secure.gravatar.com\/avatar\/f912e10b5f39748ee4f1a0b0da6f42747f0b3a94fe7acb511791468656f5e726?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f912e10b5f39748ee4f1a0b0da6f42747f0b3a94fe7acb511791468656f5e726?s=96&d=mm&r=g","caption":"Arun Gupta, VP, Developer Advocacy, Couchbase"},"description":"Arun Gupta \u00e9 o vice-presidente de defesa do desenvolvedor na Couchbase. Ele criou e liderou comunidades de desenvolvedores por mais de 10 anos na Sun, Oracle e Red Hat. Ele tem grande experi\u00eancia na lideran\u00e7a de equipes multifuncionais para desenvolver e executar estrat\u00e9gias, planejamento e execu\u00e7\u00e3o de conte\u00fado, campanhas de marketing e programas. Antes disso, liderou equipes de engenharia na Sun e \u00e9 membro fundador da equipe Java EE. Gupta \u00e9 autor de mais de 2.000 postagens em blogs sobre tecnologia. Ele tem uma vasta experi\u00eancia em palestras em mais de 40 pa\u00edses sobre uma infinidade de t\u00f3picos e \u00e9 um JavaOne Rock Star h\u00e1 tr\u00eas anos consecutivos. Gupta tamb\u00e9m fundou o cap\u00edtulo Devoxx4Kids nos EUA e continua a promover a educa\u00e7\u00e3o tecnol\u00f3gica entre as crian\u00e7as. Autor de v\u00e1rios livros sobre tecnologia, corredor \u00e1vido, viajante do mundo inteiro, campe\u00e3o de Java, l\u00edder de JUG, membro do NetBeans Dream Team e capit\u00e3o do Docker, ele pode ser facilmente acessado em @arungupta.","sameAs":["https:\/\/x.com\/arungupta"],"url":"https:\/\/www.couchbase.com\/blog\/pt\/author\/arun-gupta\/"}]}},"authors":[{"term_id":8933,"user_id":58,"is_guest":0,"slug":"arun-gupta","display_name":"Arun Gupta, VP, Developer Advocacy, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/f912e10b5f39748ee4f1a0b0da6f42747f0b3a94fe7acb511791468656f5e726?s=96&d=mm&r=g","author_category":"","last_name":"Gupta","first_name":"Arun","job_title":"","user_url":"","description":"Arun Gupta \u00e9 o vice-presidente de defesa do desenvolvedor na Couchbase. Ele criou e liderou comunidades de desenvolvedores por mais de 10 anos na Sun, Oracle e Red Hat. Ele tem grande experi\u00eancia na lideran\u00e7a de equipes multifuncionais para desenvolver e executar estrat\u00e9gias, planejamento e execu\u00e7\u00e3o de conte\u00fado, campanhas de marketing e programas. Antes disso, liderou equipes de engenharia na Sun e \u00e9 membro fundador da equipe Java EE.\r\n\r\nGupta \u00e9 autor de mais de 2.000 postagens em blogs sobre tecnologia. Ele tem uma vasta experi\u00eancia em palestras em mais de 40 pa\u00edses sobre diversos t\u00f3picos e \u00e9 um JavaOne Rock Star h\u00e1 tr\u00eas anos consecutivos. Gupta tamb\u00e9m fundou o cap\u00edtulo Devoxx4Kids nos EUA e continua a promover a educa\u00e7\u00e3o tecnol\u00f3gica entre as crian\u00e7as. Autor de v\u00e1rios livros sobre tecnologia, corredor \u00e1vido, viajante do mundo inteiro, campe\u00e3o de Java, l\u00edder de JUG, membro do NetBeans Dream Team e capit\u00e3o do Docker, ele pode ser facilmente acessado em @arungupta."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts\/2118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/users\/58"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/comments?post=2118"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/posts\/2118\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/media?parent=2118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/categories?post=2118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/tags?post=2118"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/pt\/wp-json\/wp\/v2\/ppma_author?post=2118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}