{"id":46540,"date":"2017-01-10T00:00:00","date_gmt":"2017-01-10T08:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/getting-started-griddb-connector-ycsb\/"},"modified":"2025-11-13T12:54:17","modified_gmt":"2025-11-13T20:54:17","slug":"getting-started-griddb-connector-ycsb","status":"publish","type":"post","link":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/blog\/getting-started-griddb-connector-ycsb\/","title":{"rendered":"Getting started with GridDB connector for YCSB"},"content":{"rendered":"<p><a id=\"user-content-overview\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#overview\"><\/a>The GridDB connector for YCSB enables benchmarking of GridDB databases using the <a href=\"https:\/\/github.com\/brianfrankcooper\/YCSB\/\">Yahoo Cloud Serving Benchmark<\/a>. This guide has been written for use with Centos 6.7 (x64) with JDK 1.7.0_79 and YCSB 0.10.0.<\/p>\n<h3><a id=\"user-content-preparations\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#preparations\"><\/a>Building YCSB and the GridDB Connector<\/h3>\n<ol>\n<li>Install YCSB <\/li>\n<\/ol>\n<pre>~ $ wget\u00a0<a href=\"https:\/\/github.com\/brianfrankcooper\/YCSB\/releases\/download\/0.10.0\/ycsb-0.10.0.tar.gz\">https:\/\/github.com\/brianfrankcooper\/YCSB\/releases\/download\/0.10.0\/ycsb-0.10.0.tar.gz<\/a>\n~ $ tar xfvz ycsb-0.10.0.tar.gz\n~ $ cd ycsb-0.10.0<\/pre>\n<p>Please refer to<\/p>\n<pre><code>&lt;https:\/\/github.com\/brianfrankcooper\/YCSB\/wiki\/Getting-Started&gt;\u00a0for instructions on how to build YCSB.\n<\/code><\/pre>\n<p>2.  Download the\u00a0GridDB connector into the YCSB top level directory.<\/p>\n<pre>ycsb-0.10.0 $ <span class=\"s1\">git clone https:\/\/github.com\/griddb\/griddb_ycsb.git<\/span>\nycsb-0.10.0 $ mv -a\u00a0<span class=\"s1\">griddb_ycsb\/griddb \u00a0griddb_ycsb\/build.xml .<\/span><\/pre>\n<ol>\n<li>Then\u00a0edit bin\/ycsb as follows. <\/li>\n<\/ol>\n<pre>DATABASES = {\n \"griddb\" : \"com.yahoo.ycsb.db.GridDBClient\",\n ...<\/pre>\n<ol>\n<li>Build the GridDB plugin: <\/li>\n<\/ol>\n<pre>ycsb-0.10.0 $ mkdir -p griddb-binding\/lib\n ycsb-0.10.0 $ ant griddb<\/pre>\n<p>Which will create griddb-binding\/lib\/griddb-binding.jar.<\/p>\n<h3><a id=\"user-content-build\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#build\"><\/a><a id=\"user-content-griddb-setup\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#griddb-setup\"><\/a>GridDB Configuration\u00a0Considerations<\/h3>\n<p>For optimum performance, set the number of CPU\u00a0cores as \/dataStore\/concurrency in gs_node.json and &#8220;32KB&#8221; as \/dataStore\/storeBlockSize in gs_cluster.json.<\/p>\n<h3><a id=\"user-content-running-ycsb\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#running-ycsb\"><\/a>Running YCSB<\/h3>\n<p>After starting the GridDB server, you can execute YCSB.<\/p>\n<p>First load the dataset:<\/p>\n<pre>ycsb-0.10.0 $ .\/bin\/ycsb load griddb -P workloads\/workloada \n    -p notificationAddress=&lt;GridDB notification address(default is 239.0.0.1)&gt; \n    -p notificationPort=&lt;GridDB notification port(default is 31999)&gt; \n    -p clusterName=&lt;GridDB cluster name&gt; \n    -p userName=&lt;GridDB user name&gt; \n    -p password=&lt;GridDB password&gt; \n    -p fieldcount=10 \n    -p fieldlength=100\n<\/pre>\n<p>And then you&#8217;re able to run a transactional workload:<\/p>\n<pre>ycsb-0.10.0 $ .\/bin\/ycsb run griddb -P workloads\/workloada\n    -p notificationAddress=&lt;GridDB notification address(default is 239.0.0.1)&gt; \n    -p notificationPort=&lt;GridDB notification port(default is 31999)&gt; \n    -p clusterName=&lt;GridDB cluster name&gt; \n    -p userName=&lt;GridDB user name&gt; \n    -p password=&lt;GridDB password&gt; \n    -p fieldcount=10 \n    -p fieldlength=100<\/pre>\n<p>If your environment uses the FIXED_LIST method of notifications, replace the notificationAddress and notificationPort variables with the notificationMember variable, which value should be a comma seperated list of node IPs and ports such as &#8220;10.0.0.1:10001,10.0.0.2:10001,10.0.0.3:10001&#8221;.<\/p>\n<h2><a id=\"user-content-community\" class=\"anchor\" href=\"https:\/\/github.com\/griddb\/griddb_ycsb#community\"><\/a>Community<\/h2>\n<p>If you encounter any issues or have any requests or other questions, please submit feedback on\u00a0the <a href=\"https:\/\/griddb.net\/en\/forums\/forum\/top\/\">GridDB Developer Forum<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with Centos 6.7 (x64) with JDK 1.7.0_79 and YCSB 0.10.0. Building YCSB and the GridDB Connector Install YCSB ~ $ wget\u00a0https:\/\/github.com\/brianfrankcooper\/YCSB\/releases\/download\/0.10.0\/ycsb-0.10.0.tar.gz ~ $ tar xfvz ycsb-0.10.0.tar.gz ~ $ cd ycsb-0.10.0 Please refer [&hellip;]<\/p>\n","protected":false},"author":71,"featured_media":22004,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-46540","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with\" \/>\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.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\" \/>\n<meta property=\"og:site_name\" content=\"GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/griddbcommunity\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-10T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-13T20:54:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2016\/11\/blog_title_02.png\" \/>\n\t<meta property=\"og:image:width\" content=\"870\" \/>\n\t<meta property=\"og:image:height\" content=\"490\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Owen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:site\" content=\"@GridDBCommunity\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Owen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\"},\"author\":{\"name\":\"Owen\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66\"},\"headline\":\"Getting started with GridDB connector for YCSB\",\"datePublished\":\"2017-01-10T08:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\"},\"wordCount\":184,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2016\/11\/blog_title_02.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\",\"url\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\",\"name\":\"Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2016\/11\/blog_title_02.png\",\"datePublished\":\"2017-01-10T08:00:00+00:00\",\"dateModified\":\"2025-11-13T20:54:17+00:00\",\"description\":\"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2016\/11\/blog_title_02.png\",\"contentUrl\":\"\/wp-content\/uploads\/2016\/11\/blog_title_02.png\",\"width\":870,\"height\":490},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/griddb.net\/en\/#website\",\"url\":\"https:\/\/griddb.net\/en\/\",\"name\":\"GridDB: Open Source Time Series Database for IoT\",\"description\":\"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL\",\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/griddb.net\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/griddb.net\/en\/#organization\",\"name\":\"Fixstars\",\"url\":\"https:\/\/griddb.net\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"contentUrl\":\"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png\",\"width\":200,\"height\":83,\"caption\":\"Fixstars\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/griddbcommunity\/\",\"https:\/\/x.com\/GridDBCommunity\",\"https:\/\/www.linkedin.com\/company\/griddb-by-toshiba\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66\",\"name\":\"Owen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/47438a5c81215c7a9043be1b427e0bbd8dc0f77bd536f147f8495575149e4325?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/47438a5c81215c7a9043be1b427e0bbd8dc0f77bd536f147f8495575149e4325?s=96&d=mm&r=g\",\"caption\":\"Owen\"},\"url\":\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/author\/owen\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT","description":"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with","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.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/","og_locale":"en_US","og_type":"article","og_title":"Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT","og_description":"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with","og_url":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2017-01-10T08:00:00+00:00","article_modified_time":"2025-11-13T20:54:17+00:00","og_image":[{"width":870,"height":490,"url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2016\/11\/blog_title_02.png","type":"image\/png"}],"author":"Owen","twitter_card":"summary_large_image","twitter_creator":"@GridDBCommunity","twitter_site":"@GridDBCommunity","twitter_misc":{"Written by":"Owen","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#article","isPartOf":{"@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/"},"author":{"name":"Owen","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66"},"headline":"Getting started with GridDB connector for YCSB","datePublished":"2017-01-10T08:00:00+00:00","dateModified":"2025-11-13T20:54:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/"},"wordCount":184,"commentCount":0,"publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"image":{"@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2016\/11\/blog_title_02.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/","url":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/","name":"Getting started with GridDB connector for YCSB | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage"},"image":{"@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2016\/11\/blog_title_02.png","datePublished":"2017-01-10T08:00:00+00:00","dateModified":"2025-11-13T20:54:17+00:00","description":"The GridDB connector for YCSB enables benchmarking of GridDB databases using the Yahoo Cloud Serving Benchmark. This guide has been written for use with","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.griddb.net\/en\/blog\/getting-started-griddb-connector-ycsb\/#primaryimage","url":"\/wp-content\/uploads\/2016\/11\/blog_title_02.png","contentUrl":"\/wp-content\/uploads\/2016\/11\/blog_title_02.png","width":870,"height":490},{"@type":"WebSite","@id":"https:\/\/griddb.net\/en\/#website","url":"https:\/\/griddb.net\/en\/","name":"GridDB: Open Source Time Series Database for IoT","description":"GridDB is an open source time-series database with the performance of NoSQL and convenience of SQL","publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/griddb.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/griddb.net\/en\/#organization","name":"Fixstars","url":"https:\/\/griddb.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","contentUrl":"https:\/\/griddb.net\/wp-content\/uploads\/2019\/04\/fixstars_logo_web_tagline.png","width":200,"height":83,"caption":"Fixstars"},"image":{"@id":"https:\/\/griddb.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/griddbcommunity\/","https:\/\/x.com\/GridDBCommunity","https:\/\/www.linkedin.com\/company\/griddb-by-toshiba"]},{"@type":"Person","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66","name":"Owen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/47438a5c81215c7a9043be1b427e0bbd8dc0f77bd536f147f8495575149e4325?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/47438a5c81215c7a9043be1b427e0bbd8dc0f77bd536f147f8495575149e4325?s=96&d=mm&r=g","caption":"Owen"},"url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/author\/owen\/"}]}},"_links":{"self":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/46540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/users\/71"}],"replies":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/comments?post=46540"}],"version-history":[{"count":1,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/46540\/revisions"}],"predecessor-version":[{"id":51234,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/46540\/revisions\/51234"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media\/22004"}],"wp:attachment":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media?parent=46540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/categories?post=46540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/tags?post=46540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}