You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

target-localjson

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

target-localjson

A Singer Target for save data to local json files

0.1.1
pipPyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts