diff --git a/timescaledb/tutorials/analyze-nft-data/index.md b/timescaledb/tutorials/analyze-nft-data/index.md index 0565c1818bb7..3cb925e8e002 100644 --- a/timescaledb/tutorials/analyze-nft-data/index.md +++ b/timescaledb/tutorials/analyze-nft-data/index.md @@ -1,11 +1,11 @@ -# Analyze Non-fungible token (NFT) sales data +# Analyze non-fungible token (NFT) sales data -This tutorial is a step-by-step guide to collecting, storing, and analyzing NFT -([non-fungible tokens][nft-wiki]) sales data from the largest NFT marketplace, -[OpenSea][opensea]. +This tutorial is a step-by-step guide to collecting, storing, and analyzing NFT +([non-fungible tokens][nft-wiki]) sales data from the largest NFT marketplace, +[OpenSea][opensea]. -NFTs, like much of the data related to blockchains and cryptocurrencies, can -seem complicated at first, but in this tutorial we take you from zero to NFT hero +NFTs, like much of the data related to blockchains and cryptocurrencies, can +seem complicated at first, but in this tutorial we take you from zero to NFT hero and give you a foundation for analyzing NFT trends. This tutorial shows you how to: @@ -15,31 +15,31 @@ This tutorial shows you how to: ## NFT Starter Kit -This tutorial is part of the [Timescale NFT Starter Kit][starter-kit], designed -to get you up and running with analyzing NFT data, and give you the inspiration -to build your own, more complex projects. -The NFT Starter Kit contains: -* Data ingestion script, which collects historical data from OpenSea and ingests +This tutorial is part of the [Timescale NFT Starter Kit][starter-kit], designed +to get you up and running with analyzing NFT data, and give you the inspiration +to build your own, more complex projects. +The NFT Starter Kit contains: +* Data ingestion script, which collects historical data from OpenSea and ingests it into TimescaleDB * Sample dataset, to get started quickly, if you don't want to wait too much time ingesting data * Schema for storing NFT sales, assets, collections, and accounts * Local TimescaleDB database, pre-loaded with sample NFT data -* Pre-built dashboards and charts in [Apache Superset][superset] and [Grafana][grafana] +* Pre-built dashboards and charts in [Apache Superset][superset] and [Grafana][grafana] for visualizing your data analysis * Queries to use as a starting point for your own analysis -To get started, clone the NFT Starter Kit [Github repo][starter-kit] and follow +To get started, clone the NFT Starter Kit [Github repo][starter-kit] and follow along with this tutorial. - + ## Complete this tutorial. Earn an NFT! -Because we love NFTs as much as you do, we created [Time Travel Tigers][eon-collection], -a limited edition set of 20 -NFT about our Timescale mascot, Eon! The first 20 people to complete this tutorial -can earn a limited edition NFT from -the collection, for free! +Because we love NFTs as much as you do, we created [Time Travel Tigers][eon-collection], +a limited edition set of 20 +NFT about our Timescale mascot, Eon! The first 20 people to complete this tutorial +can earn a limited edition NFT from +the collection, for free! -Claiming your NFT is simple. All you need to do is complete the tutorial below, -answer the questions in [this form][nft-form], and we’ll send one of the +Claiming your NFT is simple. All you need to do is complete the tutorial below, +answer the questions in [this form][nft-form], and we’ll send one of the limited-edition Eon NFTs to your ETH address (at no cost to you!). You can see all NFTs in the Time Travel Tigers collection live on [OpenSea][eon-collection]. @@ -61,4 +61,4 @@ You can see all NFTs in the Time Travel Tigers collection live on [OpenSea][eon- [superset]: https://superset.apache.org [grafana]: https://grafana.com [eon-collection]: https://opensea.io/collection/time-travel-tigers-by-timescale -[nft-form]: https://docs.google.com/forms/d/e/1FAIpQLSdZMzES-vK8K_pJl1n7HWWe5-v6D9A03QV6rys18woGTZr0Yw/viewform?usp=sf_link \ No newline at end of file +[nft-form]: https://docs.google.com/forms/d/e/1FAIpQLSdZMzES-vK8K_pJl1n7HWWe5-v6D9A03QV6rys18woGTZr0Yw/viewform?usp=sf_link diff --git a/timescaledb/tutorials/page-index/page-index.js b/timescaledb/tutorials/page-index/page-index.js index 34cd44089068..bfa40e29ba7c 100644 --- a/timescaledb/tutorials/page-index/page-index.js +++ b/timescaledb/tutorials/page-index/page-index.js @@ -26,7 +26,7 @@ module.exports = [ excerpt: 'Use TimescaleDB to analyze cryptocurrency data', }, { - title: 'Analyze Non-fungible token (NFT) sales data', + title: 'Analyze NFT sales data', href: 'analyze-nft-data', tags: ['nft', 'finance', 'analyze', 'learn', 'timescaledb'], keywords: ['NFT', 'finance', 'tutorial', 'TimescaleDB'],