Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 720 Bytes

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