cloudquery / filetypes

A helper library to create destination file plugins for CloudQuery
4 stars 3 forks source link

CloudQuery FileTypes

The CloudQuery FileTypes module is a shared library used by some of our destination plugins to format data in a designated format (e.g. JSON, CSV).

It's meant to be used internally by CloudQuery plugins and not designed to be publicly consumed by other projects.

Getting Started & Documentation