What is Singer?
Singer is an open-source specification for building processes to extract and load data. You can run “taps” that extract from different sources and “targets” that import data from those taps into your data warehouse. The great part about Singer is that a lot of people have already built taps and targets for you - allowing you to simply put the parts together that you need.Getting Started
To get started using our Singer tap see the project documentation here: https://github.com/incident-io/singer-tap/ As a quick start you can try using the BigQuery Target to load data into some BigQuery tables. You install our tap, the target, add some config json files, and then all that’s left to extract data from our incident.io account and store it in BigQuery is one simple command!