Skip to main content

Prerequisites

  • Node.js v19+
  • Git
  • Google Cloud SDK (for BigQuery access)
  • Docker (for Airbyte connectors)

Installation

1

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
2

Install Dependencies

cd platform-front && npm install
cd ../dataform && npm install
cd ../airbyte-connectors && lerna bootstrap
3

Configure Environment

Copy .env.example to .env in each project and fill in credentials.

Next Steps

Local Development

Run projects locally