Gluestick is an open source ETL toolkit developed and maintained by hotglue. It is optimized for usage in hotglue pre-processing scripts and built on top of the Polars library The code is available on GitHub and is free to use under the MIT license.Documentation Index
Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
Use this file to discover all available pages before exploring further.
GitHub Repository
Access the complete source code, contribute, or report issues through our GitHub repository. Star us to show support!
Getting started with gluestick
Key Features
- Robust ETL utilities for data processing
- Singer protocol integration
- Advanced JSON and object handling
- Production-ready error handling
Core Functions
Reader
Class for reading sync-output data. Provides methods to list and read input streams.
toExport
Class for writing etl-output data in desired format (Parquet, CSV, etc)