Skip to content

Commit

Permalink
3518 Resurrect the IoT tutorial (#3543)
Browse files Browse the repository at this point in the history
Restored the IoT tutorial
---------

Co-authored-by: Iain Cox <iain@timescale.com>
  • Loading branch information
atovpeko and billy-the-fish authored Nov 25, 2024
1 parent d2b9008 commit b262a19
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 255 deletions.
251 changes: 0 additions & 251 deletions tutorials/OLD_simulate-iot-sensor-data.md

This file was deleted.

9 changes: 5 additions & 4 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ teach you how to construct interesting queries, find out what information your
database has hidden in it, and even gives you options for visualizing and
graphing your results.

|&#x1F510; Cryptocurrency|&#x1F50B; Energy|&#x1F4B0; Finance|&#x1F698; Transport|
|-|-|-|-|
|&#x1F7E2; [Part 1][beginner-crypto]<br/>Do your own research on the Bitcoin blockchain|&#x1F7E2; [Part 1][beginner-energy]<br/>Optimize your energy consumption for a rooftop solar PV system|&#x1F7E2; [Part 1][beginner-finance]<br/>Chart the trading highs and lows for your favorite stock|&#x1F7E2; [Part 1][beginner-fleet]<br/>Find out about taxi rides taken in and around NYC|
|&#x2B50; [Part 2][intermediate-crypto] <br/>Discover the relationship between transactions, blocks, fees, and miner revenue|&#x2B50; *Coming Soon!*|&#x2B50; [Part 2][advanced-finance]<br/>Use a websocket connection to visualize the trading highs and lows for your favorite stock|&#x2B50; [Part 2][intermediate-fleet]<br/>Map the longest taxi rides in NYC|
|&#x1F510; Cryptocurrency|&#x1F50B; Energy|&#x1F4B0; Finance|&#x1F698; Transport| &#x1F4A1; IoT |
|-|-|-|-|------------------------------------------------------------|
|&#x1F7E2; [Part 1][beginner-crypto]<br/>Do your own research on the Bitcoin blockchain|&#x1F7E2; [Part 1][beginner-energy]<br/>Optimize your energy consumption for a rooftop solar PV system|&#x1F7E2; [Part 1][beginner-finance]<br/>Chart the trading highs and lows for your favorite stock|&#x1F7E2; [Part 1][beginner-fleet]<br/>Find out about taxi rides taken in and around NYC| &#x1F7E2; [Part 1][iot]<br/>Simulate an IoT sensor dataset |
|&#x2B50; [Part 2][intermediate-crypto] <br/>Discover the relationship between transactions, blocks, fees, and miner revenue|&#x2B50; *Coming Soon!*|&#x2B50; [Part 2][advanced-finance]<br/>Use a websocket connection to visualize the trading highs and lows for your favorite stock|&#x2B50; [Part 2][intermediate-fleet]<br/>Map the longest taxi rides in NYC| |

[beginner-fleet]: /tutorials/:currentVersion:/nyc-taxi-cab/
[beginner-finance]: /tutorials/:currentVersion:/financial-tick-data/
Expand All @@ -24,3 +24,4 @@ graphing your results.
[intermediate-fleet]: /tutorials/:currentVersion:/nyc-taxi-geospatial/
[intermediate-crypto]: /tutorials/:currentVersion:/blockchain-analyze/
[advanced-finance]: /tutorials/:currentVersion:/financial-ingest-real-time/
[iot]: /tutorials/:currentVersion:/simulate-iot-sensor-data/
5 changes: 5 additions & 0 deletions tutorials/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ module.exports = [
},
],
},
{
title: "Internet of things",
href: "simulate-iot-sensor-data",
excerpt: "Simulate and query an IoT sensor dataset",
},
],
},
];
Loading

0 comments on commit b262a19

Please sign in to comment.