Skip to main content

A Singer Target for save data to local json files

Project description

target-localjson

Intro

This Singer Target implements a simple way persist data as local json files.

Install

pip install target-localjson

Config

To execute the Tap in Sync Mode you have to provide a config.json file.

There is only one required key: dest_dir. It must be a string and represents the destination directory where json files will be persisted.

For each stream received, the Target creates a subdirectory and puts the json files there.

Requires write permission on dest_dir.

Run Target

e.g.

tap-<your-choice> -c tap_sample_config.json | target-localjson -c sample_config.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

target-localjson-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

target_localjson-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page