GitHub - evidence-dev/sql-prophet: Time series forecasting with DuckDB and Evidence

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

SQL Prophet

Time series forecasting with DuckDB SQL and Evidence. Live app →

Forecasting using SQL

Running

Using Codespaces

Click the big green button that says Code and then Codespaces > Open Codespace

Once open, click the Start Evidence button in the bottom status bar.

CLI

npx degit archiewood/sql-prophet sql-prophet
cd sql-prophet
npm install 
npm run sources
npm run dev 

Requirements

  • Node 18/20
  • npm

Learning More