singer

Package — Data EngineeringPython 3.7+Advanced

Open-source standard for data integration (taps and targets)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
jsonschema (specification, not a single package)
Install
pip install singer-python

Learn by Difficulty

Quick Example

python
# Install: pip install singer-python
import singer

# Basic singer usage
print(f"Using singer")
# See documentation for detailed examples

singer is a third-party package. Open-source standard for data integration (taps and targets). Install with: pip install singer-python

Try in Playground

Tags

packagedata-engineeringetlpipeline