Documentation Index
Fetch the complete documentation index at: https://docs.trendteller.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js v19+
- Git
- Google Cloud SDK (for BigQuery access)
- Docker (for Airbyte connectors)
Installation
Clone Repositories
git clone https://github.com/trendteller/platform-front
git clone https://github.com/trendteller/dataform
git clone https://github.com/trendteller/airbyte-connectors
Install Dependencies
cd platform-front && npm install
cd ../dataform && npm install
cd ../airbyte-connectors && lerna bootstrap
Configure Environment
Copy .env.example to .env in each project and fill in credentials.
Next Steps
Local Development
Run projects locally