-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: restructure getting started (#1749)
* Restructure getting started section of docs * Use root relative paths * retention
- Loading branch information
1 parent
3e059d1
commit 426055a
Showing
49 changed files
with
411 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Get started", | ||
"label": "Getting Started", | ||
"position": 2 | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
id: deployment-options | ||
title: Deployment Options | ||
title: Deployment options | ||
sidebar_position: 2 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
sidebar_position: 1 | ||
description: Get to know Estuary Flow and learn how to get started. | ||
slug: / | ||
--- | ||
|
||
# What is Estuary Flow? | ||
|
||
Estuary Flow is a unified data movement and transformation platform for the whole data team. | ||
|
||
Flow synchronizes your systems – SaaS, databases, streaming, and more – around the same datasets, which it stores in the | ||
cloud and updates in milliseconds. It combines the easy cross-system integration of an ELT tool and a flexible streaming | ||
backbone, all while remaining aware of your data's complete history. | ||
|
||
A few examples of what you can do with Flow: | ||
|
||
* Perform *change data capture* from MySQL tables into PostgreSQL or a cloud analytics warehouse like Snowflake or | ||
Databricks | ||
* Capture and organize your data from your SaaS vendors (like Hubspot or Facebook), into an Apache Iceberg lakehouse | ||
* Fetch, transform, and load logs from cloud delivery networks (CDNs) into Elasticsearch or BigQuery | ||
* Hydrate real-time analytics systems such as Tinybird or StarTree | ||
* Instrument real-time analytics over your business events, accessible from current tools like PostgreSQL or even Google | ||
Sheets | ||
|
||
Under the hood, Flow comprises cloud-native streaming infrastructure, a powerful runtime for data processing, | ||
and an open-source ecosystem of pluggable connectors for integrating your existing data systems. | ||
|
||
## Get started with Flow | ||
|
||
To start using Flow for free, visit the [dashboard](https://go.estuary.dev/dashboard) and register for free. | ||
|
||
Start using Flow with these recommended resources. | ||
|
||
- **[Quickstart](quickstart/quickstart.md)**: Take a look at the Quickstart to see how easy it is to set up a real-time | ||
data flow. | ||
|
||
- **[User guides](../guides/README.md)**: Get familiar with Flow concepts by reading these byte-sized user guides. | ||
|
||
- **[Tutorials](tutorials/README.md)**: Check out some of our step-by-step tutorials where we show you how to set up | ||
complete data flows. | ||
|
||
- **[High level concepts](../concepts/README.md)**: Start here to learn more about important Flow terms. | ||
|
||
## Watch the videos | ||
|
||
- **[Change Data Capture for PostgreSQL](https://www.youtube.com/watch?v=9Bpj6k4H_0c)** | ||
- **[PostgreSQL to Apache Iceberg - Streaming Lakehouse Foundations](https://www.youtube.com/watch?v=vzCkb-bOpxs)** | ||
- **[Real-time CDC with MongoDB](https://www.youtube.com/watch?v=kpF-YCxtArk)** | ||
|
||
## **Other resources** | ||
|
||
- Our [website](https://www.estuary.dev) offers general information about Flow, Estuary, and how we fit into the data | ||
infrastructure landscape. | ||
- Our source code lives on [GitHub](https://github.com/estuary). | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Quickstart for Flow", | ||
"position": 1 | ||
} |
Oops, something went wrong.