https://github.com/cloudquery/filetypes
A helper library to create destination file plugins for CloudQuery
https://github.com/cloudquery/filetypes
Last synced: 10 months ago
JSON representation
A helper library to create destination file plugins for CloudQuery
- Host: GitHub
- URL: https://github.com/cloudquery/filetypes
- Owner: cloudquery
- Created: 2022-12-29T08:51:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T17:21:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T16:18:49.949Z (almost 2 years ago)
- Language: Go
- Size: 862 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CloudQuery FileTypes
The CloudQuery FileTypes module is a shared library used by some of our [destination plugins](https://www.cloudquery.io/docs/plugins/destinations/overview) 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
- [Homepage](https://www.cloudquery.io)
- [Releases](https://github.com/cloudquery/cloudquery/releases?q=cli%2F&expanded=true)
- [Documentation](https://www.cloudquery.io/docs)