Relational data is stored in Postgres 15 and is accessed via Prisma. The Prisma schema is defined in prisma/schema.prisma
. The Prisma client is generated in prisma/generated/client
.
Time series data is stored in TDEngine and accessed via @tdengine/rest.
The data is collected from OpenWeatherAPI by Telegraf and stored via the influx output plugin to TDEngine.
docker compose up
pnpm install
pnpm dev
MIT