{"id":5252,"date":"2026-04-29T08:00:19","date_gmt":"2026-04-29T15:00:19","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/"},"modified":"2026-04-29T08:00:19","modified_gmt":"2026-04-29T15:00:19","slug":"build-internal-tools-on-couchbase-data-in-minutes-with-tooljet","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/","title":{"rendered":"Build Internal Tools on Couchbase Data in Minutes With ToolJet"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><b>The Internal Tools Problem<\/b><\/h2>\n\n\n\n<p><span>Every engineering team has them: the admin panel that took three sprints to build, the customer support dashboard that nobody wants to maintain, the data viewer that&#8217;s still a spreadsheet. Internal tools are essential but unglamorous \u2013 they consume engineering bandwidth that could be spent on your product.<\/span><\/p>\n\n\n\n<p><span>What if your team could build these tools visually, connecting directly to your Couchbase data, without writing a single line of backend code?<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>What Is ToolJet ?<\/b><\/h2>\n\n\n\n<p><b>ToolJet<\/b><span> is an open-source, low-code platform for building internal tools. It provides:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span>A visual app builder with 50+ drag-and-drop UI components (tables, forms, charts, modals, buttons)<\/span><\/li>\n\n\n<li><span>80+ data source integrations \u2013 databases, APIs, SaaS tools<\/span><\/li>\n\n\n<li><span>One-click deployment \u2013 share a URL and your app is live<\/span><\/li>\n\n\n<li><span>Role-based access control \u2013 control who can see and do what<\/span><\/li>\n\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><b>Couchbase + ToolJet: A Community Contribution<\/b><\/h2>\n\n\n\n<p><span>The plugin connects to Couchbase via the <\/span><b>Data API (REST over HTTPS)<\/b><span>, making it compatible with:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><span>Couchbase Capella (cloud-managed) \u2013 works out of the box<\/span><\/li>\n\n\n<li><span>Self-managed Couchbase Server \u2013 with Data API enabled<\/span><\/li>\n\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><b>What You Can Do<\/b><\/h3>\n\n\n\n<p><span>The plugin supports six operations covering everything from basic document operations to advanced queries:<\/span><\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18058\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/Screenshot-2026-04-28-at-1.27.14-PM.png\" alt=\"\" width=\"1294\" height=\"474\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><b>The AI Angle: Vector Search in Low-Code Apps<\/b><\/h3>\n\n\n\n<p><span>Couchbase&#8217;s full-text search supports vector search \u2013\u00a0 meaning you can build AI-powered semantic search interfaces using ToolJet&#8217;s visual builder. Imagine an internal tool where your support team types a customer&#8217;s question in natural language and gets relevant knowledge base articles ranked by semantic similarity \u2013 all without writing a search backend.<\/span><\/p>\n\n\n\n<p><span>The FTS operation in the ToolJet plugin accepts any valid FTS query in JSON, including vector search queries. Combined with ToolJet&#8217;s visual components, you can prototype AI-powered internal tools in an afternoon.<\/span><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>5-Minute Demo: From Zero to Dashboard<\/b><\/h2>\n\n\n\n<p><span>Here&#8217;s how fast you can go from nothing to a working Couchbase-powered dashboard:<\/span><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><b>Install the plugin<\/b><span> (30 seconds) \u2014 Open ToolJet \u2192 Marketplace \u2192 Search &#8220;Couchbase&#8221; \u2192 Install<\/span><\/li>\n\n\n<li><b>Connect to your cluster<\/b><span> (1 minute) \u2014 Add a new Couchbase data source \u2192 Enter your Data API URL, username, and password \u2192 Test Connection \u2192 Save<\/span><\/li>\n\n\n<li><b>Write a query<\/b><span> (1 minute) \u2014 Create a new query \u2192 Operation: &#8220;Query&#8221; \u2192 Enter SQL++:<\/span><\/li>\n\n<\/ol>\n\n\n<p>[crayon lang=&#8221;default&#8221; decode=&#8221;true&#8221;]SELECT META().id, name, country, callsignFROM `travel-sample`.`inventory`.`airline`ORDER BY name LIMIT 50[\/crayon]<\/p>\n\n\n\n<p>4. <b>Build the UI<\/b><span> (2 minutes) \u2014 Drag a Table component \u2192 Set data to <\/span><span>{{queries.listAirlines.data.results}}<\/span><span> \u2192 Done.<\/span><\/p>\n\n\n\n<p><i><span>You now have a live, deployed airline browser connected to Couchbase. Add a search bar, forms for CRUD, charts for analytics \u2013 all through drag-and-drop.<\/span><\/i><\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18059\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/Screenshot-2026-04-28-at-1.28.49-PM.png\" alt=\"\" width=\"1280\" height=\"414\"><\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18060\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/Screenshot-2026-04-28-at-1.28.54-PM.png\" alt=\"\" width=\"1260\" height=\"884\"><\/p>\n\n\n\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18061\" src=\"https:\/\/www.couchbase.com\/wp-content\/uploads\/sites\/5\/2026\/05\/Screenshot-2026-04-28-at-1.29.08-PM.png\" alt=\"\" width=\"924\" height=\"1074\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><b>How It Works Under the Hood<\/b><\/h2>\n\n\n\n<p><span>The plugin implements ToolJet&#8217;s QueryService interface, which requires two methods:<\/span><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><b>run() \u2013<\/b><span> routes to the appropriate operation handler (get, create, update, delete, query, or search) and makes HTTP requests to the Couchbase Data API<\/span><\/li>\n\n\n<li><b>testConnection() \u2013<\/b><span> validates credentials by hitting the \/v1\/callerIdentity endpoint<\/span><\/li>\n\n<\/ul>\n\n\n\n<p><span>Every request uses <\/span><b>HTTP Basic Authentication<\/b><span> (Base64-encoded username:password). Credentials are encrypted at rest (AES-256) by ToolJet and decrypted only at query execution time.<\/span><\/p>\n\n\n\n<p><span>The plugin is entirely REST-based \u2013\u00a0 no native SDK dependencies. This makes it lightweight, easy to deploy, and compatible with any Couchbase deployment that exposes the Data API.<\/span><\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><b>Getting Started<\/b><\/h1>\n\n\n\n<p><span>Ready to try it? Here&#8217;s everything you need:<\/span><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><b>Couchbase cluster: <\/b><a href=\"https:\/\/cloud.couchbase.com\"><span>Sign up for Capella<\/span><\/a><span> (free tier available) or <\/span><a href=\"https:\/\/docs.couchbase.com\/server\/current\/install\/getting-started-docker.html\"><span>run Couchbase in Docker<\/span><\/a><\/li>\n\n\n<li><b>ToolJet instance: <\/b><a href=\"https:\/\/www.tooljet.com\"><span>Sign up for ToolJet Cloud<\/span><\/a><span> (free tier) or <\/span><a href=\"https:\/\/docs.tooljet.com\/docs\/setup\/docker\"><span>self-host with Docker<\/span><\/a><\/li>\n\n\n<li><b>Follow the tutorial: <\/b><a href=\"https:\/\/developer.couchbase.com\/tutorial-tooljet-couchbase\"><span>Build an Airline Dashboard with ToolJet and Couchbase<\/span><\/a><\/li>\n\n<\/ol>\n\n\n\n<h1 class=\"wp-block-heading\"><b>Resources<\/b><\/h1>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.tooljet.com\/docs\/marketplace\/plugins\/marketplace-plugin-couchbase\"><span>ToolJet Couchbase Plugin Documentation<\/span><\/a><\/li>\n\n\n<li><a href=\"https:\/\/docs.couchbase.com\/cloud\/data-api\/data-api.html\"><span>Couchbase Data API Documentation<\/span><\/a><\/li>\n\n\n<li><a href=\"https:\/\/github.com\/ToolJet\/ToolJet\"><span>ToolJet GitHub Repository<\/span><\/a><\/li>\n\n\n<li><a href=\"https:\/\/github.com\/ToolJet\/ToolJet\/pull\/14518\"><span>Original Pull Request #14518<\/span><\/a><\/li>\n\n<\/ul>\n\n\n\n<h1 class=\"wp-block-heading\"><b>Final Takeaway<\/b><\/h1>\n\n\n\n<p><span>If your team is burning sprint cycles on internal tools, this stack is worth a serious look \u2013 Couchbase + ToolJet gives you SQL++, CRUD, and even AI-powered vector search wired up through a REST plugin with zero backend code, meaning your engineers stay focused on the product. It&#8217;s open source and self-hostable so you stay in control, and for an early-to-mid stage startup that needs internal tooling fast without a dedicated engineer, that&#8217;s real leverage.<\/span><\/p>\n\n\n\n<p><i><span>The Couchbase plugin for ToolJet is open source and available in the ToolJet Marketplace. Install it today and start building internal tools on your Couchbase data \u2013\u00a0 no backend code required.<\/span><\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Internal Tools Problem Every engineering team has them: the admin panel that took three sprints to build, the customer support dashboard that nobody wants to maintain, the data viewer that&#8217;s still a spreadsheet. Internal tools are essential but unglamorous \u2013 they consume engineering bandwidth that could be spent on your product. What if your [&hellip;]<\/p>\n","protected":false},"author":85713,"featured_media":5249,"comment_status":"open","ping_status":"open","sticky":true,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_acf":"","footnotes":""},"categories":[54],"tags":[],"ppma_author":[1033],"class_list":["post-5252","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Build Internal Tools on Couchbase Data in Minutes With ToolJet - 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\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Build Internal Tools on Couchbase Data in Minutes With ToolJet\" \/>\n<meta property=\"og:description\" content=\"The Internal Tools Problem Every engineering team has them: the admin panel that took three sprints to build, the customer support dashboard that nobody wants to maintain, the data viewer that&#8217;s still a spreadsheet. Internal tools are essential but unglamorous \u2013 they consume engineering bandwidth that could be spent on your product. What if your [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-29T15:00:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kaustav Ghosh, Software Engineer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kaustav Ghosh, Software Engineer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/\"},\"author\":{\"name\":\"Kaustav Ghosh, Software Engineer\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/1b3bd6e2d724b5343dc66bed6da3d362\"},\"headline\":\"Build Internal Tools on Couchbase Data in Minutes With ToolJet\",\"datePublished\":\"2026-04-29T15:00:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/\"},\"wordCount\":683,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png\",\"articleSection\":[\"Couchbase Server\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/\",\"name\":\"Build Internal Tools on Couchbase Data in Minutes With ToolJet - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png\",\"datePublished\":\"2026-04-29T15:00:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/05\\\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png\",\"width\":2400,\"height\":1256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build Internal Tools on Couchbase Data in Minutes With ToolJet\"}]},{\"@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\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/2026\\\/06\\\/logo.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/#\\\/schema\\\/person\\\/1b3bd6e2d724b5343dc66bed6da3d362\",\"name\":\"Kaustav Ghosh, Software Engineer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=gb95af8658241149c677c2f608e916fc3\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=g\",\"caption\":\"Kaustav Ghosh, Software Engineer\"},\"jobTitle\":\"software engineer\",\"url\":\"https:\\\/\\\/www.couchbase.com\\\/blog\\\/ko\\\/author\\\/kaustavghosh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Build Internal Tools on Couchbase Data in Minutes With ToolJet - 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\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/","og_locale":"ko_KR","og_type":"article","og_title":"Build Internal Tools on Couchbase Data in Minutes With ToolJet","og_description":"The Internal Tools Problem Every engineering team has them: the admin panel that took three sprints to build, the customer support dashboard that nobody wants to maintain, the data viewer that&#8217;s still a spreadsheet. Internal tools are essential but unglamorous \u2013 they consume engineering bandwidth that could be spent on your product. What if your [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/","og_site_name":"The Couchbase Blog","article_published_time":"2026-04-29T15:00:19+00:00","og_image":[{"width":2400,"height":1256,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png","type":"image\/png"}],"author":"Kaustav Ghosh, Software Engineer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kaustav Ghosh, Software Engineer","Est. reading time":"4\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/"},"author":{"name":"Kaustav Ghosh, Software Engineer","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/1b3bd6e2d724b5343dc66bed6da3d362"},"headline":"Build Internal Tools on Couchbase Data in Minutes With ToolJet","datePublished":"2026-04-29T15:00:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/"},"wordCount":683,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png","articleSection":["Couchbase Server"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/","url":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/","name":"Build Internal Tools on Couchbase Data in Minutes With ToolJet - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png","datePublished":"2026-04-29T15:00:19+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/Build-Internal-Tools-on-Couchbase-Data-in-Minutes-with-ToolJet.png","width":2400,"height":1256},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/ko\/build-internal-tools-on-couchbase-data-in-minutes-with-tooljet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Build Internal Tools on Couchbase Data in Minutes With ToolJet"}]},{"@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":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/06\/logo.svg","width":"1024","height":"1024","caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/1b3bd6e2d724b5343dc66bed6da3d362","name":"Kaustav Ghosh, Software Engineer","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=gb95af8658241149c677c2f608e916fc3","url":"https:\/\/secure.gravatar.com\/avatar\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/44a8afd454ebeb98803ae8a47628cff3baac80a0ab26fb5b9396199e39a77542?s=96&d=mm&r=g","caption":"Kaustav Ghosh, Software Engineer"},"jobTitle":"software engineer","url":"https:\/\/www.couchbase.com\/blog\/ko\/author\/kaustavghosh\/"}]}},"acf":[],"authors":[{"term_id":1033,"user_id":85713,"is_guest":0,"slug":"kaustavghosh","display_name":"Kaustav Ghosh, Software Engineer","avatar_url":{"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/kaustav-ghosh-1.png","url2x":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/5\/2026\/05\/kaustav-ghosh-1.png"},"author_category":"1","first_name":"Kaustav","last_name":"Ghosh","user_url":"","job_title":"","description":""}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/5252","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/users\/85713"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/comments?post=5252"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/posts\/5252\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media\/5249"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/media?parent=5252"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/categories?post=5252"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/tags?post=5252"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/ko\/wp-json\/wp\/v2\/ppma_author?post=5252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}