{"id":51998,"date":"2020-07-16T00:00:00","date_gmt":"2020-07-16T07:00:00","guid":{"rendered":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/"},"modified":"2020-07-16T00:00:00","modified_gmt":"2020-07-16T07:00:00","slug":"griddb-on-arm-time-series-database-for-your-raspberry-pi","status":"publish","type":"post","link":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/","title":{"rendered":"GridDB on ARM, Time Series Database for your Raspberry Pi!"},"content":{"rendered":"<p>In this blog post, we&#8217;ll demonstrate how to build  GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04.  In many use cases, it makes sense to store time series data in a NoSQL database at the edge of an IoT solution. Low-cost, low-power ARM devices are an excellent method of achieving this.<\/p>\n<p>First, why Ubuntu Server 18.04? Well, Ubuntu Server 18.04 is the only Linux distribution for Pi 3 or Pi 4 that was 64-bit and had GCC 4.8 packages, two things GridDB needs. It can be downloaded from <a href=\"https:\/\/ubuntu.com\/download\/raspberry-pi\/thank-you?version=18.04&#038;versionPatch=.4&#038;architecture=arm64+raspi3\">here<\/a> and installed easily with <a href=\"https:\/\/www.raspberrypi.org\/blog\/raspberry-pi-imager-imaging-utility\/\">Raspberry Pi Imager<\/a> as a custom image. <\/p>\n<h2>Build the Server on Raspberry Pi<\/h2>\n<p>Next, with Ubuntu 18.04 installed and running on your Pi, we can install the build dependencies:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ apt-get -y install gcc-4.8 g++-4.8 build-essential git tcl tk ant libz-dev autoconf automake<\/code>\n<\/pre>\n<\/div>\n<p>There are fixes for ARM not in the main GridDB git repository that are in the griddbnet\/griddb_arm fork.<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ git clone https:\/\/github.com\/griddbnet\/griddb_arm.git<\/code>\n<\/pre>\n<\/div>\n<p>Now, we can build the server:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ cd griddb_arm\n $ .\/bootstrap.sh\n $ CC=gcc-4.8 CXX=g++-4.8 .\/configure\n $ make<\/code>\n<\/pre>\n<\/div>\n<h2>Start GridDB, Build and Run the Java Sample<\/h2>\n<p>With the build complete, we simply follow the <a href=\"https:\/\/github.com\/griddb\/griddb\/blob\/master\/README.md\">README<\/a> to start GridDB and run the Java sample.<\/p>\n<p>Configure the server:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ export GS_HOME=$PWD\n $ export GS_LOG=$PWD\/log\n $ export PATH=${PATH}:$GS_HOME\/bin<\/code>\n<\/pre>\n<\/div>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ bin\/gs_passwd admin -p admin\n $ sed  sed -i -e s\/\"\"\/\"defaultCluster\"\/ conf\/gs_cluster.json <\/code>\n<\/pre>\n<\/div>\n<p>Start the server:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ bin\/gs_startnode\n $ bin\/gs_joincluster -c defaultCluster -u admin\/your_password<\/code>\n<\/pre>\n<\/div>\n<p>Build and run the sample program:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ export CLASSPATH=${CLASSPATH}:$GS_HOME\/bin\/gridstore.jar\n $ mkdir gsSample\n $ cp $GS_HOME\/docs\/sample\/program\/Sample1.java gsSample\/.\n $ javac gsSample\/Sample1.java\n $ java gsSample\/Sample1 239.0.0.1 31999 defaultCluster admin admin\n  --> Person:  name=name02 status=false count=2 lob=[65, 66, 67, 68, 69, 70, 71, 72, 73, 74]<\/code>\n<\/pre>\n<\/div>\n<h2>Build the C Client<\/h2>\n<p>Like the server, the C client requires a few small fixes to run on ARM and we build and install it using the instructions in the <a href=\"https:\/\/github.com\/griddb\/c_client\/blob\/master\/README.md\">README<\/a>:<\/p>\n<div class=\"clipboard\">\n<pre><code class=\"language-sh\">$ git clone https:\/\/github.com\/griddbnet\/c_client_arm.git\n $ cd client\/c\n $ .\/bootstrap.sh\n $ .\/configure\n $ make\n $ sudo make install<\/code>\n<\/pre>\n<\/div>\n<p>With that complete, you have GridDB running on your ARM-based Raspberry Pi 3 or 4. It&#8217;s also easy to build <a href=\"https:\/\/docs.griddb.net\/gettingstarted\/python\/\">Python<\/a>, <a href=\"https:\/\/docs.griddb.net\/gettingstarted\/nodejs\/\">NodeJS<\/a> or other GridDB clients following the instructions to further enhance your experience.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog post, we&#8217;ll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use cases, it makes sense to store time series data in a NoSQL database at the edge of an IoT solution. Low-cost, low-power ARM devices are [&hellip;]<\/p>\n","protected":false},"author":71,"featured_media":51999,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[121],"tags":[],"class_list":["post-51998","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>GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT<\/title>\n<meta name=\"description\" content=\"In this blog post, we&#039;ll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT\" \/>\n<meta property=\"og:description\" content=\"In this blog post, we&#039;ll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use\" \/>\n<meta property=\"og:url\" content=\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\" \/>\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=\"2020-07-16T07:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\"},\"author\":{\"name\":\"Owen\",\"@id\":\"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66\"},\"headline\":\"GridDB on ARM, Time Series Database for your Raspberry Pi!\",\"datePublished\":\"2020-07-16T07:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\"},\"wordCount\":261,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/griddb.net\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\",\"url\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\",\"name\":\"GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT\",\"isPartOf\":{\"@id\":\"https:\/\/griddb.net\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage\"},\"thumbnailUrl\":\"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg\",\"datePublished\":\"2020-07-16T07:00:00+00:00\",\"description\":\"In this blog post, we'll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage\",\"url\":\"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg\",\"contentUrl\":\"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg\",\"width\":2560,\"height\":1920},{\"@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":"GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT","description":"In this blog post, we'll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use","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:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/","og_locale":"en_US","og_type":"article","og_title":"GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT","og_description":"In this blog post, we'll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use","og_url":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/","og_site_name":"GridDB: Open Source Time Series Database for IoT","article_publisher":"https:\/\/www.facebook.com\/griddbcommunity\/","article_published_time":"2020-07-16T07:00:00+00:00","og_image":[{"width":2560,"height":1920,"url":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg","type":"image\/jpeg"}],"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:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#article","isPartOf":{"@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/"},"author":{"name":"Owen","@id":"https:\/\/griddb.net\/en\/#\/schema\/person\/0f2f6d4b593adde8c43cf3ea5c794c66"},"headline":"GridDB on ARM, Time Series Database for your Raspberry Pi!","datePublished":"2020-07-16T07:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/"},"wordCount":261,"commentCount":0,"publisher":{"@id":"https:\/\/griddb.net\/en\/#organization"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/","url":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/","name":"GridDB on ARM, Time Series Database for your Raspberry Pi! | GridDB: Open Source Time Series Database for IoT","isPartOf":{"@id":"https:\/\/griddb.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage"},"image":{"@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg","datePublished":"2020-07-16T07:00:00+00:00","description":"In this blog post, we'll demonstrate how to build GridDB for 64-bit ARM and run it on a Raspberry Pi 3 or 4 running Ubuntu Server 18.04. In many use","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/griddb.net\/en\/blog\/griddb-on-arm-time-series-database-for-your-raspberry-pi\/#primaryimage","url":"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg","contentUrl":"\/wp-content\/uploads\/2025\/12\/IMG_4738-e1595461007562-scaled.jpg","width":2560,"height":1920},{"@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\/51998","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=51998"}],"version-history":[{"count":0,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/posts\/51998\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media\/51999"}],"wp:attachment":[{"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/media?parent=51998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/categories?post=51998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/griddb-linux-hte8hndjf8cka8ht.westus-01.azurewebsites.net\/en\/wp-json\/wp\/v2\/tags?post=51998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}