Singer tap for Pingdom, The Pingdom API.
Built with the Meltano Tap SDK for Singer Taps.
catalogstatediscoveraboutstream-maps
-
Developer TODO:Declare tap settings here.
A full list of supported settings and capabilities is available by running: tap-pingdom --about
-
Developer TODO:If your tap requires special access on the source system, or any special authentication requirements, provide those here.
You can easily run tap-pingdom by itself or in a pipeline using Meltano.
tap-pingdom --version
tap-pingdom --help
tap-pingdom --config CONFIG --discover > ./catalog.json-
Developer TODO:As a first step, scan the entire project for the text "TODO:" and complete any recommended steps, deleting the "TODO" references once completed.
Run integration tests:
tox -e 3.14You can also test the tap-pingdom CLI interface directly:
uv run tap-pingdom --about --format=jsonTesting with Meltano
Note: This tap will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.
Your project comes with a custom meltano.yml project file already created. Open the meltano.yml and follow any "TODO" items listed in
the file.
The following steps assume you have Meltano 3.5+ installed. If you have an older version, please upgrade your Meltano installation.
-
Install all plugins
meltano lock --update --all
-
Check that the extractor is working properly
meltano invoke tap-pingdom --version
-
Execute an ELT pipeline
meltano run tap-pingdom target-jsonl
See the dev guide for more instructions on how to use the SDK to develop your own taps and targets.