Back to .md Directory

GlassFlow Examples

<img src="https://gfassets.fra1.cdn.digitaloceanspaces.com/logo/logo-mono.png" /><br /><br />

May 2, 2026
0 downloads
0 views
ai rag openai
View source
<div align="center"> <img src="https://gfassets.fra1.cdn.digitaloceanspaces.com/logo/logo-mono.png" /><br /><br /> </div> <p align="center"> <a href="https://join.slack.com/t/glassflowhub/shared_invite/zt-2g3s6nhci-bb8cXP9g9jAQ942gHP5tqg"> <img src="https://img.shields.io/badge/slack-join-community?logo=slack&amp;logoColor=white&amp;style=flat" alt="Chat on Slack"></a>

GlassFlow Examples

This repository is your starting point for exploring examples and use cases for GlassFlow.

Pre-requisite

  • Create your free GlassFlow account via the GlassFlow WebApp.
  • Get your Personal Access Token to authorize the Python SDK to interact with GlassFlow Cloud from the WebApp here
  • Clone this repository to your local machine to access all the examples:
    git clone https://github.com/glassflow/glassflow-examples.git
    

Explore

Usage

Learn how to use the GlassFlow Python SDK:

Examples

These are some basic examples that you can try with GlassFlow. The examples here should be familiar to you as a data engineer and will show you how GlassFlow works and how you can interact with it.

Connectors

Here there are basic examples on how to create pipelines with our managed connectors:

  • Sources: Managed source connectors
  • Sinks: Managed sink connectors
  • Combination: Combination of source and sink connectors

Related Documents