Skip to content

Commit 58a2468

Browse files
committed
data routing: update summary page
Add overview and descriptions of Application Services and Output Streams Signed-off-by: Mike Szczys <mike@golioth.io>
1 parent e6043b8 commit 58a2468

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

docs/data-routing/README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ slug: /data-routing
44
sidebar_position: 0
55
---
66

7-
This is a new section that discusses cloud-side control of data from your device
8-
fleet. You will find information on accessing the data your devices have sent to
9-
the Golioth servers, and connecting that data to external platforms like
10-
InfluxDB, MondoDB, AWS, Azure, GCP.
7+
## Overview
8+
9+
Data Routing is how you can get data from your IoT fleet to where you need it.
10+
11+
While you can use the Golioth web console to view, search, and sort the data
12+
coming into your devices, most customers also need to connect their data to
13+
existing databases, business logic, or user apps. Golioth is built for this!
14+
15+
## Application Services
16+
17+
Our application services detail how to work with stateful (LightDB State) and
18+
time-series (LightDB Stream) fleet data. These pages focus on using the
19+
`goliothctl` and `coap` [command-line
20+
tools](/reference/command-line-tools/tutorial/). You will likely find this
21+
section useful during active development.
22+
23+
## Output Streams
24+
25+
Output Streams are integrations with popular services like cloud servers,
26+
database platforms, and visualization engines. These pages include detailed
27+
guides on how to connect your Golioth accounts to these services so that incoming
28+
device data immediately passes through Golioth and arrives where you need it.

0 commit comments

Comments
 (0)