Cronos BigQuery Integration
Features
Project Structure
.
├── src/
│ ├── bigquery.api.ts # BigQueryService class
│ ├── bigquery.constants.ts # Field constants (column names)
│ ├── bigquery.helpers.ts # SQL query builder
│ ├── bigquery.interface.ts # Types and enums
│ └── index.ts # Main CLI entry point
├── .env # Environment variables
├── README.md
├── tsconfig.json
└── package.jsonGetting Started
1. Clone the repository
2. Install dependencies
3. Create a .env file
.env file4. Authentication
5. Run the script
How It Works
Scripts
Script
Description
Requirements
License
Last updated
Was this helpful?