Skip to content

Commit

Permalink
Fix initcaps in title, and shorten left nav name (github#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loquacity authored Oct 29, 2021
1 parent 3446fd7 commit 6cd169d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions timescaledb/tutorials/analyze-nft-data/index.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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].
Expand All @@ -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
[nft-form]: https://docs.google.com/forms/d/e/1FAIpQLSdZMzES-vK8K_pJl1n7HWWe5-v6D9A03QV6rys18woGTZr0Yw/viewform?usp=sf_link
2 changes: 1 addition & 1 deletion timescaledb/tutorials/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 6cd169d

Please sign in to comment.